-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df70277
commit a82b71f
Showing
1 changed file
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]) | ||
|
@@ -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) |