pydanny / simplicity

A straightforward and opinionated cookiecutter template for building Python packages. Inspired by Audrey Roy Greenfeld's seminal work on Cookiecutter and the cookiecutter-pypackage template.
11 stars 3 forks source link

Help me determine docs engine #24

Open pydanny opened 11 months ago

pydanny commented 11 months ago

Up for discussion is which of my two options I want to use, which needs to be Python to make it possible to plug in code generation:

Thoughts?

rmorison commented 11 months ago

No experience with the Jupyter doc-stack (which seems very data-eng centric), but a +1 for Mkdocs because

If it's for docs as code, definitely be my choice. Other cases, ymmv.

pawamoy commented 11 months ago

MkDocs has plugins to integrate and render ipynb files too :)

MoustafaShaaban commented 11 months ago

In my opinion mkdocs is very easy and interesting to work with. It has many plugins to make the documentation looks nice and informative like git-revision plugin that automatically show when the documentation is first published and when it was updated.