Skip to content

Releases: GenericMappingTools/sphinx_gmt

v0.3.0

01 May 15:48
Compare
Choose a tag to compare
  • Add examples for including GMT classic and modern scripts
  • Fix the missing "type_ignores" exception for Python scripts
  • Setting GMT_END_SHOW to off to disable image display in external viewers
  • Add labels to images so that they can be referenced

v0.2.0

26 Apr 07:39
Compare
Choose a tag to compare
  • Images and scripts are named based on the code's md5sum
  • Bump the minimum required Python version to 3.8
  • Change the default branch from master to main
  • Migrate CI from Azure Pipelines and Travics to GitHub Actions
  • Switch from versioneer to setuptools_scm for version management

v0.1.1

17 Sep 01:05
f703748
Compare
Choose a tag to compare
  • Disable displaying figure when gmt end show is used (#26)

v0.1.0

22 Jun 02:45
660421d
Compare
Choose a tag to compare

First release of sphinx_gmt with the gmtplot directive for automatically generating GMT plots and inserting them into Sphinx generated documentation. Supports multiple GMT versions, bash, and Python (through PyGMT).