You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**TerminusX** is TerminusDB as a service. SOC 2 certified hosting. Build your beta and get to market fast. Scale up and deploy your own instance. [Sign up now][dashboard].
29
+
[**TerminusCMS**](https://terminusdb.com/terminuscms/) is a hosted headless content management system. It is built upon TerminusDB and is a developer focused data management platform for complex data and content infrastructure. [Sign up and clone a demo project to see how it works][dashboard].
30
30
31
31
[dashboard]: https://dashboard.terminusdb.com/
32
32
@@ -37,7 +37,7 @@ graph all through a simple document API.
37
37
38
38
## Release Notes and Previous Versions
39
39
40
-
TerminusDB Client v10.0 works with TerminusDB v10.0 and TerminusX. Please check the [Release Notes](RELEASE_NOTES.md) to find out what has changed.
40
+
TerminusDB Client v10.0 works with TerminusDB v10.0 and TerminusCMS. Please check the [Release Notes](RELEASE_NOTES.md) to find out what has changed.
41
41
42
42
## Installation
43
43
- TerminusDB Client can be downloaded form PyPI using pip:
*check documentation for TerminusX about how to add the API token to the environment variable*
81
+
*check documentation for TerminusCMS about how to add the [API token](https://terminusdb.com/docs/terminuscms/get-api-key) to the environment variable*
82
82
83
83
84
84
```Python
@@ -185,11 +185,11 @@ Do you want to delete 'mydb'? WARNING: This opertation is non-reversible. [y/N]:
185
185
mydb deleted.
186
186
```
187
187
188
-
### Please check the [full Documentation](https://terminusdb.github.io/terminusdb-client-python/) for more information.
188
+
### Please check the [full Documentation](https://terminusdb.com/docs/guides/reference-guides/python-client-reference) for more information.
189
189
190
-
## Tutorials
190
+
## Guides & Tutorials
191
191
192
-
There is a [list of examples](https://terminusdb.github.io/terminusdb-client-python/tutorials.html) that uses the Python client in our [tutorial repo](https://github.com/terminusdb/terminus-tutorials/). As a start, we would recommend having a look at [create TerminusDB graph with Python client using Jupyter notebook](https://github.com/terminusdb/terminusdb-tutorials/blob/master/bike-tutorial/python/Create%20TerminusDB%20Graph%20with%20Python%20Client.ipynb)
192
+
Visit our documentation for a range of short how to guides, [how-to use the Python Client](https://terminusdb.com/docs/guides/how-to-guides/use-the-python-client) and [how to use the collaboration features with the Python Client](https://terminusdb.com/docs/guides/how-to-guides/use-collaboration-features/with-the-python-client). Alternatively, undertake the [Getting Started with the Python Client Tutorial Series.](https://github.com/terminusdb/terminusdb-tutorials/blob/main/getting_started/python-client/README.md).
0 commit comments