-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
56 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,13 @@ | ||
ocfl-py API | ||
=========== | ||
API Reference | ||
============= | ||
|
||
.. autosummary:: | ||
:toctree: generated | ||
The API reference provides detailed descriptions of ocfl-py's classes and | ||
functions. | ||
|
||
ocfl.object | ||
ocfl | ||
|
||
.. automodule:: ocfl | ||
:members: | ||
|
||
.. automodule:: ocfl.object | ||
:members: | ||
|
||
.. automodule:: ocfl.storage_root | ||
:members: | ||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
.. automodule:: ocfl.inventory | ||
:members: | ||
|
||
.. automodule:: ocfl.inventory_validator | ||
:members: | ||
ocfl | ||
ocfl.object | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Conformance | ||
=========== | ||
|
||
``ocfl-py`` is designed to follow closely the OCFL specifications. | ||
|
||
The following is list of error and warning codes implemented but the ``ocfl-py`` | ||
package. The complete list `OCFL Validation Codes | ||
<https://ocfl.io/1.1/spec/validation-codes.html>`_ is provided as part of the | ||
OCFL specifications. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
validation_status | ||
|
||
(The validation status table is generated by the `ocfl-validate.py` script | ||
run against the ``ocfl`` module.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
``ocfl.object`` | ||
=============== | ||
|
||
.. automodule:: ocfl.object | ||
|
||
.. autoclass: Object |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
``ocfl`` | ||
======== | ||
|
||
.. automodule:: ocfl | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters