1
0
mirror of https://github.com/gryf/coach.git synced 2026-02-14 04:45:50 +01:00

coach v0.8.0

This commit is contained in:
Gal Leibovich
2017-10-19 13:10:15 +03:00
parent 7f77813a39
commit 1d4c3455e7
123 changed files with 10996 additions and 203 deletions

14
docs/README.txt Normal file
View File

@@ -0,0 +1,14 @@
installation
=============
1. install mkdocs by following the instructions here -
http://www.mkdocs.org/#installation
2. install the math extension for mkdocs
sudo -E pip install python-markdown-math
3. install the material theme
sudo -E pip install mkdocs-material
to build the documentation website run:
- mkdocs build
- python fix_index.py
this will create a folder named site which contains the documentation website