Skip to content

Mainframe-Archive/swarm-guide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swarm-guide

swarm documentation in sphinx, hosted on read the docs: http://swarm-guide.readthedocs.io

to set up the environment (mac)

brew install sphinx-doc
pip install sphinx_rtd_theme
cd swarm-guide
mkdir -p docs/_themes
cd docs/_themes
ln -s /usr/local/lib/python2.7/site-packages/sphinx_rtd_theme sphinx_rtd_theme
sed -i -e 's/^#html_theme_path*/html_theme_path/g' contents/conf.py # don't push

To compile the html,

cd swarm-guide
make html

About

swarm documentation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 59.4%
  • Makefile 37.0%
  • CSS 3.6%