Skip to content

Commit

Permalink
deploy: 4b7d07d
Browse files Browse the repository at this point in the history
  • Loading branch information
minhemdnv committed Feb 18, 2025
0 parents commit 2ede6f6
Show file tree
Hide file tree
Showing 119 changed files with 60,960 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 12c8c88bb03b3db06f017074bd3dae83
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file added .nojekyll
Empty file.
543 changes: 543 additions & 0 deletions CHANGELOG.html

Large diffs are not rendered by default.

348 changes: 348 additions & 0 deletions LICENSE.html

Large diffs are not rendered by default.

332 changes: 332 additions & 0 deletions README.html

Large diffs are not rendered by default.

786 changes: 786 additions & 0 deletions STYLEGUIDE.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions _sources/CHANGELOG.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```{include} ../../CHANGELOG.md
```
3 changes: 3 additions & 0 deletions _sources/LICENSE.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# LICENSE
```{include} ../../LICENSE
```
2 changes: 2 additions & 0 deletions _sources/README.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```{include} ../../README.md
```
2 changes: 2 additions & 0 deletions _sources/STYLEGUIDE.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```{include} ../../STYLEGUIDE.md
```
7 changes: 7 additions & 0 deletions _sources/api.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
API Documentation
=================

.. toctree::
:maxdepth: 4

maritime_schema
3 changes: 3 additions & 0 deletions _sources/cli.publish_schema.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.. sphinx_argparse_cli::
:module: maritime_schema.cli.publish_schema
:func: _argparser
7 changes: 7 additions & 0 deletions _sources/cli.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CLI Documentation
=================

.. toctree::
:maxdepth: 2

cli.publish_schema
26 changes: 26 additions & 0 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
.. maritime-schema documentation master file, created by
sphinx-quickstart on Wed Jul 6 21:16:21 2022.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
maritime-schema
===============

.. toctree::
:maxdepth: 4
:caption: Contents:

README
CHANGELOG
LICENSE
api
cli
schema


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
7 changes: 7 additions & 0 deletions _sources/maritime_schema.api.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
api module
==========

.. automodule:: maritime_schema.api
:members:
:undoc-members:
:show-inheritance:
23 changes: 23 additions & 0 deletions _sources/maritime_schema.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
maritime\_schema package
========================

.. automodule:: maritime_schema
:members:
:undoc-members:
:show-inheritance:

Subpackages
-----------

.. toctree::
:maxdepth: 4

maritime_schema.types

Submodules
----------

.. toctree::
:maxdepth: 4

maritime_schema.api
7 changes: 7 additions & 0 deletions _sources/maritime_schema.types.caga.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
types.caga module
=================

.. automodule:: maritime_schema.types.caga
:members:
:undoc-members:
:show-inheritance:
15 changes: 15 additions & 0 deletions _sources/maritime_schema.types.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
types subpackage
================

.. automodule:: maritime_schema.types
:members:
:undoc-members:
:show-inheritance:

Submodules
----------

.. toctree::
:maxdepth: 4

maritime_schema.types.caga
5 changes: 5 additions & 0 deletions _sources/schema.caga.input_schema.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CAGA Input Schema
=================

.. raw:: html
:file: ../schema/caga/input_schema.html
5 changes: 5 additions & 0 deletions _sources/schema.caga.output_schema.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CAGA Output Schema
==================

.. raw:: html
:file: ../schema/caga/output_schema.html
8 changes: 8 additions & 0 deletions _sources/schema.caga.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
CAGA Schema
===========

.. toctree::
:maxdepth: 2

schema.caga.input_schema
schema.caga.output_schema
7 changes: 7 additions & 0 deletions _sources/schema.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Schema Documentation
====================

.. toctree::
:maxdepth: 2

schema.caga
Loading

0 comments on commit 2ede6f6

Please sign in to comment.