7
README Help for PyPI, Codeberg, and Possibly Local
(lemmy.world)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
There are tools to check README files. Which would give suggestions on what needs to be fixed.
If you are using Sphinx anyway, would suggest going with a ReStructuredText rather than vanilla markdown.
In your Sphinx docs, can mix rst and md but the index file must be index.rst, not index.md
Then use this sphinx-external-toc-strict for structuring your Sphinx docs.
restview for real time editing of restructuredtext file