Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeon committed Dec 13, 2024
1 parent 1205aff commit 30f7fc9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/command_line.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Command Line Tools
==================

.. toctree::
:maxdepth: 1

ocfl_object_script
ocfl_validate_script
ocfl_sidecar_script

.. toctree::
:maxdepth: 1
:caption: Demonstration Examples
Expand Down
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'ocfl-py'
copyright = '2018--2024, Simeon Warner and other contributors'
copyright = '2018--2024, Simeon Warner and contributors'
author = 'Simeon Warner and other contributors'

# Documentation is in docs, code is in repo root dir. Add ".." to path
Expand All @@ -24,6 +24,7 @@
"sphinx.ext.autosummary",
"sphinx.ext.doctest",
"sphinx.ext.napoleon",
"sphinxarg.ext",
"sphinx_rtd_theme"]
myst_enable_extensions = ["colon_fence"]

Expand Down
3 changes: 3 additions & 0 deletions docs/ocfl.object.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@

.. autoclass:: ocfl.Object
:members:

.. autoclass:: ocfl.ObjectException
:members:

0 comments on commit 30f7fc9

Please sign in to comment.