Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 681 Bytes

File metadata and controls

16 lines (13 loc) · 681 Bytes

Credit for external pieces of work:

Iris (https://github.com/SciTools/iris), LGPL:

  • .travis.yml, derived from Iris travis setup
  • .gitignore used as basis for ours
  • environment.yml derived from Iris minimal conda environment

BATS (https://github.com/sstephenson/bats), MIT-style:

  • tests/bin/bats*, unaltered, from commit 0360811

Sphinx (http://www.sphinx-doc.org), BSD:

  • doc/Makefile, doc/source/conf.py and doc/source/index.rst derived from defaults generated by sphinx-quickstart.
  • Generation of API documentation during build uses sphinx-apidoc and is based on solution posted by BowenFu: readthedocs/readthedocs.org#1139