Skip to content

Commit

Permalink
add favicon, left align nav, link to qupath docs
Browse files Browse the repository at this point in the history
Fixes #187

[skip ci]
  • Loading branch information
kaczmarj committed Sep 20, 2023
1 parent c41a9b8 commit d505734
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
"use_edit_page_button": True,
"show_toc_level": 1,
# "navbar_align": "content",
"navbar_align": "left",
"github_url": "https://github.com/SBU-BMI/wsinfer",
"navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"],
"show_version_warning_banner": True,
Expand All @@ -112,5 +112,5 @@
],
"header_links_before_dropdown": 6,
}
# html_logo = "_static/logo.svg"
# html_favicon = "_static/log

html_favicon = "_static/logo.svg"
3 changes: 1 addition & 2 deletions docs/qupath_ext.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ QuPath extension
================

WSInfer has a QuPath extension for interactive model inference.

This documentation is a work in progress.
See `the documentation on QuPath's website <https://qupath.readthedocs.io/en/latest/docs/deep/wsinfer.html>`_.

0 comments on commit d505734

Please sign in to comment.