8000 GitHub - DaAnIV/sphinx-gallery: Sphinx extension for automatic generation of an example gallery
[go: up one dir, main page]

Skip to content

DaAnIV/sphinx-gallery

 
 

Repository files navigation

Sphinx-Gallery

https://travis-ci.org/sphinx-gallery/sphinx-gallery.svg?branch=master https://ci.appveyor.com/api/projects/status/github/sphinx-gallery/sphinx-gallery?branch=master&svg=true

A Sphinx extension that builds an HTML version of any Python script and puts it into an examples gallery.

A demo of a gallery generated by Sphinx-Gallery

Who uses Sphinx-Gallery

Installation

Install via pip

You can do a direct install via pip by using:

$ pip install sphinx-gallery

Sphinx-Gallery will not manage its dependencies when installing, thus you are required to install them manually. Our minimal dependency is:

  • Sphinx >= 1.8.3

Sphinx-Gallery has also support for packages like:

  • Matplotlib
  • Seaborn
  • Mayavi

For much of this functionality, you will need pillow.

Install as a Sphinx-gallery developer

You can get the latest development source from our Github repository. You need setuptools installed in your system to install Sphinx-Gallery. For example, you can do:

$ git clone https://github.com/sphinx-gallery/sphinx-gallery
$ cd sphinx-gallery
$ pip install -r dev-requirements.txt
$ pip install -e .

About

Sphinx extension for automatic generation of an example gallery

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.4%
  • CSS 1.9%
  • Shell 1.5%
  • Makefile 0.2%
0