Skip to content

Commit 958863e

Browse files
committed
minor updates to docs index.rst
1 parent 29aa7de commit 958863e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/sphinx/source/index.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Degradation
5151

5252
The preferred method for degradation rate estimation is the year-on-year
5353
(YOY) approach (Jordan 2018), available in :py:func:`.degradation.degradation_year_on_year`.
54-
The YOY calculation yields in a distribution of degradation rates, the
54+
The YOY calculation yields a distribution of degradation rates, the
5555
central tendency of which is the most representative of the true
5656
degradation. We note that the workflow described above and implimented in
5757
:py:class:`.analysis_chains.TrendAnalysis` provides an estimate of degradation rate,
@@ -74,10 +74,10 @@ a 'clear-sky' workflow is also available in RdTools. This workflow is based on m
7474
temperature and irradiance. Note that site irradiance data is still required to identify
7575
clear-sky conditions to be analyzed.
7676

77-
Satellite and clear-sky analysis tends to provide less stable results than sensor-based
77+
Satellite and clear-sky analyses tend to provide less stable results than sensor-based
7878
analysis when details such as filtering are changed. We generally recommend
7979
that the these be used only as a check on the sensor-based results,
80-
rather than as a stand-alone analysis.
80+
rather than as stand-alone analyses.
8181

8282
Soiling
8383
^^^^^^^
@@ -145,7 +145,7 @@ Alternatively it can be installed manually using the command line:
145145
2. Navigate to the repository: ``cd rdtools``
146146
3. Install via pip: ``pip install .``
147147

148-
On some systems installation with ``pip`` can fail due to problems
148+
On some systems, installation with ``pip`` can fail due to problems
149149
installing requirements. If this occurs, the requirements specified in
150150
``setup.py`` may need to be separately installed (for example by using
151151
``conda``) before installing ``rdtools``.
@@ -183,11 +183,11 @@ Citing RdTools
183183
To cite RdTools, please use the following along with the version number
184184
and the specific DOI coresponding to that version from `Zenodo <https://doi.org/10.5281/zenodo.1210316>`_:
185185

186-
- Michael G. Deceglie, Ambarish Nag, Adam Shinn, Gregory Kimball,
187-
Daniel Ruth, Dirk Jordan, Jiyang Yan, Kevin Anderson, Kirsten Perry,
188-
Mark Mikofski, Matthew Muller, Will Vining, and Chris Deline
189-
RdTools, version {insert version}, Compuer Software,
190-
https://github.com/NREL/rdtools. DOI:{insert DOI}
186+
- Michael G. Deceglie, Kevin Anderson, Adam Shinn, Ambarish Nag, Mark Mikofski,
187+
Martin Springer, Jiyang Yan, Kirsten Perry, Sandra Villamar, Will Vining,
188+
Gregory Kimball, Daniel Ruth, Noah Moyer, Quyen Nguyen, Dirk Jordan,
189+
Matthew Muller, and Chris Deline, RdTools, version {insert version},
190+
Compuer Software, https://github.com/NREL/rdtools. DOI:{insert DOI}
191191

192192
The underlying workflow of RdTools has been published in several places.
193193
If you use RdTools in a published work, you may also wish to cite the following as

0 commit comments

Comments
 (0)