File: README.rst

package info (click to toggle)
refstack-client 0.0.0~2023.09.19.b60a7e41f7-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 592 kB
  • sloc: python: 1,998; sh: 220; makefile: 25
file content (11 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
Building Docs
=============

Developer documentation is generated using Sphinx. To build this documentation,
run the following from the root of the repository.

.. code-block:: bash

  $ tox -e docs

The documentation will be built at ``build/``.