swh-lister/docs/index.rst
Antoine Lambert 4cec345028 docs: Include module indices only when building standalone package doc
In order to remove warnings about /apidoc/*.rst files being included
multiple times in toc when building full swh documentation, prefer to
include module indices only when building standalone package documentation.

Also include them the proper sphinx way.

Related to T4496
2022-12-19 13:46:51 +01:00

40 lines
677 B
ReStructuredText

.. _swh-lister:
Software Heritage - Listers
===========================
Collection of listers for source code distribution places like development
forges, FOSS distributions, package managers, etc. Each lister is in charge to
enumerate the software origins (e.g., VCS, packages, etc.) available at a
source code distribution place.
Overview
--------
.. toctree::
:maxdepth: 2
:titlesonly:
tutorial
run_a_new_lister
save_forge
Reference Documentation
-----------------------
.. toctree::
:maxdepth: 2
cli
.. only:: standalone_package_doc
Indices and tables
------------------
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`