Skip to content

CWRUChielLab/biol-300-wiki-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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