Skip to content

Commit a860529

Browse files
authored
[SCHEMATIC-314] JSONSchema Data Model Documentation (#1622)
add documentation for jsonschema - data model mappings
1 parent 9e6fe7b commit a860529

File tree

3 files changed

+422
-1
lines changed

3 files changed

+422
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# Add any Sphinx extension module names here, as strings. They can be
4343
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4444
# ones.
45-
extensions = ["sphinx_click", "sphinx_rtd_theme"]
45+
extensions = ["sphinx_click", "sphinx_rtd_theme", "sphinx.ext.autosectionlabel"]
4646

4747
# Add any paths that contain templates here, relative to this directory.
4848
templates_path = ["_templates"]

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,4 @@ For the entire Python API reference documentation, you can visit the docs here:
155155
troubleshooting
156156
cli_reference
157157
linkml
158+
jsonschema_generation

0 commit comments

Comments
 (0)