aroberge / ideas

Easy creation of custom import hooks to experiment on alternatives to Python's syntax; see https://aroberge.github.io/ideas/docs/html/
Other
77 stars 4 forks source link

Add all explanation in docstring of example modules #27

Open aroberge opened 2 years ago

aroberge commented 2 years ago

For the documentation of the examples, instead of having a separate .rst file with content (other than an automodule directive), include all the required text in the module docstring. This will make it possible for people perusing the code to have all the relevant information in a single place.