All Projects → sphinx-gallery → Sphinx Gallery

sphinx-gallery / Sphinx Gallery

Licence: bsd-3-clause
Sphinx extension for automatic generation of an example gallery

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sphinx Gallery

Haxejs
Documentation about using JavaScript with Haxe
Stars: ✭ 25 (-89.54%)
Mutual labels:  documentation, examples
Sphinx Automodapi
Sphinx extension for generating API documentation
Stars: ✭ 36 (-84.94%)
Mutual labels:  documentation, sphinx
Cht.exe
cht.sh libcurl client for windows XP+ with changed colorization
Stars: ✭ 15 (-93.72%)
Mutual labels:  documentation, examples
Docs
MinIO Object Storage Documentation
Stars: ✭ 488 (+104.18%)
Mutual labels:  documentation, sphinx
Sphinx Tabs
Tabbed views for Sphinx
Stars: ✭ 143 (-40.17%)
Mutual labels:  documentation, sphinx
Cheat.sh
the only cheat sheet you need
Stars: ✭ 27,798 (+11530.96%)
Mutual labels:  documentation, examples
Hawkmoth
Hawkmoth - Sphinx Autodoc for C
Stars: ✭ 31 (-87.03%)
Mutual labels:  documentation, sphinx
Samples
JavaFX samples to run with different options and build tools
Stars: ✭ 352 (+47.28%)
Mutual labels:  documentation, examples
Symbiflow Arch Defs
FOSS architecture definitions of FPGA hardware useful for doing PnR device generation.
Stars: ✭ 137 (-42.68%)
Mutual labels:  documentation, sphinx
Docs
Documentation site
Stars: ✭ 128 (-46.44%)
Mutual labels:  documentation, sphinx
Sphinx
Main repository for the Sphinx documentation builder
Stars: ✭ 4,313 (+1704.6%)
Mutual labels:  documentation, sphinx
Posse gallery
Posse's fancy new gallery for Flutter.
Stars: ✭ 174 (-27.2%)
Mutual labels:  examples, gallery
Doc2dash
Create docsets for Dash.app-compatible API browser.
Stars: ✭ 380 (+59%)
Mutual labels:  documentation, sphinx
Awesome Sphinxdoc
A curated list of awesome tools for Sphinx Python Documentation Generator
Stars: ✭ 716 (+199.58%)
Mutual labels:  documentation, sphinx
Aws Doc Sdk Examples
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.rst file below.
Stars: ✭ 4,575 (+1814.23%)
Mutual labels:  documentation, examples
Tldr
📚 Collaborative cheatsheets for console commands
Stars: ✭ 36,408 (+15133.47%)
Mutual labels:  documentation, examples
Documentation
📘 Nextcloud documentation
Stars: ✭ 268 (+12.13%)
Mutual labels:  documentation, sphinx
Cypress Documentation
Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.
Stars: ✭ 339 (+41.84%)
Mutual labels:  documentation, examples
Awesome Docs With Static Site Generators
Pointers to all templates and implementations based on static site generators
Stars: ✭ 44 (-81.59%)
Mutual labels:  documentation, sphinx
Flask Sphinx Themes
Sphinx themes for Pallets projects
Stars: ✭ 164 (-31.38%)
Mutual labels:  documentation, sphinx

============== Sphinx-Gallery

.. image:: https://dev.azure.com/sphinx-gallery/sphinx-gallery/_apis/build/status/sphinx-gallery.sphinx-gallery?branchName=master :target: https://dev.azure.com/sphinx-gallery/sphinx-gallery/_build/latest?definitionId=1&branchName=master

.. image:: https://ci.appveyor.com/api/projects/status/github/sphinx-gallery/sphinx-gallery?branch=master&svg=true :target: https://ci.appveyor.com/project/sphinx-gallery/sphinx-gallery/history

.. image:: https://zenodo.org/badge/25860190.svg :target: https://zenodo.org/badge/latestdoi/25860190

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

.. image:: doc/_static/demo.png :width: 80% :alt: A demo of a gallery generated by Sphinx-Gallery

Who uses Sphinx-Gallery

  • Sphinx-Gallery <https://sphinx-gallery.github.io/auto_examples/index.html>_
  • Scikit-learn <http://scikit-learn.org/dev/auto_examples/index.html>_
  • Nilearn <https://nilearn.github.io/auto_examples/index.html>_
  • MNE-python <https://www.martinos.org/mne/stable/auto_examples/index.html>_
  • PyStruct <https://pystruct.github.io/auto_examples/index.html>_
  • GIMLi <http://www.pygimli.org/_examples_auto/index.html>_
  • Nestle <https://kbarbary.github.io/nestle/examples/index.html>_
  • pyRiemann <https://pyriemann.readthedocs.io/en/latest/index.html>_
  • scikit-image <http://scikit-image.org/docs/dev/auto_examples/>_
  • Astropy <http://docs.astropy.org/en/stable/generated/examples/index.html>_
  • SunPy <http://docs.sunpy.org/en/stable/generated/gallery/index.html>_
  • PySurfer <https://pysurfer.github.io/>_
  • Matplotlib <https://matplotlib.org/index.html>_ Examples <https://matplotlib.org/gallery/index.html>_ and Tutorials <https://matplotlib.org/tutorials/index.html>__
  • PyTorch tutorials <http://pytorch.org/tutorials>_
  • Cartopy <http://scitools.org.uk/cartopy/docs/latest/gallery/>_
  • PyVista <https://docs.pyvista.org/examples/>_
  • SimPEG <http://docs.simpeg.xyz/content/examples/>_
  • PlasmaPy <http://docs.plasmapy.org/en/latest/auto_examples/>_
  • Fury <http://fury.gl/latest/auto_examples/index.html>_
  • Optuna <https://optuna.readthedocs.io/en/stable/tutorial/index.html>_

.. installation-begin-content

Installation

Install via pip

You can do a direct install via pip by using:

.. code-block:: bash

$ 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. We also recommend installing system optipng binaries to reduce the file sizes of the generated PNG files.

Install as a Sphinx-Gallery developer

You can get the latest development source from our Github repository <https://github.com/sphinx-gallery/sphinx-gallery>_. You need setuptools installed in your system to install Sphinx-Gallery. For example, you can do:

.. code-block:: console

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

.. installation-end-content

Citation

If you would like to cite Sphinx-Gallery you can do so using our Zenodo deposit <https://zenodo.org/record/3838216>_.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].