@@ -630,7 +630,7 @@ Contribute to Matplotlib documentation
630
630
Matplotlib is a big library, which is used in many ways, and the
631
631
documentation has only scratched the surface of everything it can
632
632
do. So far, the place most people have learned all these features are
633
- through studying the examples ( :ref: `how-to-search- examples`) , which is a
633
+ through studying the :ref: `examples-index ` , which is a
634
634
recommended and great way to learn, but it would be nice to have more
635
635
official narrative documentation guiding people through all the dark
636
636
corners. This is where you come in.
@@ -720,20 +720,3 @@ has written a nice `article
720
720
on how to make html click maps with Matplotlib agg PNGs. We would
721
721
also like to add this functionality to SVG. If you are interested in
722
722
contributing to these efforts that would be great.
723
-
724
-
725
- .. _how-to-search-examples :
726
-
727
- How to search for examples
728
- ==========================
729
-
730
- The nearly 300 code :ref: `examples-index ` included with the Matplotlib
731
- source distribution are full-text searchable from the :ref: `search `
732
- page, but sometimes when you search, you get a lot of results from the
733
- :ref: `api-index ` or other documentation that you may not be interested
734
- in if you just want to find a complete, free-standing, working piece
735
- of example code. To facilitate example searches, we have tagged every
736
- code example page with the keyword ``codex `` for *code example * which
737
- shouldn't appear anywhere else on this site except in the FAQ.
738
- So if you want to search for an example that uses an
739
- ellipse, :ref: `search ` for ``codex ellipse ``.
0 commit comments