Sphinx-gallery

Latest version: v0.18.0

Safety actively analyzes 685670 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 8

0.1.10

-------

Bug Fixed
'''''''''

* Fix image path handling bug introduced in 218

0.1.9

------

Incompatible Changes
''''''''''''''''''''

* Sphinx Gallery's example back-references are deactivated by
default. Now it is users responsibility to turn them on and set the
directory where to store the files. See discussion in `126
<https://github.com/sphinx-gallery/sphinx-gallery/issues/126>`_ and
pull request `151
<https://github.com/sphinx-gallery/sphinx-gallery/issues/151>`_.

Bug Fixed
'''''''''

* Fix download zip files path in windows builds. See `218 <https://github.com/sphinx-gallery/sphinx-gallery/pull/218>`_
* Fix embedded missing link. See `214 <https://github.com/sphinx-gallery/sphinx-gallery/pull/214>`_

Developer changes
'''''''''''''''''

* Move testing to py.test
* Include link to github repository in documentation

0.1.8

------

New features
''''''''''''

* Drop styling in codelinks tooltip. Replaced for title attribute which is managed by the browser.
* Gallery output is shorter when embedding links
* Circle CI testing

Bug Fixes
'''''''''

* Sphinx-Gallery build even if examples have Syntax errors. See `177 <https://github.com/sphinx-gallery/sphinx-gallery/pull/177>`_
* Sphinx-Gallery can now build by directly calling sphinx-build from
any path, no explicit need to run the Makefile from the sources
directory. See `190 <https://github.com/sphinx-gallery/sphinx-gallery/pull/190>`_
for more details.

0.1.7

------

Bug Fixes
'''''''''

* Released Sphinx 1.5 has new naming convention for auto generated
files and breaks Sphinx-Gallery documentation scanner. Fixed in
`178 <https://github.com/sphinx-gallery/sphinx-gallery/pull/178>`_,
work for linking to documentation generated with Sphinx<1.5 and for
new docs post 1.5
* Code links tooltip are now left aligned with code

New features
''''''''''''

* Development support of Sphinx-Gallery on Windows `179
<https://github.com/sphinx-gallery/sphinx-gallery/pull/179>`_ & `#182
<https://github.com/sphinx-gallery/sphinx-gallery/pull/182>`_

0.1.6

----------

New features
''''''''''''

* Executable script to convert Python scripts into Jupyter Notebooks `148 <https://github.com/sphinx-gallery/sphinx-gallery/pull/148>`_


Bug Fixes
'''''''''
* Sphinx-Gallery now raises an exception if the matplotlib backend can
not be set to ``'agg'``. This can happen for example if
matplotlib.pyplot is imported in conf.py. See `157
<https://github.com/sphinx-gallery/sphinx-gallery/pull/157>`_ for
more details.
* Fix ``backreferences.identify_names`` when module is used without
attribute `173
<https://github.com/sphinx-gallery/sphinx-gallery/pull/173>`_. Closes
`172 <https://github.com/sphinx-gallery/sphinx-gallery/issues/172>`_
and `149
<https://github.com/sphinx-gallery/sphinx-gallery/issues/149>`_
* Raise FileNotFoundError when README.txt is not present in the main
directory of the examples gallery(`164
<https://github.com/sphinx-gallery/sphinx-gallery/pull/164>`_). Also
include extra empty lines after reading README.txt to obtain the
correct rendering of the html file.(`165
<https://github.com/sphinx-gallery/sphinx-gallery/pull/165>`_)
* Ship a License file in PyPI release

0.1.5

------

New features
''''''''''''
* CSS. Now a tooltip is displayed on the source code blocks to make
the doc-resolv functionality more discorverable. Function calls in
the source code blocks are hyperlinks to their online documentation.
* Download buttons have a nicer look across all themes offered by
Sphinx

Developer changes
'''''''''''''''''
* Support on the fly theme change for local builds of the
Sphinx-Gallery docs. Passing to the make target the variable `theme`
builds the docs with the new theme. All sphinx themes are available
plus read the docs online theme under the value `rtd` as shown in this
usage example.

.. code-block:: console

$ make html theme=rtd

* Test Sphinx Gallery support on Ubuntu 14 packages, drop Ubuntu 12
support. Drop support for Python 2.6 in the conda environment

Page 6 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.