Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
c751ff8
1
Parent(s):
440d30f
Move examples up on table of contents
Browse files- docs/interactive-docs.md +1 -1
- mkdocs.yml +3 -4
docs/interactive-docs.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Interactive Reference
|
2 |
|
3 |
<!-- Display content from `astroautomata.com/pysr_interactive` -->
|
4 |
|
|
|
1 |
+
# Interactive Reference
|
2 |
|
3 |
<!-- Display content from `astroautomata.com/pysr_interactive` -->
|
4 |
|
mkdocs.yml
CHANGED
@@ -25,12 +25,11 @@ theme:
|
|
25 |
|
26 |
nav:
|
27 |
- index.md
|
28 |
-
-
|
29 |
- operators.md
|
30 |
- tuning.md
|
31 |
-
-
|
32 |
-
|
33 |
-
- papers.md
|
34 |
- Reference:
|
35 |
- api.md
|
36 |
- api-advanced.md
|
|
|
25 |
|
26 |
nav:
|
27 |
- index.md
|
28 |
+
- examples.md
|
29 |
- operators.md
|
30 |
- tuning.md
|
31 |
+
- options.md
|
32 |
+
- papers.md
|
|
|
33 |
- Reference:
|
34 |
- api.md
|
35 |
- api-advanced.md
|