Commit Graph

45 Commits

Author SHA1 Message Date
Sajith Sasidharan
6af64458bc Manual: move release checklist down 2021-04-02 18:56:27 -04:00
Sajith Sasidharan
4aa2176918 Manual: remove "Indices and tables"
Links under "Indices and tables" currently do not do much:

- The index is currently empty
- Module index 404's on readthedocs.io
- Search page is empty
2021-04-02 18:53:14 -04:00
Sajith Sasidharan
6aebd6eb1d Manual: capitalize history section header 2021-04-02 18:53:10 -04:00
Sajith Sasidharan
586819b5eb Manual: merge contributor notes 2021-04-02 18:53:06 -04:00
Sajith Sasidharan
560afb8115 Manual: move stats under tech notes 2021-04-02 18:53:03 -04:00
Sajith Sasidharan
8eb9755610 Manual: move logging under tech notes 2021-04-02 18:52:58 -04:00
Sajith Sasidharan
9e2a3badc6 Manual: move performance under tech notes 2021-04-02 18:52:53 -04:00
Sajith Sasidharan
41668d6f11 Manual: move nodekeys under tech notes 2021-04-02 18:52:48 -04:00
Sajith Sasidharan
d8235b2e4a Manual: move backupdb under tech notes 2021-04-02 18:52:45 -04:00
Sajith Sasidharan
71c3b2578a Manual: move cautions under tech notes 2021-04-02 18:52:41 -04:00
Sajith Sasidharan
22a2b9cb30 Manual: move community information up 2021-04-02 18:52:38 -04:00
Sajith Sasidharan
18c6152254 Manual: move write coordination under tech notes 2021-04-02 18:52:35 -04:00
Sajith Sasidharan
9e6351a876 Manual: move pyOpenSSL on Windows under history 2021-04-02 18:52:31 -04:00
Sajith Sasidharan
92a58212a0 Manual: move web API under technical notes 2021-04-02 18:52:27 -04:00
Sajith Sasidharan
7214ba6b60 Manual: move OS X notes under history 2021-04-02 18:52:24 -04:00
Sajith Sasidharan
c9664c9cdc Manual: move windows notes under history 2021-04-02 18:52:21 -04:00
Sajith Sasidharan
64e702ce0e Manual: move debian notes under history 2021-04-02 18:52:18 -04:00
Sajith Sasidharan
93f4e03d79 Manual: move k-v store notes under technical notes 2021-04-02 18:52:14 -04:00
Sajith Sasidharan
497cd30350 Manual: move filesystem notes under technical notes 2021-04-02 18:52:11 -04:00
Sajith Sasidharan
fef5796659 Manual: move "anonymity configuration" under "running" 2021-04-02 18:52:07 -04:00
Sajith Sasidharan
88af4c8814 Manual: move developer guide up 2021-04-02 18:52:04 -04:00
Sajith Sasidharan
093f1704d4 Manual: move technical notes up 2021-04-02 18:51:58 -04:00
Sajith Sasidharan
abce17abfe Manual: rename "misc info" to "notes for all contributors" 2021-04-02 18:51:54 -04:00
Sajith Sasidharan
aeb8d11886 Manual: move "magic wormhole invites" down 2021-04-02 18:51:49 -04:00
Sajith Sasidharan
ba4b9dfa0a Manual: move "architecture" under "running" 2021-04-02 18:51:44 -04:00
Sajith Sasidharan
5cd52cdcf5 Manual: move "architecture" under "technical notes" 2021-04-02 18:51:39 -04:00
Sajith Sasidharan
046f309c8e Manual: move "known issues" under "running" 2021-04-02 18:51:36 -04:00
Sajith Sasidharan
a138faec93 Manual: add some broad categories 2021-04-02 18:51:29 -04:00
Sajith Sasidharan
9745424235 Include release checklist 2021-01-08 13:38:07 -05:00
Sajith Sasidharan
57282d2431 Include contribution guidelines for real
This warning should go away with this commit:

  WARNING: toctree contains reference to nonexisting document u'.github/CONTRIBUTING'
