Skip to content

Commit 3197749

Browse files
Merge pull request #5 from pvstorageoptimization/dev
Dev
2 parents 197c392 + 4939c05 commit 3197749

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
/docs/_build/
55
/.mypy_cache/
66
/optibess_algorithm.egg-info/
7-
/.tox/
7+
/.tox/
8+
/dist/

.readthedocs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "2"
1+
version: 2
22

33
build:
44
os: "ubuntu-22.04"
@@ -10,4 +10,8 @@ python:
1010
- requirements: docs/requirements.txt
1111

1212
sphinx:
13-
configuration: docs/conf.py
13+
configuration: docs/conf.py
14+
15+
formats:
16+
- pdf
17+
- epub

README.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Optibess 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.
55
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.
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

2422
Quick start
2523
------------

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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]
4445
packages = ["optibess_algorithm"]

0 commit comments

Comments
 (0)