./textproc/py-sphinx-gallery, Sphinx extension that builds an HTML version of any Python script

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.18.0, Package name: py312-sphinx-gallery-0.18.0, Maintainer: pkgsrc-users

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


Master sites:

Filesize: 455.44 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-06 11:52:23 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-sphinx-gallery: updated to 0.18.0

v0.18.0

Implemented enhancements:
- Allow to disable writing computation times
- [ENH] Add option to render multiple images from same cell as single-img

Fixed bugs:
- Fix ``indexst`` variable does not exist when own index gallery is first
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-08-10 10:06:02 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-sphinx-gallery: not for Python 3.9
   2024-02-04 20:35:31 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-sphinx-gallery: updated to 0.15.0

v0.15.0
-------

Support for Python 3.7 dropped in this release. Requirement is now Python >=3.8.
Pillow added as a dependency.

**Implemented enhancements:**

-  ENH: Improve logging visibility of errors and filenames
-  ENH: Improve API usage graph
-  ENH: Always write sg_execution_times and make DataTable
-  ENH: Write all computation times
-  ENH: Support source files in any language
-  FEA Add examples recommender system

**Fixed bugs:**

-  FIX Copy JupyterLite contents early so it runs before jupyterlite_sphinx \ 
build-finished
-  BUG: Fix bug with orphan sg_api_usage
-  MAINT Fix check for mismatched “ignore” blocks
-  Avoid importing new modules in backrefs

**Documentation**

-  DOC Put configuration list under headings
-  DOC: contributing guide
-  DOC Note support for python 3.7 dropped in release notes
   2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112)
Log message:
*: latest py-sphinx only support Python 3.9+
   2022-01-17 10:29:16 by Thomas Klausner | Files touched by this commit (4)
Log message:
textproc/py-sphinx-gallery: import py-sphinx-gallery-0.10.1

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