This repo holds the documentation for the now obsolete swarm client. Current development is happening in the bee repo, and the new documentation can be found in the bee-docs repo.
This is the source of the documentation of Swarm, written in Sphinx. Its built version is hosted on http://swarm-guide.readthedocs.io
The entry point will be in ./build/html/index.html.
pip install -r requirements.txt
make html
sudo apt-get install python-sphinx python3-sphinx-rtd-theme
make html
This way you will get the necessary environment set up for you inside the docker image:
make html-docker
While editing you may want to start a process that continuously builds the docs in the background:
watch -n 5 "make html"
make SOURCE=sw^3 latexpdf
- cheat sheets:
best <https://github.com/ralsina/rst-cheatsheet/blob/master/rst-cheatsheet.rst>_quick <reference http://docutils.sourceforge.net/docs/user/rst/quickref.html>_official <http://docutils.sourceforge.net/docs/user/rst/cheatsheet.txt>_ (output <http://docutils.sourceforge.net/docs/user/rst/cheatsheet.html>_)
rst primer <http://sphinx-doc.org/rest.html>_inline <http://sphinx-doc.org/markup/inline.html>_extentions <http://sphinx-doc.org/extensions.html#builtin-sphinx-extensions>_default <http://www.sphinx-doc.org/en/stable/domains.html#the-standard-domain>_js API <http://www.sphinx-doc.org/en/stable/domains.html#the-javascript-domain>_http API <http://pythonhosted.org/sphinxcontrib-httpdomain>_go <https://pypi.python.org/pypi/sphinxcontrib-golangdomain>_
This document is licensed under the @emph{Creative Commons Attribution License}. To view a copy of this license, visit http://creativecommons.org/licenses/by/2.0/