Skip to content

HTML client for Sphinx documentation templates: fill in the form and generate Sphinx-based documentation layout using diecutter

License

Notifications You must be signed in to change notification settings

diecutter/sphinx-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

HTML client for Sphinx documentation templates: fill in the form and generate Sphinx-based documentation layout using diecutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published