We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c78b6 commit 52b9c8eCopy full SHA for 52b9c8e
1 file changed
src/obelisk/__init__.py
@@ -7,10 +7,11 @@
7
The PyPi package name is `obelisk-py`, the Python module is called `obelisk`.
8
9
Your starting point will be one of the Obelisk instances in `.sync` or `.asynchronous` depending on your preferred API.
10
-
11
The Obelisk classes in these modules both implement the same interface,
12
but the asynchronous implementation returns Coroutines.
13
+For Obelisk CORE, look at `obelisk.asynchronous.core`, or the below example as your starting point.
14
+
15
## Error handling
16
17
Obelisk-py comes with robust retry logic to handle any errors that may come up.
@@ -77,5 +78,6 @@
77
78
```
79
80
## Changelog
-.. include:: ../../CHANGELOG.rst
81
82
+See [here](https://github.com/predict-idlab/obelisk-python/blob/main/CHANGELOG.rst)
83
"""
0 commit comments