Description
Inspired by #2316,
There are two main places to put actual examples in the documentation:
The modules_gallery
or the how_to
. It is currently unclear what the separate goals for these two sections are/ought to be. Either way both are stored in examples, but modules_gallery
are run by sphinx-gallery
whereas how_to
are run locally (by Sam or Alessio) and added to the documentation later.
Topics of Discussion
What are the purposes for these two separate example streams?
Are they currently appropriately discoverable (ie do they need better names)?
Do they need to be improved (ie even we are keeping the modules_gallery
what improvements need to be made to make it as useful as possible)?
What rules (if any) do developers need to know to provide examples for the documentation code base?
Outputs
If there is a clear consensus/set of rules we can add this to the developer docs so we can keep track of this and try to ensure our examples documentation follows a rough set of guidelines (even if they are not hard rules)