Skip to content

Commit

Permalink
sphinx ghuser link
Browse files Browse the repository at this point in the history
  • Loading branch information
shirubana committed Mar 25, 2024
1 parent 75e8696 commit 68ce1cd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
5 changes: 3 additions & 2 deletions docs/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,9 @@ def setup(app):
extlinks = {'issue': ('https://github.com/NREL/PV_ICE/issues/%s', 'GH'),
'pull': ('https://github.com/NREL/PV_ICE/pull/%s', 'GH'),
'wiki': ('https://github.com/NREL/PV_ICE/wiki/%s', 'wiki '),
'doi': ('http://dx.doi.org/%s', 'DOI: '),
'ghuser': ('https://github.com/%s', '@')}
'doi': ('http://dx.doi.org/%s', 'DOI:%s'),
'ghuser': ('https://github.com/%s', '@%s')}

"""
# -- Options for manual page output ---------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions docs/sphinx/source/whatsnew.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.. _whatsnew:

************
**********
What's New
************
**********


These are new features and improvements of note in each release.

.. include:: whatsnew/v0.4.0.rst
.. include:: whatsnew/v0.3.4.rst
.. include:: whatsnew/v0.3.2.rst
.. include:: whatsnew/v0.3.0.rst
.. include:: whatsnew/v0.2.0.rst
.. include:: whatsnew/v0.1.1.rst
.. include:: whatsnew/v0.1.0.rst

Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.. _whatsnew_0400:
.. _whatsnew_0304:

v0.4.0 (03/22/2024)
=======================

v0.3.4 (03/22/2024)
-----------------------

* Formal release for the Energy layer and energy baselines.
* Informal inclusion of the carbon layer in development.
Expand All @@ -10,21 +11,21 @@ v0.4.0 (03/22/2024)
* Simulations can also now be saved as pickles, for easy use and load.

Code Updates
------------
~~~~~~~~~~~~
* Updated default "reducecapacity" to False, i.e. by default, bifaciality will not affect installed capacity, it will be bonus energy generation
* Improved internal data path for baselines folder
* Additional math added to energy calculations layer to support carbon calculations
* New Mass Flows input `nameplatedeglimit` and `secondlifenameplatedeglimit` to set up degradation limits for first and second life.
* New Mass Flows input ``nameplatedeglimit`` and ``secondlifenameplatedeglimit`` to set up degradation limits for first and second life.

Baseline Updates
-----------------
~~~~~~~~~~~~~~~~
* Updated scenarios for PERC, SHJ, TopCon, Perovskites (from Mirletz EPJ 2024)
* New deployment schedules available for Global (from Mirletz EPJ 2024)
* Baselines for Roger Nagle's Master thesis exploring European deployment and sustainability pathways scenarios added
* Carbon baselines added (still under development)

Documentation Updates
----------------------
~~~~~~~~~~~~~~~~~~~~~
* Reorganized documentation folder into tutorials, publications, and baseline development documents.
* Version for various of the journals added, as well as printouts of system, python, pandas and other packages added for easier debugging for users.
* Removed OpenEI documentation as it is out of date.
Expand Down

0 comments on commit 68ce1cd

Please sign in to comment.