@@ -2,29 +2,39 @@ site_name: Soar documentation
2
2
repo_url : http://github.com/SoarGroup/Documentation
3
3
repo_name : SoarGroup/Documentation
4
4
copyright : SoarGroup ©
5
+ edit_uri : edit/main/docs/
5
6
6
7
theme :
7
8
name : material
8
9
locale : en
9
10
features :
10
11
- content.code.copy
12
+ - content.action.view
13
+ - content.action.edit
14
+ - content.tooltips
11
15
- navigation.tabs
12
16
- navigation.footer
13
17
- navigation.top
14
18
- navigation.indexes
15
19
- navigation.expand
16
20
- header.autohide
17
21
palette :
18
- - scheme : default
22
+ - media : " (prefers-color-scheme)"
23
+ toggle :
24
+ icon : material/brightness-auto
25
+ name : Switch to light mode
26
+ - media : " (prefers-color-scheme: light)"
27
+ scheme : default
19
28
toggle :
20
29
icon : material/toggle-switch-off-outline
21
30
name : Switch to dark mode
22
- - scheme : slate
31
+ - media : " (prefers-color-scheme: dark)"
32
+ scheme : slate
23
33
toggle :
24
34
icon : material/toggle-switch
25
35
name : Switch to light mode
26
- logo : Images/soar.png
27
- custom_dir : overrides
36
+ logo : Images/soar.png
37
+ custom_dir : overrides
28
38
29
39
extra_javascript :
30
40
- javascripts/mathjax.js
@@ -41,50 +51,57 @@ markdown_extensions:
41
51
line_spans : __span
42
52
pygments_lang_class : true
43
53
- pymdownx.inlinehilite
44
- - pymdownx.snippets
54
+ - abbr
55
+ - attr_list
56
+ - pymdownx.snippets :
57
+ auto_append :
58
+ - includes/abbreviations.md
45
59
- pymdownx.superfences
46
60
- attr_list
47
61
- md_in_html
48
62
- pymdownx.arithmatex :
49
63
generic : true
50
64
65
+ watch :
66
+ - includes
67
+
51
68
nav :
52
69
- Soar :
53
70
- index.md
54
71
- Research :
55
- - Publications : " soar/Publications.md"
56
- - Research Groups : " soar/ResearchGroups.md"
57
- - Academic Institutions : " soar/OtherAcademicInstitutions.md"
58
- - Commercial Soar Organizations : " soar/CommercialSoarOrganizations.md"
72
+ - Publications : soar/Publications.md
73
+ - Research Groups : soar/ResearchGroups.md
74
+ - Academic Institutions : soar/OtherAcademicInstitutions.md
75
+ - Commercial Soar Organizations : soar/CommercialSoarOrganizations.md
59
76
- Soar Manual :
60
77
- soar_manual/index.md
61
- - Introduction : " soar_manual/01_Introduction.md"
62
- - The Soar Architecture : " soar_manual/02_TheSoarArchitecture.md"
63
- - Syntax of Soar Programs : " soar_manual/03_SyntaxOfSoarPrograms.md"
64
- - Procedural Knowledge Learning : " soar_manual/04_ProceduralKnowledgeLearning.md"
65
- - Reinforcement Learning : " soar_manual/05_ReinforcementLearning.md"
66
- - Semantic Memory : " soar_manual/06_SemanticMemory.md"
67
- - Episodic Memory : " soar_manual/07_EpisodicMemory.md"
68
- - Spatial Visual System : " soar_manual/08_SpatialVisualSystem.md"
69
- - Soar User Interface : " soar_manual/09_SoarUserInterface.md"
70
- - Blocksworld : " soar_manual/blocksworld.md"
78
+ - Introduction : soar_manual/01_Introduction.md
79
+ - The Soar Architecture : soar_manual/02_TheSoarArchitecture.md
80
+ - Syntax of Soar Programs : soar_manual/03_SyntaxOfSoarPrograms.md
81
+ - Procedural Knowledge Learning : soar_manual/04_ProceduralKnowledgeLearning.md
82
+ - Reinforcement Learning : soar_manual/05_ReinforcementLearning.md
83
+ - Semantic Memory : soar_manual/06_SemanticMemory.md
84
+ - Episodic Memory : soar_manual/07_EpisodicMemory.md
85
+ - Spatial Visual System : soar_manual/08_SpatialVisualSystem.md
86
+ - Soar User Interface : soar_manual/09_SoarUserInterface.md
87
+ - Blocksworld : soar_manual/blocksworld.md
71
88
- Explanations :
72
89
- explanations/index.md
73
- - Basic Kernel Terminology : " explanations/BasicKernelTerminology.md"
74
- - Design Dogma : " explanations/DesignDogma.md"
75
- - Threads in SML : " explanations/ThreadsInSML.md"
76
- - Timers : " explanations/Timers.md"
77
- - Waterfall : " explanations/Waterfall.md"
90
+ - Basic Kernel Terminology : explanations/BasicKernelTerminology.md
91
+ - Design Dogma : explanations/DesignDogma.md
92
+ - Threads in SML : explanations/ThreadsInSML.md
93
+ - Timers : explanations/Timers.md
94
+ - Waterfall : explanations/Waterfall.md
78
95
- Tutorials :
79
96
- tutorials/index.md
80
97
- Java Soar Debugger Intro : tutorials/IntroSoarDebugger.md
81
98
- Soar Markup Language : tutorials/SMLQuickStartGuide.md
82
99
- Official Soar Tutorials :
83
- - " tutorials/soar_tutorial/index.md"
84
- - Tank and Eaters Configuration : " tutorials/soar_tutorial/TankEatersConfigFile.md"
100
+ - tutorials/soar_tutorial/index.md
101
+ - Tank and Eaters Configuration : tutorials/soar_tutorial/TankEatersConfigFile.md
85
102
- HowTo Guides :
86
103
- how_to/index.md
87
- - Building Soar and ROS1 : " how_to/BuildingSoarRos.md"
104
+ - Building Soar and ROS1 : how_to/BuildingSoarRos.md
88
105
- CLI Parsing Code : how_to/CLIParsingCode.md
89
106
- How to compile SML Clients : how_to/HowToCompileSmlClients.md
90
107
- IO and Reward Links : how_to/IOAndRewardLinks.md
@@ -93,47 +110,45 @@ nav:
93
110
- Soar Technical FAQ : how_to/SoarTechnicalFAQ.md
94
111
- Reference :
95
112
- reference/index.md
96
- - Command Line Interface :
97
- - " reference/cli/index.md"
98
- - alias : " reference/cli/cmd_alias.md"
99
- - trace : " reference/cli/cmd_trace.md"
100
- - help : " reference/cli/cmd_help.md"
101
- - sp : " reference/cli/cmd_sp.md"
102
- - load : " reference/cli/cmd_load.md"
103
- - gp : " reference/cli/cmd_gp.md"
104
- - wm : " reference/cli/cmd_wm.md"
105
- - rl : " reference/cli/cmd_rl.md"
106
- - default_wme_depth : " reference/cli/cmd_default_wme_depth.md"
107
- - stop_soar : " reference/cli/cmd_stop_soar.md"
108
- - alias : " reference/cli/cmd_alias.md"
109
- - echo : " reference/cli/cmd_echo.md"
110
- - command_to_file : " reference/cli/cmd_command_to_file.md"
111
- - unalias : " reference/cli/cmd_unalias.md"
112
- - epmem : " reference/cli/cmd_epmem.md"
113
- - clog : " reference/cli/cmd_clog.md"
114
- - visualize : " reference/cli/cmd_visualize.md"
115
- - preference : " reference/cli/cmd_preferences.md"
116
- - excise : " reference/cli/cmd_excise.md"
117
- - production : " reference/cli/cmd_production.md"
118
- - wma : " reference/cli/cmd_wma.md"
119
- - smem : " reference/cli/cmd_smem.md"
120
- - chunk : " reference/cli/cmd_chunk.md"
121
- - soar : " reference/cli/cmd_soar.md"
122
- - run : " reference/cli/cmd_run.md"
123
- - svs : " reference/cli/cmd_svs.md"
124
- - explain : " reference/cli/cmd_explain.md"
125
- - init_soar : " reference/cli/cmd_init_soar.md"
126
- - decide : " reference/cli/cmd_decide.md"
127
- - print : " reference/cli/cmd_print.md"
128
- - debug : " reference/cli/cmd_debug.md"
129
- - stats : " reference/cli/cmd_stats.md"
130
- - timers : " reference/cli/cmd_timers.md"
131
- - watch : " reference/cli/cmd_watch.md"
132
- - save : " reference/cli/cmd_save.md"
133
- - max_nil_output_cycles : " reference/cli/cmd_max_nil_output_cycles.md"
134
- - file_system : " reference/cli/cmd_file_system.md"
135
- - output : " reference/cli/cmd_output.md"
136
- - Tag Index : " soar/tags.md"
113
+ - Command Line Options for Debugging and CLI : reference/CommandLineOptionsForDebuggerAndCLI.md
114
+ - Command Line Interface :
115
+ - reference/cli/index.md
116
+ - alias : reference/cli/cmd_alias.md
117
+ - chunk : reference/cli/cmd_chunk.md
118
+ - command_to_file : reference/cli/cmd_command_to_file.md
119
+ - debug : reference/cli/cmd_debug.md
120
+ - decide : reference/cli/cmd_decide.md
121
+ - default_wme_depth : reference/cli/cmd_default_wme_depth.md
122
+ - echo : reference/cli/cmd_echo.md
123
+ - epmem : reference/cli/cmd_epmem.md
124
+ - excise : reference/cli/cmd_excise.md
125
+ - explain : reference/cli/cmd_explain.md
126
+ - file_system : reference/cli/cmd_file_system.md
127
+ - gp : reference/cli/cmd_gp.md
128
+ - help : reference/cli/cmd_help.md
129
+ - init_soar : reference/cli/cmd_init_soar.md
130
+ - load : reference/cli/cmd_load.md
131
+ - max_nil_output_cycles : reference/cli/cmd_max_nil_output_cycles.md
132
+ - output : reference/cli/cmd_output.md
133
+ - preference : reference/cli/cmd_preferences.md
134
+ - print : reference/cli/cmd_print.md
135
+ - production : reference/cli/cmd_production.md
136
+ - rl : reference/cli/cmd_rl.md
137
+ - run : reference/cli/cmd_run.md
138
+ - save : reference/cli/cmd_save.md
139
+ - smem : reference/cli/cmd_smem.md
140
+ - soar : reference/cli/cmd_soar.md
141
+ - sp : reference/cli/cmd_sp.md
142
+ - stats : reference/cli/cmd_stats.md
143
+ - stop_soar : reference/cli/cmd_stop_soar.md
144
+ - svs : reference/cli/cmd_svs.md
145
+ - timers : reference/cli/cmd_timers.md
146
+ - trace : reference/cli/cmd_trace.md
147
+ - visualize : reference/cli/cmd_visualize.md
148
+ - watch : reference/cli/cmd_watch.md
149
+ - wm : reference/cli/cmd_wm.md
150
+ - wma : reference/cli/cmd_wma.md
151
+ - Tag Index : soar/tags.md
137
152
138
153
plugins :
139
154
- search
0 commit comments