@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: documentation-contents.rst
-
.. _camera-sensor-model:
.. todo: Move to Doxygen-generated documentation
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-4.0
-.. include:: documentation-contents.rst
-
.. _code-of-conduct:
Contributor Covenant Code of Conduct
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: documentation-contents.rst
-
.. _coding-style-guidelines:
Coding Style Guidelines
@@ -108,7 +108,7 @@ html_context = {
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['@CURRENT_SRCDIR@/theme/static']
+html_static_path = []
# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
@@ -120,7 +120,5 @@ html_static_path = ['@CURRENT_SRCDIR@/theme/static']
#
# html_sidebars = {}
-html_css_files = [
- 'custom.css',
-]
+html_css_files = []
deleted file mode 100644
@@ -1,35 +0,0 @@
-.. SPDX-License-Identifier: CC-BY-SA-4.0
-
-.. container:: documentation-nav
-
- * **Documentation for Users**
- * :doc:`Introduction </introduction>`
- * :doc:`/feature_requirements`
- * :doc:`/guides/application-developer`
- * :doc:`/python-bindings`
- * :doc:`/environment_variables`
- * :doc:`/api-html/index`
- * :doc:`/code-of-conduct`
- * |
- * **Documentation for Developers**
- * :doc:`/libcamera_architecture`
- * :doc:`/guides/pipeline-handler`
- * :doc:`/guides/ipa`
- * :doc:`/camera-sensor-model`
- * :doc:`/guides/tracing`
- * :doc:`/software-isp-benchmarking`
- * :doc:`/coding-style`
- * :doc:`/internal-api-html/index`
- * |
- * **Documentation for System Integrators**
- * :doc:`/lens_driver_requirements`
- * :doc:`/sensor_driver_requirements`
-
-..
- The following directive adds the "documentation" class to all of the pages
- generated by sphinx. This is not relevant in libcamera nor addressed in the
- theme's CSS, since all of the pages here are documentation. It **is** used
- to properly format the documentation pages on libcamera.org and so should not
- be removed.
-
-.. rst-class:: documentation
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: documentation-contents.rst
-
Environment variables
=====================
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: documentation-contents.rst
-
Feature Requirements
====================
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: ../documentation-contents.rst
-
Using libcamera in a C++ application
====================================
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: ../documentation-contents.rst
-
IPA Writer's Guide
==================
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: ../documentation-contents.rst
-
Pipeline Handler Writers Guide
==============================
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: ../documentation-contents.rst
-
Tracing Guide
=============
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: documentation-contents.rst
-
************
Introduction
************
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: documentation-contents.rst
-
.. _lens-driver-requirements:
Lens Driver Requirements
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: documentation-contents.rst
-
libcamera Architecture
======================
@@ -158,7 +158,6 @@ if sphinx.found()
sphinx_conf,
'contributing.rst',
'design/ae.rst',
- 'documentation-contents.rst',
'environment_variables.rst',
'feature_requirements.rst',
'guides/application-developer.rst',
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: documentation-contents.rst
-
.. _python-bindings:
Python Bindings for libcamera
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: documentation-contents.rst
-
.. _sensor-driver-requirements:
Sensor Driver Requirements
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: documentation-contents.rst
-
.. _software-isp-benchmarking:
Software ISP benchmarking
deleted file mode 100644
@@ -1,5 +0,0 @@
-
-/* Hide the documentation nav. It is only used on the website. */
-.documentation-nav {
- display: none;
-}
\ No newline at end of file
Now that the documentation is separate from the website, we don't need documentation-contents.rst anymore. Drop it. Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com> --- Documentation/camera-sensor-model.rst | 2 -- Documentation/code-of-conduct.rst | 2 -- Documentation/coding-style.rst | 2 -- Documentation/conf.py.in | 6 ++-- Documentation/documentation-contents.rst | 35 ------------------- Documentation/environment_variables.rst | 2 -- Documentation/feature_requirements.rst | 2 -- .../guides/application-developer.rst | 2 -- Documentation/guides/ipa.rst | 2 -- Documentation/guides/pipeline-handler.rst | 2 -- Documentation/guides/tracing.rst | 2 -- Documentation/introduction.rst | 2 -- Documentation/lens_driver_requirements.rst | 2 -- Documentation/libcamera_architecture.rst | 2 -- Documentation/meson.build | 1 - Documentation/python-bindings.rst | 2 -- Documentation/sensor_driver_requirements.rst | 2 -- Documentation/software-isp-benchmarking.rst | 2 -- Documentation/theme/static/custom.css | 5 --- 19 files changed, 2 insertions(+), 75 deletions(-) delete mode 100644 Documentation/documentation-contents.rst delete mode 100644 Documentation/theme/static/custom.css