Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training&tools #83

Merged
merged 14 commits into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/source/whatsnew/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ What's New
==========
PVDegradationTools (pvdeg) change log:

.. include:: releases/v0.3.0.rst
.. include:: releases/v0.2.3.rst
.. include:: releases/v0.2.2.rst
.. include:: releases/v0.2.1.rst
Expand Down
19 changes: 19 additions & 0 deletions docs/source/whatsnew/releases/v0.3.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
v0.3.2 (2024-XX-XX)
=======================

Enhancements
------------

Documentation
-------------
* Renamted pvdeg_tutorials folder to tutorials_and_tools, and added more tutorials
to be run easily in google collab.
* Jupyter Journals now have information regarding the version of the programs used near
the beginning, to simplify debugging and user support.

Contributors
~~~~~~~~~~~~
* Martin Springer (:ghuser:`martin-springer`)
* Mike Kempe (:ghuser:`MDKempe`)
* Silvana Ovaitt (:ghuser:`shirubana`)
* Tobin Ford (:ghuser:`tobin-ford`)
17 changes: 0 additions & 17 deletions pvdeg_tutorials/_toc.yml

This file was deleted.

3 changes: 0 additions & 3 deletions pvdeg_tutorials/tutorials/14.01.01

This file was deleted.

285 changes: 0 additions & 285 deletions pvdeg_tutorials/tutorials/5 - Weather Database Access.ipynb

This file was deleted.

File renamed without changes
8 changes: 4 additions & 4 deletions pvdeg_tutorials/README.md → tutorials_and_tools/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<img src="PVD_logo.png" width="100">

# TUTORIALS for PV Degradation Tools (pvdeg)
# PV Degradation Tools - TUTORIALS and Tools (pvdeg)

### Jupyter Book

For in depth Tutorials you can run online, see our [jupyter-book](https://nrel.github.io/PVDegradationTools/intro.html)
For learning to use PVDeg through our tutorials, or running the available tools online, see our [jupyter-book](https://nrel.github.io/PVDegradationTools/intro.html)
Clicking on the rocket-icon on the top allows you to launch the journals on [Google Colaboratory](https://colab.research.google.com/) for interactive mode.
Just uncomment the first line `pip install ...` to install the environment on each journal if you follow this mode.

### Binder

To run these tutorials in Binder, you can click here:
To run these tutorials or tools in Binder, you can click here:
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/NREL/PVDegradationTools/main)
It takes a minute to load the environment.

### Locally

You can also run the tutorial locally in a virtual environment, i.e., `venv` or
You can also run the tutorials and tools locally in a virtual environment, i.e., `venv` or
[miniconda](https://docs.conda.io/en/latest/miniconda.html).

1. Create and activate a new environment, e.g., on Mac/Linux terminal with `venv`:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions tutorials_and_tools/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 86a80142bb0890d5262a8dbd1c319561
tags: 645f666f9bcd5a90fca523b33c5a78b7
Loading