diff --git a/docs/examples/irradiance-transposition/README.rst b/docs/examples/irradiance-transposition/README.rst new file mode 100644 index 0000000000..a1939eda33 --- /dev/null +++ b/docs/examples/irradiance-transposition/README.rst @@ -0,0 +1,3 @@ +Irradiance Transposition +------------------------ + diff --git a/docs/examples/plot_ghi_transposition.py b/docs/examples/irradiance-transposition/plot_ghi_transposition.py similarity index 100% rename from docs/examples/plot_ghi_transposition.py rename to docs/examples/irradiance-transposition/plot_ghi_transposition.py diff --git a/docs/examples/plot_interval_transposition_error.py b/docs/examples/irradiance-transposition/plot_interval_transposition_error.py similarity index 100% rename from docs/examples/plot_interval_transposition_error.py rename to docs/examples/irradiance-transposition/plot_interval_transposition_error.py diff --git a/docs/examples/plot_mixed_orientation.py b/docs/examples/irradiance-transposition/plot_mixed_orientation.py similarity index 100% rename from docs/examples/plot_mixed_orientation.py rename to docs/examples/irradiance-transposition/plot_mixed_orientation.py diff --git a/docs/examples/plot_seasonal_tilt.py b/docs/examples/irradiance-transposition/plot_seasonal_tilt.py similarity index 100% rename from docs/examples/plot_seasonal_tilt.py rename to docs/examples/irradiance-transposition/plot_seasonal_tilt.py diff --git a/docs/examples/plot_transposition_gain.py b/docs/examples/irradiance-transposition/plot_transposition_gain.py similarity index 100% rename from docs/examples/plot_transposition_gain.py rename to docs/examples/irradiance-transposition/plot_transposition_gain.py diff --git a/docs/examples/iv-modeling/README.rst b/docs/examples/iv-modeling/README.rst new file mode 100644 index 0000000000..05f7d72b2c --- /dev/null +++ b/docs/examples/iv-modeling/README.rst @@ -0,0 +1,3 @@ +I-V Modeling +------------ + diff --git a/docs/examples/plot_singlediode.py b/docs/examples/iv-modeling/plot_singlediode.py similarity index 100% rename from docs/examples/plot_singlediode.py rename to docs/examples/iv-modeling/plot_singlediode.py diff --git a/docs/examples/reflections/README.rst b/docs/examples/reflections/README.rst new file mode 100644 index 0000000000..30b16e43d3 --- /dev/null +++ b/docs/examples/reflections/README.rst @@ -0,0 +1,3 @@ +Reflections +----------- + diff --git a/docs/examples/plot_diffuse_aoi_correction.py b/docs/examples/reflections/plot_diffuse_aoi_correction.py similarity index 100% rename from docs/examples/plot_diffuse_aoi_correction.py rename to docs/examples/reflections/plot_diffuse_aoi_correction.py diff --git a/docs/examples/shading/README.rst b/docs/examples/shading/README.rst new file mode 100644 index 0000000000..f13da4ff0d --- /dev/null +++ b/docs/examples/shading/README.rst @@ -0,0 +1,2 @@ +Shading +------- diff --git a/docs/examples/plot_partial_module_shading_simple.py b/docs/examples/shading/plot_partial_module_shading_simple.py similarity index 100% rename from docs/examples/plot_partial_module_shading_simple.py rename to docs/examples/shading/plot_partial_module_shading_simple.py diff --git a/docs/examples/plot_passias_diffuse_shading.py b/docs/examples/shading/plot_passias_diffuse_shading.py similarity index 100% rename from docs/examples/plot_passias_diffuse_shading.py rename to docs/examples/shading/plot_passias_diffuse_shading.py diff --git a/docs/examples/soiling/README.rst b/docs/examples/soiling/README.rst new file mode 100644 index 0000000000..4df1dbbeb4 --- /dev/null +++ b/docs/examples/soiling/README.rst @@ -0,0 +1,2 @@ +Soiling +------- diff --git a/docs/examples/plot_fig3A_hsu_soiling_example.py b/docs/examples/soiling/plot_fig3A_hsu_soiling_example.py similarity index 97% rename from docs/examples/plot_fig3A_hsu_soiling_example.py rename to docs/examples/soiling/plot_fig3A_hsu_soiling_example.py index 910779185c..9103fa0207 100644 --- a/docs/examples/plot_fig3A_hsu_soiling_example.py +++ b/docs/examples/soiling/plot_fig3A_hsu_soiling_example.py @@ -71,7 +71,7 @@ # %% # Here is the original figure from [1]_ for comparison: # -# .. image:: ../_images/Coello_Boyle_2019_Fig3.png +# .. image:: ../../_images/Coello_Boyle_2019_Fig3.png # :alt: Figure 3A from the paper showing a simulated soiling signal. # # Note that this figure shows additional timeseries not calculated here: diff --git a/docs/examples/plot_greensboro_kimber_soiling.py b/docs/examples/soiling/plot_greensboro_kimber_soiling.py similarity index 100% rename from docs/examples/plot_greensboro_kimber_soiling.py rename to docs/examples/soiling/plot_greensboro_kimber_soiling.py diff --git a/docs/examples/solar-position/README.rst b/docs/examples/solar-position/README.rst new file mode 100644 index 0000000000..31c76521cf --- /dev/null +++ b/docs/examples/solar-position/README.rst @@ -0,0 +1,3 @@ +Solar Position +-------------- + diff --git a/docs/examples/plot_sunpath_diagrams.py b/docs/examples/solar-position/plot_sunpath_diagrams.py similarity index 100% rename from docs/examples/plot_sunpath_diagrams.py rename to docs/examples/solar-position/plot_sunpath_diagrams.py diff --git a/docs/examples/solar-tracking/README.rst b/docs/examples/solar-tracking/README.rst new file mode 100644 index 0000000000..b9f06dc003 --- /dev/null +++ b/docs/examples/solar-tracking/README.rst @@ -0,0 +1,2 @@ +Solar Tracking +-------------- diff --git a/docs/examples/plot_discontinuous_tracking.py b/docs/examples/solar-tracking/plot_discontinuous_tracking.py similarity index 100% rename from docs/examples/plot_discontinuous_tracking.py rename to docs/examples/solar-tracking/plot_discontinuous_tracking.py diff --git a/docs/examples/plot_dual_axis_tracking.py b/docs/examples/solar-tracking/plot_dual_axis_tracking.py similarity index 100% rename from docs/examples/plot_dual_axis_tracking.py rename to docs/examples/solar-tracking/plot_dual_axis_tracking.py diff --git a/docs/examples/plot_single_axis_tracking.py b/docs/examples/solar-tracking/plot_single_axis_tracking.py similarity index 100% rename from docs/examples/plot_single_axis_tracking.py rename to docs/examples/solar-tracking/plot_single_axis_tracking.py diff --git a/docs/examples/plot_single_axis_tracking_on_sloped_terrain.py b/docs/examples/solar-tracking/plot_single_axis_tracking_on_sloped_terrain.py similarity index 97% rename from docs/examples/plot_single_axis_tracking_on_sloped_terrain.py rename to docs/examples/solar-tracking/plot_single_axis_tracking_on_sloped_terrain.py index 5fc5f47c12..66a30c60d2 100644 --- a/docs/examples/plot_single_axis_tracking_on_sloped_terrain.py +++ b/docs/examples/solar-tracking/plot_single_axis_tracking_on_sloped_terrain.py @@ -31,7 +31,7 @@ # two choices for the axis azimuth angle, and by convention (at least in the # northern hemisphere), the more southward angle is chosen: # -# .. image:: ../_images/tracker_azimuth_angle_convention.png +# .. image:: ../../_images/tracker_azimuth_angle_convention.png # :alt: Image showing the azimuth convention for single-axis tracker arrays. # :width: 500 # :align: center @@ -48,7 +48,7 @@ # Point the right hand thumb along the axis in the direction of the axis # azimuth and the fingers curl in the direction of positive rotation angle: # -# .. image:: ../_images/tracker_rotation_angle_convention.png +# .. image:: ../../_images/tracker_rotation_angle_convention.png # :alt: Image showing the rotation sign convention for single-axis trackers. # :width: 500 # :align: center @@ -66,7 +66,7 @@ # with the axis azimuth coming out of the page, an east-facing, downward slope # is a negative rotation from horizontal: # -# .. image:: ../_images/ground_slope_angle_convention.png +# .. image:: ../../_images/ground_slope_angle_convention.png # :alt: Image showing the ground slope sign convention. # :width: 500 # :align: center diff --git a/docs/examples/spectrum/README.rst b/docs/examples/spectrum/README.rst new file mode 100644 index 0000000000..3b6c564f6f --- /dev/null +++ b/docs/examples/spectrum/README.rst @@ -0,0 +1,2 @@ +Spectrum +-------- diff --git a/docs/examples/plot_spectrl2_fig51A.py b/docs/examples/spectrum/plot_spectrl2_fig51A.py similarity index 100% rename from docs/examples/plot_spectrl2_fig51A.py rename to docs/examples/spectrum/plot_spectrl2_fig51A.py