tahoe-lafs/docs
2022-02-09 12:25:47 -05:00
..
_static New image with stroking 2021-05-27 14:51:30 +02:00
_templates
build
frontends Remove password-based authentication from the SFTP frontend 2021-10-25 20:50:19 -04:00
historical Update references to the mailing list 2021-08-31 09:58:43 -04:00
Installation cleanup whitespace 2022-01-07 13:29:45 -07:00
man/man1 Update references to the mailing list 2021-08-31 09:58:43 -04:00
proposed Just require content-range for simplicity. 2022-02-09 12:25:47 -05:00
specifications link to the reference implementation 2021-09-07 13:37:12 -04:00
about-tahoe.rst Installation Guide Revamp 2021-07-16 12:14:45 +05:30
accepting-donations.rst
anonymity-configuration.rst Use "tahoe run" 2020-12-09 10:50:03 -05:00
architecture.rst
aspiration-contract.txt
backdoors.rst
backupdb.rst
cautions.rst
CODE_OF_CONDUCT.md Add May-Lee 2021-03-25 17:56:59 +01:00
conf.py Use sphinx_rtd_theme when building docs locally 2021-03-09 15:42:48 -05:00
configuration.rst Rip out FTP. 2021-01-06 13:39:52 -05:00
contributing.rst Include contribution guidelines for real 2021-01-08 13:38:07 -05:00
convergence-secret.rst
debian.rst
developer-guide.rst
developer-release-signatures actually sign statement 2021-01-19 12:58:35 -07:00
donations.rst
expenses.rst
filesystem-notes.rst
garbage-collection.rst
gpg-setup.rst move gpg signing instructions to seperate file 2021-11-18 12:04:56 +01:00
helper.rst Rip out FTP. 2021-01-06 13:39:52 -05:00
index.rst add gpg-setup doc to toctree 2021-12-07 11:10:51 +01:00
key-value-store.rst
known_issues.rst Rip out FTP. 2021-01-06 13:39:52 -05:00
lease-tradeoffs.svg
logging.rst "tahoe start" doesn't even work on these but "twistd -ny" does 2020-12-09 10:50:03 -05:00
magic-wormhole-invites.rst
Makefile Add a make rule to invoke sphinx-autobuild when building docs 2021-04-02 17:27:32 -04:00
Makefile-old
network-and-reliance-topology.svg
nodekeys.rst
performance.rst
README.txt Drop the note about running make html in docs 2021-03-23 10:52:51 -04:00
release-checklist.rst remove code-markup around commands 2022-02-02 01:33:22 +01:00
requirements.txt Tell RTD how to install Sphinx. 2021-10-28 11:12:17 -04:00
running.rst Update references to the mailing list 2021-08-31 09:58:43 -04:00
servers.rst
stats.rst load_monitor is also gone 2020-12-10 18:22:45 -05:00
subtree1.svg
ticket-triage.rst Add newsfragment description and edit details 2021-04-13 16:01:50 +02:00
write_coordination.rst

If you are reading Tahoe-LAFS documentation
-------------------------------------------

If you are reading Tahoe-LAFS documentation at a code hosting site or
from a checked-out source tree, the preferred place to view the docs
is http://tahoe-lafs.readthedocs.io/en/latest/. Code-hosting sites do
not render cross-document links or images correctly.


If you are writing Tahoe-LAFS documentation
-------------------------------------------

To edit Tahoe-LAFS docs, you will need a checked-out source tree. You
can edit the `.rst` files in this directory using a text editor, and
then generate HTML output using Sphinx, a program that can produce its
output in HTML and other formats.

Files with `.rst` extension use reStructuredText markup format, which
is the format Sphinx natively handles. To learn more about Sphinx, and
for a friendly primer on reStructuredText, please see Sphinx project's
documentation, available at:

https://www.sphinx-doc.org/

If you have `tox` installed, you can run `tox -e docs` and then open
the resulting docs/_build/html/index.html in your web browser.

Note that Sphinx can also process Python docstrings to generate API
documentation. Tahoe-LAFS currently does not use Sphinx for this
purpose.