IpshitaC / documentation

The official documentation for coala

Home Page:http://docs.coala.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

The official documentation for coala

This is the official documentation for coala, and it is online at https://docs.coala.io. The coala repository can be found here.

How to build

You should run this command before trying to build the documentation:

pip3 install -r docs-requirements.txt

You can test the documentation locally through simply running

make html

in the root directory. This generates _build/html/index.html that you can view on your browser.

If you want to add new pages, you need to alter the index.rst file in the root directory. Please read http://www.sphinx-doc.org/en/stable/markup/toctree.html#toctree-directive for an explanation of the syntax.

About

The official documentation for coala

http://docs.coala.io/

License:GNU Affero General Public License v3.0


Languages

Language:Python 35.7%Language:Makefile 28.7%Language:Batchfile 27.2%Language:CSS 8.4%