Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
pathpyG
=======

![image](docs/img/pathpy_logo_new.png)
![image](docs/img/pathpy_logo.png)

[![Testing Status][testing-image]][testing-url]
[![Linting Status][linting-image]][linting-url]
Expand Down
Binary file modified docs/img/favicon.ico
Binary file not shown.
Binary file modified docs/img/pathpy_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/img/pathpy_logo_new.png
Binary file not shown.
Binary file added docs/img/pathpy_logo_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/overrides/assets/stylesheets/header.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.md-header__topic {
display: none;
}

.md-header__button.md-logo {
margin: 0;
padding: 0 .4rem;
}

.md-header__button.md-logo img, .md-header__button.md-logo svg {
height: 2.2rem;
}
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ site_description: >-
An Open Source package facilitating next-generation network analytics and graph learning for time series data on graphs.

# Repository
# TODO: Check the number of stars and forks once repo is public
# Currently displays wrong numbes
repo_name: pathpy/pathpyG
repo_url: https://github.com/pathpy/pathpyG
Expand Down Expand Up @@ -73,6 +72,7 @@ extra:
provider: mike

extra_css:
- overrides/assets/stylesheets/header.css # Remove the sitename from the header, since the logo already contains it
- overrides/assets/stylesheets/home.css
- overrides/assets/stylesheets/code_select.css
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css
Expand All @@ -89,7 +89,7 @@ extra_javascript:
# Theme
theme:
name: material
logo: img/pathpy_logo.png
logo: img/pathpy_logo_white.png
favicon: img/favicon.ico
custom_dir: docs/overrides
icon:
Expand Down
Loading