Echedey Luis
Echedey Luis
### Major changes * Change distribution scheme similar to https://github.com/dhaitz/mplcyberpunk - Clear copying styles to .matplolib/styles - Move style files - Delete post-install directives - Update descriptions ### Minor changes...
Inspired by [this repo](https://github.com/dhaitz/mplcyberpunk), distribution of styles could be done by exposing the style files with `pkg_resources` (see [this file](https://github.com/dhaitz/mplcyberpunk/blob/master/mplcyberpunk/__init__.py)). New use workflow would be including a `SciencePlots` package, and...
See this reference: https://github.com/matplotlib/matplotlib/blob/6f635b41ff4941af640c75b4d9bf0e0955066114/doc/users/installing/index.rst?plain=1#L34C65-L34C65 In [current docs](https://matplotlib.org/stable/users/installing/index.html#install-an-official-release), it points to https://matplotlib.org/devdocs/devel/dependencies.html#optional-dependencies which is an invalid page. I think it should link to this file/section: https://github.com/matplotlib/matplotlib/blob/main/doc/users/installing/dependencies.rst#optional
- [x] Closes #1689 - [ ] ~Closes #1690~ - [x] Partially substitutes #1725 - [x] I am familiar with the [contributing guidelines](https://pvlib-python.readthedocs.io/en/latest/contributing.html) - [x] Tests added - [x] Updates...
In the hope this issue becomes something like a tracker of small enhancements that can be done to the docs. Feel free to comment anything you spotted but were unsure...
**Is your feature request related to a problem? Please describe.** Add a way of reading the extraterrestrial and direct components from [ASTM G-173-03 tables](https://www.nrel.gov/grid/solar-resource/spectra-am1.5.html), provided by NREL. **Describe the solution...
- [x] Vaguely addresses some conversation at #1789 - [x] I am familiar with the [contributing guidelines](https://pvlib-python.readthedocs.io/en/latest/contributing.html) - ~[ ] Tests added~ - [ ] Updates entries in [`docs/sphinx/source/reference`](https://github.com/pvlib/pvlib-python/blob/main/docs/sphinx/source/reference) for...
Done: - [x] Closes #924 - [x] I am familiar with the [contributing guidelines](https://pvlib-python.readthedocs.io/en/latest/contributing.html) - [x] Tests added - [x] New code is fully documented. Includes [numpydoc](https://numpydoc.readthedocs.io/en/latest/format.html) compliant docstrings, examples,...
- [x] Closes #120 - [x] I am familiar with the [contributing guidelines](https://pvlib-python.readthedocs.io/en/latest/contributing.html) - ~[ ] Tests added~ - [ ] Updates entries in [`docs/sphinx/source/reference`](https://github.com/pvlib/pvlib-python/blob/main/docs/sphinx/source/reference) for API changes. - [...
Moving here conversation from #1693 **Description:** Right now, docstring writing is left up completely to the contributors, who may not apply the correct style format. In that issue, a tool...