Skip to content

Commit 2730b72

Browse files
authored
Merge pull request #8 from predict-idlab/integrate_obelisk_core
Implement Obelisk Core
2 parents e4be96f + bec8664 commit 2730b72

File tree

61 files changed

+1190
-1385
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+1190
-1385
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ jobs:
3131
runs-on: ${{ matrix.os }}
3232
steps:
3333
- uses: actions/checkout@v4
34-
- uses: astral-sh/setup-uv@v3
34+
- uses: astral-sh/setup-uv@v6
35+
- run: uv python install
3536
- run: uv run pytest

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ cover/
4848
# Sphinx documentation
4949
docs/_build/
5050
docs/build/
51+
docs/source/_autosummary/
5152

5253
# PyBuilder
5354
.pybuilder/
@@ -74,6 +75,7 @@ venv/
7475
ENV/
7576
env.bak/
7677
venv.bak/
78+
pyrightconfig.json
7779

7880
# Spyder project settings
7981
.spyderproject

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ Building is as follows:
6565
# uv run sphinx-build -M html docs/source/ docs/build/
6666
```
6767

68+
In case of major restructuring, it may be needed to clean up the contents of `docs/_autosummary` and potentially other rst files in `docs`,
69+
followed by re-running the build.
70+
Manually triggering sphinx-apidoc is unnecessary.
71+
6872
## Credits
6973

7074
Base implementation originally by Pieter Moens <[email protected]>,

docs/source/_autosummary/obelisk.asynchronous.client.Client.rst

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

docs/source/_autosummary/obelisk.asynchronous.client.rst

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

docs/source/_autosummary/obelisk.asynchronous.consumer.Consumer.rst

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

docs/source/_autosummary/obelisk.asynchronous.consumer.rst

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

docs/source/_autosummary/obelisk.asynchronous.consumer_test.rst

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

docs/source/_autosummary/obelisk.asynchronous.consumer_test.test_demo_igent.rst

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

docs/source/_autosummary/obelisk.asynchronous.producer.Producer.rst

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

0 commit comments

Comments
 (0)