radiac / nanodjango

Full Django in a single file - views, models, API ,with async support. Automatically convert it to a full project.
542 stars 24 forks source link

Markup glitch in tutorial docs #15

Closed simonw closed 1 month ago

simonw commented 1 month ago

https://nanodjango.readthedocs.io/en/latest/tutorial.html

CleanShot 2024-09-24 at 12 14 54@2x

simonw commented 1 month ago

Code: https://github.com/radiac/nanodjango/blob/455a0dd36c026f08716987912a8610cc8d90dd34/docs/tutorial.rst#L61-L72

I think it's the double colon.

simonw commented 1 month ago

Spotted these errors running make html:

/private/tmp/nanodjango/docs/index.rst:10: WARNING: toctree contains reference to nonexisting document 'api'
looking for now-outdated files... none found
pickling environment... done
checking consistency... /private/tmp/nanodjango/docs/apis.rst: WARNING: document isn't included in any toctree
radiac commented 1 month ago

Thanks for sorting! I was too fast with my fix!