Skip to content

Commit 1ba7bfe

Browse files
Initialize jupyter tutorial for use of json type.
1 parent cfb6469 commit 1ba7bfe

File tree

4 files changed

+775
-1
lines changed

4 files changed

+775
-1
lines changed

docs/.docker/pip_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ mdx-truly-sane-lists
77
mkdocs-gen-files
88
mkdocs-literate-nav
99
mkdocs-exclude-search
10+
mkdocs-jupyter

docs/mkdocs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ nav:
77
- DataJoint Python: getting_started/index.md
88
- Getting Started: getting_started/index.md
99
- Concepts: concepts.md
10-
- Tutorials: tutorials.md
10+
- Tutorials:
11+
- tutorials/json.ipynb
1112
- About:
1213
- Changelog: about/changelog.md
1314
- API: api/ # defer to gen-files + literate-nav
@@ -53,6 +54,8 @@ plugins:
5354
- exclude-search:
5455
exclude:
5556
- "*/navigation.md"
57+
- mkdocs-jupyter:
58+
include: ["*.ipynb"]
5659
markdown_extensions:
5760
- attr_list
5861
- toc:

docs/src/tutorials.md

Whitespace-only changes.

0 commit comments

Comments
 (0)