2021-01-08 13:38:07 -05:00
Jason R. Coombs
ae1b0271df Add new developer guide with instructions on using pre-commit. 2020-09-03 18:59:46 -04:00
Jean-Paul Calderone
f9cab479fd
as far as I can tell there is nothing magic about putting it in .github 2020-07-01 15:48:39 -04:00
Jean-Paul Calderone
9a2da37241
Here's a start 2020-07-01 15:41:17 -04:00
Jean-Paul Calderone
e3a6d75962
Remove the obvious documentation references 2020-02-13 10:23:27 -05:00
Jean-Paul Calderone
6667988733 May as well link this into the main docs as well 2019-03-15 13:11:39 -04:00
Jean-Paul Calderone
df7de6cb90 Document a convention for encouraging donations
The convention smuggles an address in the node nickname and uses Zcash
shielded transactions for privacy.
2018-07-02 15:24:10 -04:00
meejah
798bf57e28 Add 'tahoe invite' and 'tahoe create-node --join' commands
This opens a wormhole and sends appropriate JSON down
it to a tahoe-gui using a wormhole server running on
tahoe-lafs.org

The other end uses the 'tahoe create-node' command (with
new --join option) to read the configuration JSON from
a 'tahoe invite' command
2017-08-08 18:27:06 -06:00
Brian Warner
91047bf828 docs: clean up .rst and references
This uses Read-The-Docs (sphinx/docutils) references exclusively, but adds a
README.md for GitHub viewers to remind them that the links there won't
work (closes ticket:2835).

It also fixes all the dangling references and other Sphinx warnings.

The "Preparation" section of docs/magic-folder-howto.rst was removed, since
this feature has since been merged to trunk.
2016-12-12 13:57:28 -08:00
Brian Warner
460cc826fd update docs
* replace sample IPv4/IPv6 addresses with reserved ones from RFC-6890
* remove initial blank line: prevents github from rendering the .rst
* emphasize --hostname, then have --port/--location as a special-case
* list --port first (describe it "from the inside out"), then --location
* explain difference between --port and --location
* in endpoint strings, put interface= at end, to emphasize port
* add servers.rst to index.rst so it'll show up on readthedocs
* don't mention "partial-cone NAT": that's only relevant if/when we get
  real ICE-style NAT-hole-punching
2016-09-14 12:45:53 -07:00
Brian Warner
327bef3383 update tor/i2p docs to match current config syntax
This removes the section that describes automatic configuration using
transport-agnostic endpoint-centric tub.port strings. That was the
approach where tub.port used "onion:80:hiddenServiceDir=PATH", and
Foolscap was able to query the generated Listener to find out what
address it was supposed to advertise. We considered this for a long
time, but in the end decided to use a more static approach, where
foolscap/tahoe never try to guess it's location: Tahoe always requires
tub.location= to be set.

When we get automatic configuration implemented, it'll be a simple CLI
argument, something like "tahoe create-server --listen=tor".

Instead, this document now explains how to configure Tor to create the
hidden service, then how to copy the generated .onion address into the
tahoe config.

This also removes a lot of other text that seems irrelevant now, and
refers the user to the tahoe.cfg docs (configuration.rst) instead of
including all the `[tor]`/`[i2p]` docs inline.

Closes ticket:2815
2016-08-30 08:55:09 -07:00
Brian Warner
bde22ad1f7 docs are now at readthedocs.io
The badge image URL remains the same, but the docs themselves are now
hosted on tahoe-lafs.readthedocs.io rather than
tahoe-lafs.readthedocs.org .
2016-04-27 23:12:18 -07:00
Brian Warner
12e54e52f4 README: point to tahoe-lafs.readthedocs.org
Also add a comment to docs/index.rst, pointing folks who are browsing
the source tree (locally, with an editor) at the formatted version on
readthedocs.org .
2016-03-30 01:26:47 -07:00
Brian Warner
f81900ee35 format docs for Sphinx
Added indexes, fixed cross-references.

Also a few pip-related cleanups I noticed along the way.
2016-03-30 01:26:47 -07:00
Brian Warner
142185bb86 docs: add sphinx index.rst, improve headers 2016-03-29 21:46:11 -07:00
Brian Warner
0acc1dc079 docs: run sphinx-quickstart, move old Makefile
* .gitignore: add docs/_build (sphinx output directory)
2016-03-29 21:02:14 -07:00