RoboSherlock / robosherlock_docs

RoboSherlock documentation webpage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rs_docs

Source of the RoboSherlock project webpage (www.robosherlock.org)

Install dependencies:

# Assuming you have a python 3 install (for example in a venv/anaconda/etc.)
pip3 install -U Sphinx
pip3 install sphinxcontrib-bibtex sphinxcontrib-googleanalytics

or on Linux with a systemwide python install (legacy):

sudo apt-get install python-sphinx python-pip
sudo pip install sphinxcontrib-bibtex sphinxcontrib-googleanalytics
# If you get an error that Sphinx>=2.0 can't be found in the last step, install the older version of sphinxcontrib-bibtex by executing:
#   sudo pip install sphinxcontrib-bibtex==0.4.2

Build the website

Just execute 'make html' in the repo after the installation described above.

About

RoboSherlock documentation webpage


Languages

Language:HTML 35.9%Language:Python 29.3%Language:TeX 13.9%Language:JavaScript 10.9%Language:Makefile 9.9%