From a82b71f1e2ce9702fe579c7b19c3621549030d13 Mon Sep 17 00:00:00 2001 From: lpin0002 Date: Tue, 3 Sep 2024 02:54:23 +1000 Subject: [PATCH] Fixing images in README.md on pypi --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7e8c89114..e562112f6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -

- drawing -

+![Alt text](https://raw.githubusercontent.com/lpin0002/GammaBayes/main/misc/banner_logo_v2.png) __Author(s)__: Liam Pinchbeck (Liam.Pinchbeck@monash.edu) @@ -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. -

- drawing -

\ No newline at end of file + +![Alt text](https://raw.githubusercontent.com/lpin0002/GammaBayes/main/misc/GammaBayes_UML.png)