Skip to content

Commit

Permalink
Initialize jupyter tutorial for use of json type.
Browse files Browse the repository at this point in the history
  • Loading branch information
guzman-raphael committed Sep 28, 2022
1 parent cfb6469 commit 8008a7a
Show file tree
Hide file tree
Showing 4 changed files with 770 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/.docker/pip_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ mdx-truly-sane-lists
mkdocs-gen-files
mkdocs-literate-nav
mkdocs-exclude-search
mkdocs-jupyter
5 changes: 4 additions & 1 deletion docs/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ nav:
- DataJoint Python: getting_started/index.md
- Getting Started: getting_started/index.md
- Concepts: concepts.md
- Tutorials: tutorials.md
- Tutorials:
- tutorials/json.ipynb
- About:
- Changelog: about/changelog.md
- API: api/ # defer to gen-files + literate-nav
Expand Down Expand Up @@ -53,6 +54,8 @@ plugins:
- exclude-search:
exclude:
- "*/navigation.md"
- mkdocs-jupyter:
include: ["*.ipynb"]
markdown_extensions:
- attr_list
- toc:
Expand Down
Empty file removed docs/src/tutorials.md
Empty file.
Loading

0 comments on commit 8008a7a

Please sign in to comment.