1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00
Files
coach/docs_raw
Scott Leishman 524f8436a2 create per environment Dockerfiles. (#70)
* create per environment Dockerfiles.

Adjust CI setup to better parallelize runs.
Fix a couple of issues in golden and trace tests.
Update a few of the docs.

* bugfix in mmc agent.

Also install kubectl for CI, update badge branch.

* remove integration test parallelism.
2018-11-14 07:40:22 -08:00
..
2018-08-13 17:11:34 +03:00
2018-04-23 09:14:20 +03:00
2018-10-02 13:43:36 +03:00
2018-04-23 09:14:20 +03:00

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

to build the documentation website run:
- mkdocs build
- python fix_index.py

this will create a folder named site which contains the documentation website