44 lines
823 B
ReStructuredText
44 lines
823 B
ReStructuredText
.. PACKAGE_NAME documentation master file, created by
|
|
sphinx-quickstart on Wed Mar 30 16:04:07 2022.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to PACKAGE_NAME's documentation!
|
|
========================================
|
|
|
|
Documentation
|
|
_____________
|
|
|
|
**Getting Started**
|
|
|
|
* :doc:`getting_started/overview`
|
|
* :doc:`getting_started/installing`
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:hidden:
|
|
:caption: Getting Started
|
|
|
|
getting_started/overview
|
|
getting_started/installing
|
|
|
|
**Reference**
|
|
|
|
* :doc:`reference/api`
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:hidden:
|
|
:caption: Reference
|
|
|
|
reference/api
|
|
|
|
License
|
|
-------
|
|
|
|
*PACKAGE_NAME* is available under the open source `Apache License`__.
|
|
|
|
__ http://www.apache.org/licenses/LICENSE-2.0.html
|
|
|
|
|