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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![codecov](https://codecov.io/gh/buettnerlab/pytometry/branch/main/graph/badge.svg?token=AEG5ra92HV)](https://codecov.io/gh/buettnerlab/pytometry)
[![Stars](https://img.shields.io/github/stars/buettnerlab/pytometry?logo=GitHub&color=yellow)](https://github.com/buettnerlab/pytometry/stargazers)
<a href="https://gitmoji.dev">
<img src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square" alt="Gitmoji">
Expand Down
Binary file added docs/_static/logo.ico
Binary file not shown.
6 changes: 4 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# We're actually using this for the link behind the brand of the page!
html_theme_options["logo"] = {"link": "pytometry"} # noqa

ogp_site_url = "https://lamin.ai/docs/pytometry"
ogp_site_url = "https://pytometry.netlify.app"

author = "pytometry developers"
copyright = f"{datetime.now():%Y}, {author}"
Expand All @@ -31,5 +31,7 @@
html_logo = (
"https://raw.githubusercontent.com/buettnerlab/pytometry/main/docs/_static/logo.svg"
)
html_favicon = "../lamin_sphinx/_static/img/favicon.ico"
html_favicon = (
"https://raw.githubusercontent.com/buettnerlab/pytometry/main/docs/_static/logo.ico"
)
templates_path = ["_templates", "../lamin_sphinx/_templates"]