Skip to content

Commit

Permalink
Merge pull request #5 from pvstorageoptimization/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
pvstorageoptimization authored Dec 6, 2023
2 parents 197c392 + 4939c05 commit 3197749
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
/docs/_build/
/.mypy_cache/
/optibess_algorithm.egg-info/
/.tox/
/.tox/
/dist/
8 changes: 6 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "2"
version: 2

build:
os: "ubuntu-22.04"
Expand All @@ -10,4 +10,8 @@ python:
- requirements: docs/requirements.txt

sphinx:
configuration: docs/conf.py
configuration: docs/conf.py

formats:
- pdf
- epub
14 changes: 6 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Optibess Algorithm - optimizing PV system combined with storage
==============================================================
===============================================================

**Optibess Algorithm** is a python 3.10+ library for simulating and optimizing a photovoltaic system with power storage.
It uses data from *pvgis* and algorithms from the *pvlib* and *Nevergrad* python libraries, and is the backend part of
Expand All @@ -11,15 +11,13 @@ the *Optibess* site.
.. image:: https://codecov.io/gh/pvstorageoptimization/Optibess_algorithm/graph/badge.svg?token=L3VLK1Y1SM
:target: https://codecov.io/gh/pvstorageoptimization/Optibess_algorithm

|Documentation Status|
|Documentation Status| |PyPI version shields.io|

.. |Documentation Status| image:: https://readthedocs.org/projects/optibess-algorithm/badge/?version=stable
:target: http://optibess-algorithm.readthedocs.io/?badge=stable
.. |Documentation Status| image:: https://readthedocs.org/projects/optibess-algorithm/badge/?version=latest
:target: http://optibess-algorithm.readthedocs.io/?badge=latest

|PyPI download total|

.. |PyPI download total| image:: https://img.shields.io/pypi/dt/.svg
:target: https://pypi.python.org/pypi/
.. |PyPI version shields.io| image:: https://img.shields.io/pypi/v/optibess-algorithm.svg
:target: https://pypi.org/project/optibess-algorithm/

Quick start
------------
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ testing = [
]

[project.urls]
homepage = "https://github.com/pvstorageoptimization/Optibess_algorithm.git"
homepage = "https://github.com/pvstorageoptimization/Optibess_algorithm"
docs = "https://optibess-algorithm.readthedocs.io"

[tool.setuptools]
packages = ["optibess_algorithm"]
Expand Down

0 comments on commit 3197749

Please sign in to comment.