environmentalscience / essm

This package contains helpers to deal with physical variables and units.
https://environmentalscience.github.io/essm/
GNU General Public License v2.0
12 stars 5 forks source link

Document external referencing #59

Open schymans opened 5 years ago

schymans commented 5 years ago

Document how to add external references in equation and variable definitions, e.g. url, doi or literature references.

schymans commented 5 years ago

The inbuilt equations have references in the style :cite:`bibkey`, which are linked to bibtex-type entries in refs.bib. Could something like this be also done on the fly, as in a jupyter notebook?

schymans commented 5 years ago

By the way, instructions should be included in __init__.py, which will then be automatically rendered into https://environmentalscience.github.io/essm/.