-
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.
Merge pull request #13 from lpin0002/developer
Fixing images in README.md on pypi
- Loading branch information
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]) | ||
|
@@ -42,6 +40,5 @@ This will also take care of the required dependencies for the project. | |
We recommend to look through the tutorials for an overview of the functionality of the code however, the figure below shows the main classes of `GammaBayes` in a UML diagram. | ||
|
||
|
||
<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) | ||
|