File: index.rst

package info (click to toggle)
reuse 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,316 kB
  • sloc: python: 9,646; makefile: 80; sh: 6; ansic: 5
file content (58 lines) | stat: -rw-r--r-- 1,057 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
..
    SPDX-FileCopyrightText: 2017 Free Software Foundation Europe e.V. <https://fsfe.org>

    SPDX-License-Identifier: CC-BY-SA-4.0

.. reuse documentation master file, created by
   sphinx-quickstart on Wed Nov  1 14:41:46 2017.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

reuse documentation
===================

This is the documentation for the REUSE tool. You may find more information
about REUSE at `<https://reuse.software>`_.

.. toctree::
   :maxdepth: 2

   Overview<readme>
   scripts
   man/index

API reference
-------------

Although the API is not declared stable (and likely never will be declared
stable), you may find the API generated from Python docstrings useful or
insightful.

.. toctree::
   :maxdepth: 3

   API<api/reuse>

Project
-------

.. toctree::
   :maxdepth: 2

   contribute
   authors

Change log
----------

.. toctree::
   :maxdepth: 2

   history

Indices and tables
------------------

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`