metya a9b7b35044 cookiekaker v0.1 преди 6 години
..
docs a9b7b35044 cookiekaker v0.1 преди 6 години
README.md a9b7b35044 cookiekaker v0.1 преди 6 години
mkdocs.yml a9b7b35044 cookiekaker v0.1 преди 6 години

README.md

Generating the docs

Install requirements:

pip install -r requirements.txt

or

conda install --yes --file requirements.txt

Change directories into the docs folder:

cd docs

Use mkdocs structure to update the documentation. Test locally with:

mkdocs serve

Once the docs look good, publish to gh-pages branch with:

mkdocs gh-deploy --clean

** Note **: Never edit the generated site by hand because using gh-deploy blows away the gh-pages branch and you'll lose your edits.