Ex-Mente / auxi.0

GNU Lesser General Public License v3.0
8 stars 8 forks source link

Convert examples to Jupyter notebooks for auxi.tools.chemistry.stoichiometry #118

Closed johanzietsman-em closed 8 years ago

johanzietsman-em commented 8 years ago

Background

Initially auxi examples were document in .rst files as part of user documentation in Sphinx. These examples are static and cannot be used interactively. We have since started using Jupyter notebooks for all the examples, which are dynamic and can be used interactively. This means some of our existing examples must be transferred from Sphinx to Jupyter notebooks.

Purpose

The purpose of this issue is to transfer all examples related to auxi.tools.chemistry.stoichiometry to Jupyter notebooks.

johanzietsman-em commented 8 years ago

Simon, please make sure that all the functions in this module are covered by the examples. I added some new functions recently (masses, mass_fractions, amounts, amount_fractions).