Asherehsa / syncany-docs

Syncany User Guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syncany User Guide Documentation Status

The is the source project for the Syncany User Guide. The documentation is built using the Sphinx documentation generator on the Read the Docs platform. It is automatically rebuilt with every commit to the develop branch.

Building

To build the docs locally, run:

$ sudo pip install sphinx
$ make html

Theme

The documentation uses the Sphinx Read The Docs Theme. To add/update it locally, do this:

$ git remote add readthedocs git@github.com:snide/sphinx_rtd_theme.git
$ git fetch readthedocs
$ git subtree add --prefix=source/_themes readthedocs/master
$ rm -rf (everything in source/_themes, but sphinx_rtd_theme)

The last rm is a workaround to prevent the inclusion of other rst files.

About

Syncany User Guide

License:GNU General Public License v3.0


Languages

Language:HTML 40.6%Language:Python 19.8%Language:Makefile 15.3%Language:Batchfile 15.1%Language:JavaScript 3.8%Language:Shell 3.4%Language:CSS 2.1%