Maintenance#

Status reports and other tools to have the checks all in one place, for quick QC.

Quick overview / QC#

All possible badges of the CI chain. Definitely check this before making a release.

  • GitHub Actions linux GitHub Actions macos & windows GitHub Actions linkcheck Documentation Status

    Ensure CI and docs are passing.

  • PyPI conda-forge

    Ensure latest version is deployed on PyPI and conda.

  • Coveralls Codacy

    Check CI coverage and code quality is good.

  • Airspeed Velocity

    Check Benchmarks are run up to the latest version.

  • Zenodo DOI

    Check Zenodo is linking to the latest release.

Info from ReadTheDocs#

To check the environment in which the documentation was built.

In [1]: import empymod
   ...: empymod.Report(
   ...:     ['sphinx', 'numpydoc', 'sphinx_panels', 'sphinx_numfig',
   ...:      'sphinx_gallery', 'memory_profiler', 'pydata_sphinx_theme',
   ...:      'sphinx_automodapi', 'ipykernel', ]
   ...: )
   ...: 
Out[1]: 

--------------------------------------------------------------------------------
  Date: Wed Jul 20 13:12:14 2022 UTC

                 OS : Linux
             CPU(s) : 2
            Machine : x86_64
       Architecture : 64bit
                RAM : 7.6 GiB
        Environment : IPython
        File system : ext4

  Python 3.8.6 (default, Oct 19 2020, 15:10:29)  [GCC 7.5.0]

             sphinx : 4.5.0
           numpydoc : 1.4.0
      sphinx_panels : 0.6.0
      sphinx_numfig : 0.1.0
     sphinx_gallery : 0.10.1
    memory_profiler : 0.60.0
pydata_sphinx_theme : 0.9.0
  sphinx_automodapi : 0.14.dev0
          ipykernel : 6.15.1
              numpy : 1.22.4
              scipy : 1.8.1
              numba : 0.55.2
            empymod : 2.1.4
            IPython : 8.4.0
         matplotlib : 3.5.2
--------------------------------------------------------------------------------