
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
40 lines
677 B
ReStructuredText
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`
|