Skip to content

Commit 7b7356d

Browse files
committed
implement only norm
1 parent 0edde53 commit 7b7356d

38 files changed

Lines changed: 269 additions & 2981 deletions

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
19+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
2020

2121
steps:
2222
- uses: actions/checkout@v3

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# environment folder
2-
environment-*/
2+
/environment-*/
3+
/venv*/
34

45
# python files
56
__pycache__

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ version: 2
99
build:
1010
os: ubuntu-22.04
1111
tools:
12-
python: "3.6"
12+
python: "3.10"
1313
# You can also specify other tool versions:
1414
# nodejs: "19"
1515
# rust: "1.64"
1616
# golang: "1.19"
1717

1818
# Build documentation in the docs/ directory with Sphinx
1919
sphinx:
20-
configuration: docs/icoco-sphinx-sources/conf.py
20+
configuration: docs/sphinx/conf.py
2121
builder: "html"
2222

2323
# If using Sphinx, optionally build your docs in additional formats such as PDF

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ See also [the ogirinal documentation](https://github.com/cea-trust-platform/icoc
2121
This package is available on [PyPi](https://pypi.org/project/icoco/), so to install a released version:
2222

2323
```sh
24-
python3 -m pip install icoco
24+
python3 -m pip install "icoco~=2.0.0"
2525
```
2626

2727
## Developpement environment
@@ -59,4 +59,4 @@ See its [README](tests/README.md) for more details.
5959
## Code documentation
6060

6161
A basic sphinx documentation can be generated.
62-
See its [README](docs/README.md) for more details.
62+
See its [README](docs/sphinx/introduction.md) for more details.

docs/README.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/generate_doc.sh

Lines changed: 0 additions & 183 deletions
This file was deleted.

docs/icoco-sphinx-sources/index.rst

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/icoco-sphinx-sources/md_doc/introduction.md

Lines changed: 0 additions & 82 deletions
This file was deleted.

docs/icoco-sphinx-sources/src/icoco.problem_server.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/icoco-sphinx-sources/src/icoco.problem_wrapper.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)