Skip to content

Commit

Permalink
Fixing images in README.md on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamCPinchbeck committed Sep 2, 2024
1 parent df70277 commit a82b71f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<p align="center">
<img src="misc/banner_logo_v2.png" alt="drawing" class="center"/>
</p>
![Alt text](https://raw.githubusercontent.com/lpin0002/GammaBayes/main/misc/banner_logo_v2.png)


__Author(s)__: Liam Pinchbeck ([email protected])
Expand Down Expand Up @@ -43,6 +41,5 @@ We recommend to look through the tutorials for an overview of the functionality

For those unfamiliar with UML the diamonds mean that the object that has the diamond next to it has instances of the other connected class, arrows point at classes dependent on the other class (with the other class not necessarily impact by the one pointed at) and clear arrows point at the class that a parent class. However, all I'm trying to show here are the main classes, methods and attributes involved with `GammaBayes` and what classes they are at least related to in some way.

<p align="center">
<img src="misc/GammaBayes_UML.png" alt="drawing" class="center"/>
</p>

![Alt text](https://raw.githubusercontent.com/lpin0002/GammaBayes/main/misc/GammaBayes_UML.png)

0 comments on commit a82b71f

Please sign in to comment.