/cookiecutter

A Cookiecutter template for generating Sphinx extensions

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Sphinx Notes Extension Template

A Cookiecutter template for generating Sphinx extensions.

Usage

We use Cruft to create project interactively:

$ cruft create https://github.com/sphinx-notes/cookiecutter
namespace [sphinxnotes]:
name [demo]:
full_name [sphinxnotes-demo]:
...

To keep sync with the newst template:

$ cd demo
$ make update-template

Acknowledgment