Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
a69a9d7
1
Parent(s):
d85c1a5
Add examples to pydoc-markdown builder
Browse files- pydoc-markdown.yml +5 -1
pydoc-markdown.yml
CHANGED
@@ -48,7 +48,11 @@ renderer:
|
|
48 |
name: operators
|
49 |
source: docs/operators.md
|
50 |
preamble: {weight: 3}
|
|
|
|
|
|
|
|
|
51 |
- title: API Documentation
|
52 |
contents:
|
53 |
- pysr.sr.*
|
54 |
-
preamble: {weight:
|
|
|
48 |
name: operators
|
49 |
source: docs/operators.md
|
50 |
preamble: {weight: 3}
|
51 |
+
- title: Examples
|
52 |
+
name: examples
|
53 |
+
source: docs/examples.md
|
54 |
+
preamble: {weight: 4}
|
55 |
- title: API Documentation
|
56 |
contents:
|
57 |
- pysr.sr.*
|
58 |
+
preamble: {weight: 5}
|