Port details |
- py-sphinx-gallery Sphinx extension that builds an HTML gallery of examples from any set of Python scripts
- 0.18.0 textproc =2 0.15.0_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-10-08 12:03:19
- Last Update: 2024-10-14 05:25:47
- Commit Hash: 844f64d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://sphinx-gallery.github.io/stable/
- https://github.com/sphinx-gallery/sphinx-gallery
- Description:
- Sphinx-Gallery is a Sphinx extension that builds an HTML gallery of examples
from any set of Python scripts.
Features:
- Create example galleries automatically by running pure Python example scripts
while capturing outputs + figures, rendering them into reST files built into
your documentation by Sphinx
- Embed reST in your example Python files, allowing you to interweave
narrative-like content with code that generates plots in your documentation.
Sphinx-Gallery also automatically generates a Jupyter Notebook for each your
example page.
- Add mini-galleries for API documentation. Sphinx-Gallery can generate
mini-galleries listing all examples that use a particular function/method/etc.
- Add intersphinx links to your examples. Sphinx-Gallery can automatically add
links to API documentation for functions/methods/classes that are used in your
examples (for any Python module that uses intersphinx).
- Manage multiple galleries to create and embed galleries for several folders of
examples.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}sphinx-gallery>0:textproc/py-sphinx-gallery@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-sphinx-gallery/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-sphinx-gallery
- pkg install py311-sphinx-gallery
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-sphinx-gallery listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-sphinx-gallery
- Package flavors (<flavor>: <package>)
- py311: py311-sphinx-gallery
- distinfo:
- TIMESTAMP = 1728632484
SHA256 (sphinx_gallery-0.18.0.tar.gz) = 4b5b5bc305348c01d00cf66ad852cfd2dd8b67f7f32ae3e2820c01557b3f92f9
SIZE (sphinx_gallery-0.18.0.tar.gz) = 466371
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-setuptools-scm>=0 : devel/py-setuptools-scm@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-pillow>=0 : graphics/py-pillow@py311
- py311-sphinx>=5,1 : textproc/py-sphinx@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_py-sphinx-gallery
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.18.0 14 Oct 2024 05:25:47 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-gallery: Update to 0.18.0
Changes: https://github.com/sphinx-gallery/sphinx-gallery/releases |
0.17.1 30 Sep 2024 13:36:37 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-gallery: Update to 0.17.1
Changes: https://github.com/sphinx-gallery/sphinx-gallery/releases |
0.15.0_1 13 May 2024 14:10:48 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-gallery: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
0.15.0 27 Nov 2023 10:28:24 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-gallery: Update to 0.15.0
Changes: https://github.com/sphinx-gallery/sphinx-gallery/releases |
0.14.0 08 Oct 2023 11:52:38 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-gallery: Add py-sphinx-gallery 0.14.0
Sphinx-Gallery is a Sphinx extension that builds an HTML gallery of examples
from any set of Python scripts.
Features:
- Create example galleries automatically by running pure Python example scripts
while capturing outputs + figures, rendering them into reST files built into
your documentation by Sphinx
- Embed reST in your example Python files, allowing you to interweave
narrative-like content with code that generates plots in your documentation.
Sphinx-Gallery also automatically generates a Jupyter Notebook for each your
example page.
- Add mini-galleries for API documentation. Sphinx-Gallery can generate
mini-galleries listing all examples that use a particular function/method/etc.
- Add intersphinx links to your examples. Sphinx-Gallery can automatically add
links to API documentation for functions/methods/classes that are used in your
examples (for any Python module that uses intersphinx).
- Manage multiple galleries to create and embed galleries for several folders of
examples. |