Skip to content

Commit d59cbfc

Browse files
committed
add comparison stub, install notes
1 parent 73d60dd commit d59cbfc

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.. _comparison_pvlib_matlab:
2+
3+
****************************
4+
Comparison with PVLIB_MATLAB
5+
****************************
6+
7+
This document is under construction.
8+
9+
Please see our
10+
`PVSC 2015 abstract <https://github.com/UARENForecasting/pvlib-pvsc2015/blob/master/pvlib_pvsc_42.pdf?raw=true>`_
11+
for more information

docs/sphinx/source/index.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,19 @@ the modules and functions available in pvlib-python.
3030
For examples of how to use pvlib-python, please see the
3131
`tutorials <http://nbviewer.ipython.org/github/pvlib/pvlib-python/tree/master/docs/tutorials/>`_.
3232

33+
.. note::
34+
35+
This documentation assumes general familiarity with
36+
Python, NumPy, and Pandas. Google searches will yield many
37+
excellent tutorials for these packages.
38+
39+
40+
Installation
41+
============
42+
1. Follow Pandas
43+
`instructions <http://pandas.pydata.org/pandas-docs/stable/install.html>`_
44+
for installing the scientific python stack, including ``pip``.
45+
2. ``pip install pvlib-python``
3346

3447

3548
Contents:
@@ -39,6 +52,7 @@ Contents:
3952

4053
self
4154
whatsnew
55+
comparison_pvlib_matlab
4256
pvlib
4357

4458

0 commit comments

Comments
 (0)