diff --git a/docs/sphinx/source/index.rst b/docs/sphinx/source/index.rst index dae85e27b8..93996fedeb 100644 --- a/docs/sphinx/source/index.rst +++ b/docs/sphinx/source/index.rst @@ -62,6 +62,7 @@ Contents self package_overview whatsnew + usage modules classes comparison_pvlib_matlab diff --git a/docs/sphinx/source/usage.rst b/docs/sphinx/source/usage.rst index 259b2c2725..fc01e4d897 100644 --- a/docs/sphinx/source/usage.rst +++ b/docs/sphinx/source/usage.rst @@ -7,7 +7,7 @@ Examples on Usage Tutorials ----------- -These tutorials aim at exemplying the usage of the core libray for various uses. +These tutorials aim at exemplying the usage of the core library for various uses. * generals * imports @@ -63,7 +63,13 @@ These tutorials aim at exemplying the usage of the core libray for various uses. * Klucher Model * Reindl * Plot Results -* +* TMY to Power Tutorial -- http://nbviewer.jupyter.org/github/pvlib/pvlib-python/blob/master/docs/tutorials/tmy_to_power.ipynb + * Setup + * Load TMY data + * Calculate modeling intermediates + * DC power using SAPM + * AC power using SAPM +* Modeling multiple systems with system losses -- source: http://nbviewer.jupyter.org/github/jforbess/pvlib-python/blob/Issue84/docs/tutorials/system_loss_modeling.ipynb