Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.54 KB

File metadata and controls

58 lines (42 loc) · 1.54 KB

Change Logs

0.4.4

  • :pr:`62`: Switch from Azure Pipelines to GitHub Actions
  • :pr:`60`: Extend code coverage across sphinx-runpython utilities
  • :pr:`58`: Add sphinx_runpython.runmermaid extension for Mermaid diagram support

0.4.3

  • :pr:`56`: Add :hide_err: option to suppress [runpythonerror] from runpython output

0.4.2

  • :pr:`53`: Disable gdot call to graphviz if UNITTEST_GOING=1
  • :pr:`51`: Uses GitHub actions for CI
  • :pr:`49`: Cache gdot script execution results in Sphinx environment`
  • :pr:`47`: use svg by default with gdot

0.4.1

  • :pr:`42`: excludes failing functions from pybind11 in docassert

0.4.0

  • :pr:`40`: error message inline
  • :pr:`39`: add option :debug: to runpython to append rst code to a page

0.3.0

  • :pr:`36`: add tools to remove the use of new commands in latex formula
  • :pr:`33`: add simple command line to convert images to pdf
  • :pr:`28`: add syntax to check the readme syntax
  • :pr:`27`: fix missing __text_signature__ in docassert

0.2.0

  • :pr:`23`, :pr:`24`, :pr:`25`: add sphinx extension quote
  • :pr:`21`: add sphinx extension faqref, runpython uses black
  • :pr:`17`: add RST writer to output the documentation into pure RST format
  • :pr:`16`: add command line nb2py to convert notebook to python files
  • :pr:`11`: add function make_linkcode_resolve
  • :pr:`6`: add sphinx extension gdot
  • :pr:`5`: add sphinx extension docassert
  • :pr:`4`: add sphinx extension mathdef, exref, blocref

0.1.0

  • :pr:`2`: add sphinx extension runpython and collapse