8000 Use conda on readthedocs by wholmgren · Pull Request #108 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Use conda on readthedocs #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jan 15, 2016
Prev Previous commit
Next Next commit
add imports
  • Loading branch information
wholmgren committed Jan 15, 2016
commit a2ce319f252a2eeb3d57c1fc4d5929fdbc638c54
7 changes: 7 additions & 0 deletions pvlib/irradiance.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
global horizontal irradiance, direct normal irradiance,
diffuse horizontal irradiance, and total irradiance
under various conditions.

.. ipython:: python
:suppress:

import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
"""

from __future__ import division
Expand Down
0