Skip to content

Commit 613f539

Browse files
committed
Merge branch 'main' of https://github.com/pvlib/pvlib-python into gti_dirint
2 parents 10dcb6d + 6355f0a commit 613f539

File tree

4 files changed

+31
-17
lines changed

4 files changed

+31
-17
lines changed

.github/workflows/asv_check.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,7 @@ jobs:
2626
python-version: '3.9'
2727

2828
- name: Install asv
29-
run: pip install asv==0.4.2
30-
31-
# asv 0.4.2 (and more recent versions as well) creates conda envs
32-
# using the --force option, which was removed in conda 24.3.
33-
# Since ubuntu-latest now comes with conda 24.3 pre-installed,
34-
# using the system's conda will result in error.
35-
# To prevent that, we install an older version.
36-
# TODO: remove this when we eventually upgrade our asv version.
37-
# https://github.com/airspeed-velocity/asv/issues/1396
38-
- name: Install Conda
39-
uses: conda-incubator/setup-miniconda@v3
40-
with:
41-
conda-version: 24.1.2
29+
run: pip install asv==0.6.4
4230

4331
- name: Run asv benchmarks
4432
run: |
Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,34 @@
1+
.. _user_guide:
2+
13
==========
24
User Guide
35
==========
46

7+
This user guide is an overview and explains some of the key features of pvlib.
58

69
.. toctree::
10+
:caption: Getting started
711
:maxdepth: 2
8-
12+
913
package_overview
1014
installation
1115
introtutorial
16+
17+
.. toctree::
18+
:caption: Modeling topics
19+
:maxdepth: 2
20+
1221
pvsystem
1322
modelchain
1423
timetimezones
15-
clearsky
1624
bifacial
25+
clearsky
1726
weather_data
1827
singlediode
28+
29+
.. toctree::
30+
:caption: Extras
31+
:maxdepth: 2
32+
1933
nomenclature
2034
faq

docs/sphinx/source/whatsnew/v0.11.3.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Enhancements
1414

1515
Documentation
1616
~~~~~~~~~~~~~
17+
* Restructure the user guide with subsections (:issue:`2302`, :pull:`2310`)
1718

1819

1920
Testing
@@ -24,7 +25,15 @@ Requirements
2425
~~~~~~~~~~~~
2526

2627

27-
Contributors
28-
~~~~~~~~~~~~
28+
Maintenance
29+
~~~~~~~~~~~
30+
* Fix ReadTheDocs builds by upgrading `readthedocs.yml` configuration
31+
(:issue:`2357`, :pull:`2358`)
32+
* asv 0.4.2 upgraded to asv 0.6.4 to fix CI failure due to pinned older conda.
33+
(:pull:`2352`)
2934

3035

36+
Contributors
37+
~~~~~~~~~~~~
38+
* Rajiv Daxini (:ghuser:`RDaxini`)
39+
* Mark Campanelli (:ghuser:`markcampanelli`)

readthedocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
# Required
66
version: 2
77

8+
sphinx:
9+
configuration: docs/sphinx/source/conf.py
10+
811
build:
912
os: ubuntu-lts-latest
1013
tools:

0 commit comments

Comments
 (0)