Skip to content

Latest commit

 

History

History
87 lines (64 loc) · 2.47 KB

index.rst

File metadata and controls

87 lines (64 loc) · 2.47 KB

Welcome to Sphinx-Gallery's documentation!

A Sphinx extension that builds an HTML gallery of examples from any set of Python scripts.

It is extracted from the scikit-learn project and aims to be an independent general purpose extension.

The code of the project is on Github: Sphinx-Gallery

Why Sphinx-Gallery?

  • Simple examples that run out of the box are the best way to learn a library
  • Pleasing, organized, visual layouts
  • Links, searching, backlinks throughout examples and documentation

What does it look like?

Here is an example gallery generated from a few Python scripts.

Here we put only the examples of our gallery that use a specific function. This display granularity ready to use within your documentation, not just the gigantic galleries with all the examples together.

Go ahead, click on those thumbnails to go to the examples. Beautifully rendered HTML versions of the original python scripts with, narrating prose from the doctrings and inline comments and plots generated by the scripts.

Features

Sphinx-Gallery Show: :ref:`examples-index`

Contents:

.. toctree::
   :maxdepth: 2

   getting_started
   advanced_configuration
   faq
   syntax
   utils
   reference
   auto_examples/index
   tutorials/index
   auto_mayavi_examples/index
   changes
   Fork sphinx-gallery on Github <https://github.com/sphinx-gallery/sphinx-gallery>


Indices and tables