Skip to content

Commit 1b22fb2

Browse files
committed
Sphinx gallery
1 parent 7fb2919 commit 1b22fb2

File tree

13 files changed

+18
-249
lines changed

13 files changed

+18
-249
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ coverage.xml
4242

4343
# Sphinx documentation
4444
docs/_build/
45+
docs/built_examples/
4546

4647
# Jupyter Notebook
4748
.ipynb_checkpoints
-2.04 KB
Binary file not shown.
-1.09 KB
Binary file not shown.
Binary file not shown.

docs/built_examples/index.rst

Lines changed: 0 additions & 59 deletions
This file was deleted.

docs/built_examples/sample.ipynb

Lines changed: 0 additions & 54 deletions
This file was deleted.

docs/built_examples/sample.rst

Lines changed: 0 additions & 87 deletions
This file was deleted.
-479 Bytes
Binary file not shown.

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3232
# ones.
3333
extensions = ['sphinx_gallery.gen_gallery',
34+
"myst_parser"
3435
]
3536

3637
# Sphinx gallery
File renamed without changes.

0 commit comments

Comments
 (0)