Sajith Sasidharan
c13fb8d7ef
Add a make rule to invoke sphinx-autobuild when building docs
2021-04-02 17:27:32 -04:00
Sajith Sasidharan
b133d0e7a0
Merge pull request #997 from sajith/3630.update-docs-readme
...
Update notes about reading/writing docs
Fixes: ticket:3630
2021-03-31 15:50:04 -04:00
May-Lee Sia
93b93f3e7f
Merge pull request #1017 from tahoe-lafs/code-of-conduct
...
Add May-Lee
2021-03-31 21:43:36 +02:00
Jean-Paul Calderone
f9b61f20ad
Merge pull request #1010 from LeastAuthority/3037.gbs-leases
...
Add GBS APIs for lease management
2021-03-30 10:25:49 -04:00
Jean-Paul Calderone
0485eeb126
Attempt to explain inclusion of lease secrets in the body
2021-03-30 10:03:03 -04:00
May-Lee Sia
0c278a5f3c
Add May-Lee
...
Added my name and my pronouns JIC.
2021-03-25 17:56:59 +01:00
Jean-Paul Calderone
9dac61908d
Merge pull request #1009 from tahoe-lafs/3644.gbs-fragment-version
...
Update GBS URL fragment version
Fixes: ticket:3644
2021-03-23 15:45:43 -04:00
Sajith Sasidharan
5b39940d47
Drop the note about running make html
in docs
2021-03-23 10:52:51 -04:00
Sajith Sasidharan
5ac52da14c
comments in Python source code
to Python docstrings
2021-03-23 10:45:56 -04:00
Sajith Sasidharan
517cfad4df
setuptools
and recommonmark
2021-03-23 10:36:06 -04:00
Sajith Sasidharan
db02800232
docs directory
to the docs directory
2021-03-23 10:35:30 -04:00
Sajith Sasidharan
72ffc6211c
tox to tox
2021-03-23 10:34:46 -04:00
Sajith Sasidharan
c71b72758e
"The files with ..." to "Files with ..."
2021-03-23 10:18:25 -04:00
Sajith Sasidharan
8b1aa50b69
Use one space after period
2021-03-23 10:17:20 -04:00
Jean-Paul Calderone
6520d3a505
add the APIs
2021-03-22 13:44:48 -04:00
Jean-Paul Calderone
4a117e5d9b
Also get rid of the footnote target
2021-03-22 09:25:22 -04:00
Jean-Paul Calderone
8ff9e4d5a1
Merge pull request #1007 from LeastAuthority/3642.fix-gbs-todo
...
Fix the remaining GBS "TODO"
Fixes: ticket:3642
2021-03-22 09:15:27 -04:00
Jean-Paul Calderone
bc86820273
Change v=2 to v=1
2021-03-22 09:10:35 -04:00
Jean-Paul Calderone
0d2e9e8e6a
match local prevailing convention for naming
2021-03-19 15:43:40 -04:00
Jean-Paul Calderone
6aad53a598
explain why this conclusion is fine
2021-03-19 15:03:36 -04:00
Sajith Sasidharan
93dff0e6ad
Use sphinx_rtd_theme
when building docs locally
...
Default theme that Sphinx uses is not consistent with what we have at
https://tahoe-lafs.readthedocs.io . Being consistent with rtd might
help future doc writers.
2021-03-09 15:42:48 -05:00
Sajith Sasidharan
d28e172b5f
Update notes about reading/writing docs
2021-03-09 15:07:29 -05:00
meejah
c47b0854ae
Merge pull request #943 from meejah/3570.developers-signatures
...
3570.developers signatures
2021-02-02 12:10:49 -07:00
Jean-Paul Calderone
b139876a15
Merge remote-tracking branch 'origin/master' into 3536.sphinx-warnings
2021-01-25 10:52:34 -05:00
meejah
781deefcde
command-line to sign a tag with official key
2021-01-19 12:58:35 -07:00
meejah
407014ec5b
actually sign statement
2021-01-19 12:58:35 -07:00
meejah
8aaf0ee362
tweak statement
2021-01-19 12:58:34 -07:00
meejah
3995c932ef
better words
2021-01-19 12:57:18 -07:00
meejah
9957790bb8
write verification instructions, and developer statement
2021-01-19 12:56:37 -07:00
meejah
a031e6a4b3
more realistic date, better info
2021-01-19 12:55:56 -07:00
meejah
91de725d93
better url for exarkun's key
2021-01-19 12:55:56 -07:00
meejah
2a3d01a9cc
url for exarkun's key
2021-01-19 12:55:56 -07:00
meejah
a858d4a7cb
update exarkun's information
2021-01-19 12:55:56 -07:00
meejah
848fac815b
spelling
2021-01-19 12:55:56 -07:00
meejah
56337c4421
better words
2021-01-19 12:55:56 -07:00
meejah
b0cb50b897
write verification instructions, and developer statement
2021-01-19 12:55:56 -07:00
meejah
3061e9f913
Merge pull request #942 from meejah/2920.checklist-error
...
2920 signatures are detached
2021-01-19 12:48:56 -07:00
Sajith Sasidharan
f682d946d0
Rename docs/README.md
...
After enabling markdown extension in Sphinx configuration, there's a
warning about docs/README.md not being included in the toc tree.
Since docs/README.md is not to be included in the final rendered
document, we'll keep it as a .txt document.
2021-01-08 13:48:23 -05:00
Sajith Sasidharan
f1cf948356
Enable markdown support in Sphinx configuration
...
The upstream Contributor Covenant is a markdown document. Since we
prefer to keep things close to the original, enabling markdown support
to render that document seems like a good idea.
2021-01-08 13:45:16 -05:00
Sajith Sasidharan
1063ee1c1f
Fix warning in release checklist doc
...
Fix "WARNING: Inline emphasis start-string without end-string."
2021-01-08 13:38:07 -05:00
Sajith Sasidharan
4e56cc6d37
Fix nested bullet lists in release checklist doc
2021-01-08 13:38:07 -05:00
Sajith Sasidharan
d0859b1101
Fix indentation in webapi docs
...
Warning was:
tahoe-lafs/docs/frontends/webapi.rst:2035: WARNING: Unexpected indentation.
2021-01-08 13:38:07 -05: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
Itamar Turner-Trauring
7b1bfadd21
Rip out FTP.
2021-01-06 13:39:52 -05:00
meejah
ff182e69c1
signatures are detached
2020-12-20 19:10:00 -07:00
Jean-Paul Calderone
39628cbb4e
Merge pull request #921 from tahoe-lafs/3550.remove-start-stop-restart-daemonize
...
remove start stop restart daemonize
Fixes: ticket:3550
Fixes: ticket:3523
Fixes: ticket:3524
2020-12-14 14:58:35 -05:00
Jean-Paul Calderone
b9e9e55f4e
Merge remote-tracking branch 'origin/master' into 3550.remove-start-stop-restart-daemonize
2020-12-11 15:33:23 -05:00
Sajith Sasidharan
158c4b9446
Merge branch 'master' into 3555.stats-gatherer-is-history
2020-12-11 14:46:39 -05:00
Sajith Sasidharan
a0479a52e3
Be consistent when mentioning versions
2020-12-11 11:30:03 -05:00