File tree 5 files changed +23
-10
lines changed
5 files changed +23
-10
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,6 @@ trim_trailing_whitespace = false
14
14
15
15
[* .yml ]
16
16
indent_size = 2
17
+
18
+ [* .svg ]
19
+ indent_size = 2
Original file line number Diff line number Diff line change 17
17
},
18
18
"MD026" : {
19
19
"punctuation" : " .,;:。:"
20
+ },
21
+ "MD025" : {
22
+ "front_matter_title" : " "
20
23
}
21
24
}
Original file line number Diff line number Diff line change @@ -13,10 +13,12 @@ generator that uses Markdown files to generate a website. The theme is
13
13
14
14
## Setup/Running
15
15
16
- python -m venv
17
- source venv/bin/activate (or venv\Scripts\Activate on Windows)
18
- pip install -r requirements.txt
19
- mkdocs serve
16
+ ``` shell
17
+ python -m venv
18
+ source venv/bin/activate (or venv\S cripts\A ctivate on Windows)
19
+ pip install -r requirements.txt
20
+ mkdocs serve # add -s to abort on any warnings
21
+ ```
20
22
21
23
## Deployment
22
24
Original file line number Diff line number Diff line change @@ -11,14 +11,15 @@ tags:
11
11
There are many institutions conducting Soar research all over the world. In the
12
12
following subsections, you can find links to some of them:
13
13
14
- - [ University of Michigan Soar Group] ( http://soar.eecs.umich.edu/UofMSoarGroup )
14
+ - [ University of Michigan Soar Group] ( http://soar.eecs.umich.edu/UofMSoarGroup )
15
15
A full listing of all members of the University of Michigan Soar group and Alumnae
16
- - [ Other Academic Institutions] ( ./OtherAcademicInstitutions.md )
16
+ - [ Other Academic Institutions] ( ./OtherAcademicInstitutions.md )
17
17
A listing of various research groups around the world who use Soar in their work.
18
- - [ Commercial Soar Organizations] ( ./CommercialSoarOrganizations.md )
18
+ - [ Commercial Soar Organizations] ( ./CommercialSoarOrganizations.md )
19
19
A listing of companies that use Soar in commercial applications or consulting work.
20
- Soar researchers keep in touch via the soar-group email mailing lists, which you can join on this page.
20
+ Soar researchers keep in touch via the soar-group email mailing lists, which
21
+ you can join on this page.
21
22
22
23
If you would like to have a link to your research group or company listed on
23
- these pages, please send a brief summary and the URL to
[email protected] with the
24
- subject "Soar Research Group".
24
+ these pages, please send a brief summary and the URL to [ John Laird ]
25
+ ( mailto:[email protected] ) with the subject "Soar Research Group".
Original file line number Diff line number Diff line change
1
+ # This file is used by Mkdocs-Macros to define macros that can be used in the
2
+ # markdown files. The macros are defined in the `define_env` function and can
3
+ # be used in the markdown files by using the `{{macro_name}}` syntax.
4
+
1
5
def define_env (env ):
2
6
"Defines macros for Mkdocs-Macros"
3
7
You can’t perform that action at this time.
0 commit comments