Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
04a2739
1
Parent(s):
d045586
Create interactive docs page
Browse files- docs/interactive-docs.md +8 -0
- mkdocs.yml +1 -0
docs/interactive-docs.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Interactive Reference ⭐
|
2 |
+
|
3 |
+
<!-- Display content from `astroautomata.com/pysr_interactive` -->
|
4 |
+
|
5 |
+
The following docs are interactive, and, based on your selections,
|
6 |
+
will create a snippet of Python code at the bottom which you can execute locally.
|
7 |
+
|
8 |
+
<embed src="https://astroautomata.com/pysr_interactive" width="100%" height="2000px" />
|
mkdocs.yml
CHANGED
@@ -34,6 +34,7 @@ nav:
|
|
34 |
- api.md
|
35 |
- api-advanced.md
|
36 |
- backend.md
|
|
|
37 |
|
38 |
extra:
|
39 |
homepage: https://astroautomata.com/PySR
|
|
|
34 |
- api.md
|
35 |
- api-advanced.md
|
36 |
- backend.md
|
37 |
+
- interactive-docs.md
|
38 |
|
39 |
extra:
|
40 |
homepage: https://astroautomata.com/PySR
|