Add boilerplate
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
Rosbags namespace
|
||||
=================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
.. include:: ../CHANGES.rst
|
||||
@@ -0,0 +1,26 @@
|
||||
# Copyright 2020-2021 Ternaris.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
"""Sphinx config."""
|
||||
|
||||
import typing
|
||||
|
||||
import sphinx_rtd_theme # noqa pylint: disable=unused-import
|
||||
|
||||
# pylint: disable=invalid-name,redefined-builtin
|
||||
|
||||
typing.TYPE_CHECKING = True
|
||||
|
||||
project = 'Rosbags'
|
||||
copyright = '2020-2021, Ternaris'
|
||||
author = 'Ternaris'
|
||||
|
||||
autoapi_python_use_implicit_namespaces = True
|
||||
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinx.ext.napoleon',
|
||||
'sphinx_autodoc_typehints',
|
||||
'sphinx_rtd_theme',
|
||||
]
|
||||
|
||||
html_theme = 'sphinx_rtd_theme'
|
||||
@@ -0,0 +1,35 @@
|
||||
.. include:: ../README.rst
|
||||
:end-before: Documentation
|
||||
|
||||
.. include:: ../README.rst
|
||||
:start-after: .. end documentation
|
||||
|
||||
|
||||
.. toctree::
|
||||
:caption: Documentation
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
|
||||
|
||||
.. toctree::
|
||||
:caption: API
|
||||
:glob:
|
||||
:hidden:
|
||||
|
||||
api/rosbags
|
||||
|
||||
|
||||
.. toctree::
|
||||
:caption: Changes
|
||||
:hidden:
|
||||
|
||||
changes
|
||||
|
||||
|
||||
.. toctree::
|
||||
:caption: Links
|
||||
:hidden:
|
||||
|
||||
Source Code <https://gitlab.com/ternaris/rosbags>
|
||||
Issues <https://gitlab.com/ternaris/rosbags/issues>
|
||||
Reference in New Issue
Block a user