source: trunk/docs/README.txt

Last change on this file was 5b39940, checked in by Sajith Sasidharan <sajith@…>, at 2021-03-23T14:52:51Z

Drop the note about running make html in docs

  • Property mode set to 100644
File size: 1.2 KB
Line 
1If you are reading Tahoe-LAFS documentation
2-------------------------------------------
3
4If you are reading Tahoe-LAFS documentation at a code hosting site or
5from a checked-out source tree, the preferred place to view the docs
6is http://tahoe-lafs.readthedocs.io/en/latest/. Code-hosting sites do
7not render cross-document links or images correctly.
8
9
10If you are writing Tahoe-LAFS documentation
11-------------------------------------------
12
13To edit Tahoe-LAFS docs, you will need a checked-out source tree. You
14can edit the `.rst` files in this directory using a text editor, and
15then generate HTML output using Sphinx, a program that can produce its
16output in HTML and other formats.
17
18Files with `.rst` extension use reStructuredText markup format, which
19is the format Sphinx natively handles. To learn more about Sphinx, and
20for a friendly primer on reStructuredText, please see Sphinx project's
21documentation, available at:
22
23https://www.sphinx-doc.org/
24
25If you have `tox` installed, you can run `tox -e docs` and then open
26the resulting docs/_build/html/index.html in your web browser.
27
28Note that Sphinx can also process Python docstrings to generate API
29documentation. Tahoe-LAFS currently does not use Sphinx for this
30purpose.
Note: See TracBrowser for help on using the repository browser.