Skip to content

Commit

Permalink
trying jupyter notebook addition to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimhamane committed May 9, 2024
1 parent fe42a62 commit 6de350c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions docs/notebooks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Jupyter Notebooks

12 changes: 7 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ plugins:
- git-revision-date
- mkdocs-jupyter:
include_source: True
# ignore_h1_titles: True
# execute: True
# execute_ignore: "*.ipynb"
ignore_h1_titles: True
execute: True
execute_ignore: "*.ipynb"
kernel_name: python3

markdown_extensions:
- attr_list
Expand All @@ -42,9 +43,8 @@ nav:
- Theoretical Background: theory.md
- Installation: installation.md
- Usage: usage.md
- Notebooks: notebooks.md
- Contributing: contributing.md
- FAQ: faq.md
- Changelog: changelog.md
- Report Issues: https://github.com/mn5hk/pyshbundle/issues
- Reference Manual:
- pyshbundle Introduction: pyshbundle.md
Expand All @@ -53,4 +53,6 @@ nav:
- Core Functionality: core_functionality.md
- Auxillary Codes: auxillary_codes.md
- Acknowledgement: acknowledgement.md
- FAQ: faq.md
- Changelog: changelog.md
- License: license.md

0 comments on commit 6de350c

Please sign in to comment.