Sphinx [1] documentation template.
This is an alternative to Sphinx's sphinx-quickstart
you can use with
diecutter [2].
You can generate the files with diecutter [2]'s online web service.
Fill up the form at https://diecutter.alwaysdata.net/rawgithub/diecutter/sphinx-quickstart/index.html
curl -X POST https://diecutter.alwaysdata.net/github/diecutter/sphinx-quickstart/master/template/docs -d 'project_name=myproject' > template.tar.gz
wget -O template.tar.gz --post-data 'project_name=myproject' https://diecutter.alwaysdata.net/github/diecutter/sphinx-quickstart/master/template/docs
[1] | http://sphinx-doc.org/ |
[2] | (1, 2) http://diecutter.io |