sphinx-contrib / datatemplates

Sphinx plugin for generating RST on the fly from data files and templates.
http://sphinxcontribdatatemplates.readthedocs.io/
Other
44 stars 19 forks source link

Mark stuff that shouldn't be reused #53

Open janbrohl opened 4 years ago

janbrohl commented 4 years ago

By @dhellmann : We should also ensure that we are only exporting symbols we want someone else to import at the API level in the python code. Renaming some modules to prefix them with _ would signal they shouldn't be used directly.

dhellmann commented 4 years ago

58 is a prerequisite for this work.

janbrohl commented 4 years ago

Why?

dhellmann commented 4 years ago

I figured we would want good tests in place before we start rearranging code and renaming things.