File tree Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 44/docs /_build /
55/.mypy_cache /
66/optibess_algorithm.egg-info /
7- /.tox /
7+ /.tox /
8+ /dist /
Original file line number Diff line number Diff line change 1- version : " 2 "
1+ version : 2
22
33build :
44 os : " ubuntu-22.04"
@@ -10,4 +10,8 @@ python:
1010 - requirements : docs/requirements.txt
1111
1212sphinx :
13- configuration : docs/conf.py
13+ configuration : docs/conf.py
14+
15+ formats :
16+ - pdf
17+ - epub
Original file line number Diff line number Diff line change 11Optibess Algorithm - optimizing PV system combined with storage
2- ==============================================================
2+ ===============================================================
33
44**Optibess Algorithm ** is a python 3.10+ library for simulating and optimizing a photovoltaic system with power storage.
55It uses data from *pvgis * and algorithms from the *pvlib * and *Nevergrad * python libraries, and is the backend part of
@@ -11,15 +11,13 @@ the *Optibess* site.
1111.. image :: https://codecov.io/gh/pvstorageoptimization/Optibess_algorithm/graph/badge.svg?token=L3VLK1Y1SM
1212 :target: https://codecov.io/gh/pvstorageoptimization/Optibess_algorithm
1313
14- |Documentation Status |
14+ |Documentation Status | | PyPI version shields.io |
1515
16- .. |Documentation Status | image :: https://readthedocs.org/projects/optibess-algorithm/badge/?version=stable
17- :target: http://optibess-algorithm.readthedocs.io/?badge=stable
16+ .. |Documentation Status | image :: https://readthedocs.org/projects/optibess-algorithm/badge/?version=latest
17+ :target: http://optibess-algorithm.readthedocs.io/?badge=latest
1818
19- |PyPI download total |
20-
21- .. |PyPI download total | image :: https://img.shields.io/pypi/dt/.svg
22- :target: https://pypi.python.org/pypi/
19+ .. |PyPI version shields.io | image :: https://img.shields.io/pypi/v/optibess-algorithm.svg
20+ :target: https://pypi.org/project/optibess-algorithm/
2321
2422Quick start
2523------------
Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ testing = [
3838]
3939
4040[project .urls ]
41- homepage = " https://github.com/pvstorageoptimization/Optibess_algorithm.git"
41+ homepage = " https://github.com/pvstorageoptimization/Optibess_algorithm"
42+ docs = " https://optibess-algorithm.readthedocs.io"
4243
4344[tool .setuptools ]
4445packages = [" optibess_algorithm" ]
You can’t perform that action at this time.
0 commit comments