Skip to content

Commit

Permalink
reinstate images in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hemidactylus committed Apr 11, 2024
1 parent 02f8e84 commit 3190a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Next steps:
AstraPy's abstractions for working at the data and admin layers are structured
as depicted by this diagram:

![AstraPy, abstractions chart](https://github.com/datastax/astrapy/raw/main/pictures/astrapy_abstractions.png?raw=true)
![AstraPy, abstractions chart](https://raw.githubusercontent.com/datastax/astrapy/master/pictures/astrapy_abstractions.png)

Here's a small admin-oriented example:

Expand All @@ -109,7 +109,7 @@ my_database_admin.create_namespace("my_dreamspace")

The package comes with its own set of exceptions, arranged in this hierarchy:

![AstraPy, exception hierarchy](https://github.com/datastax/astrapy/raw/main/pictures/astrapy_exceptions.png?raw=true)
![AstraPy, exception hierarchy](https://raw.githubusercontent.com/datastax/astrapy/master/pictures/astrapy_exceptions.png)

For more information, and code examples, check out the docstrings and consult
the API reference linked above.
Expand Down

0 comments on commit 3190a0d

Please sign in to comment.