Iciql Documentation Site
This documentation is built using MkDocs, a Python-based static-site generator using Markdown.
Installation
Ubuntu
Installation on Ubuntu is very easy.
sudo apt-get install build-essential python-dev
sudo pip install mkdocs
sudo pip install mkdocs-material
Adding Documents & Configuring the Structure
The documentation configuration and structure is maintained in the mkdocs.yml
file.
Workflow
From the iciql.wiki
directory ...
mkdocs serve
... and then launch your browser ...
I control-click the url from the terminal
... and then launch your preferred editor.
atom ~/git/iciql.wiki