-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure API Reference content to improve left sidebar (#1598)
* split pv_modeling.rst into a directory The left sidebar in pydata-sphinx-theme reflects document hierarchy, without considering in-page headers. To get those headers into the sidebar, we have to rework the document hierarchy such that the former in-page headers are now reflected in the document structure. Not ideal, but it's the only way I've found so far. * split up effects_on_output and irradiance; use top-level toctree folder * add dropped entries from merge * put back ADR entries * put back astm_e1036
- Loading branch information
1 parent
f5fc123
commit 8006813
Showing
25 changed files
with
382 additions
and
331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 0 additions & 54 deletions
54
docs/sphinx/source/reference/effects_on_pv_system_output.rst
This file was deleted.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
docs/sphinx/source/reference/effects_on_pv_system_output/index.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.. currentmodule:: pvlib | ||
|
||
Effects on PV System Output | ||
=========================== | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
loss-models | ||
snow | ||
soiling | ||
shading | ||
spectrum |
10 changes: 10 additions & 0 deletions
10
docs/sphinx/source/reference/effects_on_pv_system_output/loss-models.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. currentmodule:: pvlib | ||
|
||
Loss models | ||
----------- | ||
|
||
.. autosummary:: | ||
:toctree: ../generated/ | ||
|
||
pvsystem.combine_loss_factors | ||
pvsystem.dc_ohms_from_percent |
11 changes: 11 additions & 0 deletions
11
docs/sphinx/source/reference/effects_on_pv_system_output/shading.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.. currentmodule:: pvlib | ||
|
||
Shading | ||
------- | ||
|
||
.. autosummary:: | ||
:toctree: ../generated/ | ||
|
||
shading.masking_angle | ||
shading.masking_angle_passias | ||
shading.sky_diffuse_passias |
12 changes: 12 additions & 0 deletions
12
docs/sphinx/source/reference/effects_on_pv_system_output/snow.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. currentmodule:: pvlib | ||
|
||
Snow | ||
---- | ||
|
||
.. autosummary:: | ||
:toctree: ../generated/ | ||
|
||
snow.coverage_nrel | ||
snow.fully_covered_nrel | ||
snow.dc_loss_nrel | ||
snow.loss_townsend |
10 changes: 10 additions & 0 deletions
10
docs/sphinx/source/reference/effects_on_pv_system_output/soiling.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. currentmodule:: pvlib | ||
|
||
Soiling | ||
------- | ||
|
||
.. autosummary:: | ||
:toctree: ../generated/ | ||
|
||
soiling.hsu | ||
soiling.kimber |
12 changes: 12 additions & 0 deletions
12
docs/sphinx/source/reference/effects_on_pv_system_output/spectrum.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. currentmodule:: pvlib | ||
|
||
Spectrum | ||
-------- | ||
|
||
.. autosummary:: | ||
:toctree: ../generated/ | ||
|
||
spectrum.spectrl2 | ||
spectrum.get_example_spectral_response | ||
spectrum.get_am15g | ||
spectrum.calc_spectral_mismatch_field |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. currentmodule:: pvlib | ||
|
||
Methods for irradiance calculations | ||
----------------------------------- | ||
|
||
.. autosummary:: | ||
:toctree: ../generated/ | ||
|
||
pvsystem.PVSystem.get_irradiance | ||
pvsystem.PVSystem.get_aoi | ||
pvsystem.PVSystem.get_iam | ||
tracking.SingleAxisTracker.get_irradiance |
11 changes: 11 additions & 0 deletions
11
docs/sphinx/source/reference/irradiance/clearness-index.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.. currentmodule:: pvlib | ||
|
||
Clearness index models | ||
---------------------- | ||
|
||
.. autosummary:: | ||
:toctree: ../generated/ | ||
|
||
irradiance.clearness_index | ||
irradiance.clearness_index_zenith_independent | ||
irradiance.clearsky_index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.. currentmodule:: pvlib | ||
|
||
Decomposing and combining irradiance | ||
------------------------------------ | ||
|
||
.. autosummary:: | ||
:toctree: ../generated/ | ||
|
||
irradiance.get_extra_radiation | ||
irradiance.aoi | ||
irradiance.aoi_projection | ||
irradiance.poa_horizontal_ratio | ||
irradiance.beam_component | ||
irradiance.poa_components | ||
irradiance.get_ground_diffuse | ||
irradiance.dni | ||
irradiance.complete_irradiance |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.. currentmodule:: pvlib | ||
|
||
.. _dniestmodels: | ||
|
||
DNI estimation models | ||
--------------------- | ||
|
||
.. autosummary:: | ||
:toctree: ../generated/ | ||
|
||
irradiance.disc | ||
irradiance.dirint | ||
irradiance.dirindex | ||
irradiance.erbs | ||
irradiance.campbell_norman | ||
irradiance.gti_dirint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.. currentmodule:: pvlib | ||
|
||
Irradiance | ||
========== | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
class-methods | ||
components | ||
transposition | ||
decomposition | ||
clearness-index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.. currentmodule:: pvlib | ||
|
||
Transposition models | ||
-------------------- | ||
|
||
.. autosummary:: | ||
:toctree: ../generated/ | ||
|
||
irradiance.get_total_irradiance | ||
irradiance.get_sky_diffuse | ||
irradiance.isotropic | ||
irradiance.perez | ||
irradiance.haydavies | ||
irradiance.klucher | ||
irradiance.reindl | ||
irradiance.king |
Oops, something went wrong.