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 4
4
/docs /_build /
5
5
/.mypy_cache /
6
6
/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
2
2
3
3
build :
4
4
os : " ubuntu-22.04"
@@ -10,4 +10,8 @@ python:
10
10
- requirements : docs/requirements.txt
11
11
12
12
sphinx :
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 1
1
Optibess Algorithm - optimizing PV system combined with storage
2
- ==============================================================
2
+ ===============================================================
3
3
4
4
**Optibess Algorithm ** is a python 3.10+ library for simulating and optimizing a photovoltaic system with power storage.
5
5
It 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.
11
11
.. image :: https://codecov.io/gh/pvstorageoptimization/Optibess_algorithm/graph/badge.svg?token=L3VLK1Y1SM
12
12
:target: https://codecov.io/gh/pvstorageoptimization/Optibess_algorithm
13
13
14
- |Documentation Status |
14
+ |Documentation Status | | PyPI version shields.io |
15
15
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
18
18
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/
23
21
24
22
Quick start
25
23
------------
Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ testing = [
38
38
]
39
39
40
40
[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"
42
43
43
44
[tool .setuptools ]
44
45
packages = [" optibess_algorithm" ]
You can’t perform that action at this time.
0 commit comments