Skip to content
This repository has been archived by the owner on Sep 10, 2018. It is now read-only.

Sonerezh/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sonerezh Documentation

This is the official documentation for the Sonerezh project. It is available online, PDF and EPUB formats at LINK.

Requirements

You can read all of the documentation within as its just in plain text files, marked up with ReST text formatting. To build the documentation you'll need the following:

  • Make
  • Python
  • Shpinx
  • Read-the-docs Sphinx theme

You can install Sphinx following the official guide.

easy_install -U sphinx

You can install the Read-the-docs Sphinx theme using:

pip install sphinx_rtd_theme

Building the documentation

After installing the documentation, you can build the documentation using sphinx-build:

git clone https://github.com/Sonerezh/docs.git
cd docs
make html