Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 949 Bytes

README.rst

File metadata and controls

40 lines (24 loc) · 949 Bytes

sphinx-quickstart

Sphinx [1] documentation template.

This is an alternative to Sphinx's sphinx-quickstart you can use with diecutter [2].

Generate Sphinx documentation

You can generate the files with diecutter [2]'s online web service.

With your browser

Fill up the form at https://diecutter.alwaysdata.net/rawgithub/diecutter/sphinx-quickstart/index.html

With curl

curl -X POST https://diecutter.alwaysdata.net/github/diecutter/sphinx-quickstart/master/template/docs -d 'project_name=myproject' > template.tar.gz

With wget

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