Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.32 KB

File metadata and controls

42 lines (30 loc) · 1.32 KB

BIOL 300 Wiki Documentation

Documentation Status

This repository contains the source code for generating documentation that explains how to build a wiki for the course BIOL 300. The source code is automatically recompiled each time it is changed, and the compiled documentation is hosted on ReadTheDocs.

The source code can also be compiled on your local computer using the basic instructions below.

Dependencies

Ubuntu

sudo apt-get install make python-pip
sudo pip install -U Sphinx sphinx_rtd_theme

Cygwin

First install make, python, and python-setuptools using the Cygwin installer.

easy_install-2.7 -U Sphinx sphinx_rtd_theme

Building

cd biol-300-wiki-docs
make html