neuroinformatics-unit / python-cookiecutter

Utility to create a basic Python project structure with tests, CI etc.
BSD 3-Clause "New" or "Revised" License
22 stars 3 forks source link

Setup sphinx docs in a separate branch #9

Closed niksirbi closed 1 year ago

niksirbi commented 1 year ago

Related to #4. Set up docs subfolder with the necessary sphinx setup and include .github/workflows for automatically building and deploying the docs to a GitHub page. If there is an example function with a docstring in the module, also auto-build the API documentation.