Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Description
The codex
Thematplotlib search tells us about the "codex":
If you want to limit your search to working code examples, include the keyword "codex" (mnemonic for code example) in your search, e.g., "codex ellipse"; see search examples.
and theFAQ: Search examples
The nearly 300 code Gallery included with the Matplotlib source distribution are full-text searchable from the Search Page page, but sometimes when you search, you get a lot of results from the The Matplotlib API or other documentation that you may not be interested in if you just want to find a complete, free-standing, working piece of example code. To facilitate example searches, we have tagged every code example page with the keyword codex for code example which shouldn’t appear anywhere else on this site except in the FAQ. So if you want to search for an example that uses an ellipse, Search Page for codex ellipse.
The problem
Yet, the codex has disappeared from the gallery - probably due to the migration to sphinx-gallery.
Inolder versions, this looked like
Possible solutions
- Remove all references to "codex", as it's more than confusing to be told to look for something that doesn't exist.
- Revive the codex by
- manually adding it to all examples
- check in how far some kind of template can be used for this.
The latter would be related to
- Examples not shown in API docs for many methods.Examples not shown in API docs for many methods. #10974
- DOC: add links to examples for a few examplesDOC: add links to examples for a few examples #11019