Skip to content

Commit

Permalink
Revert some other changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed May 26, 2024
1 parent 4428598 commit e7fa3a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# "sphinx.ext.autosummary",
# "sphinx_autodoc_typehints",
"sphinx_rtd_theme",
# "sphinxcontrib.autodoc_pydantic",
"sphinxcontrib.autodoc_pydantic",
"sphinxcontrib.mermaid",
]

Expand Down
4 changes: 3 additions & 1 deletion docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -323,4 +323,6 @@ Payload file
````````````
The *payload* file contains all information required to enter a *job* into the queue and
allow its assignment onto a *pipeline*. The overall schema of the *payload* is defined
in the :mod:`dgbowl_schemas.tomato` module, and is parsed using :func:`dgbowl_schemas.tomato.to_payload`.
in the :mod:`dgbowl_schemas.tomato` module, and is parsed using :func:`dgbowl_schemas.tomato.to_payload`:

.. autopydantic_model:: dgbowl_schemas.tomato.payload_0_2.Payload

0 comments on commit e7fa3a1

Please sign in to comment.