Skip to content

Commit 4bed4f1

Browse files
committed
update docs and tutorials
1 parent e839d74 commit 4bed4f1

File tree

5 files changed

+233
-212
lines changed

5 files changed

+233
-212
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Documentation
99
--------------------------------------------------------------------------------
1010

1111
Tutorials and API documentation can be found at:
12-
https://genentech.github.io/signature/index.html
12+
https://genentech.github.io/SIGnature/index.html
1313

1414

1515
Download & Install

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
# nbsphinx configuration
5656
# nbsphinx_allow_errors = True
5757
nbsphinx_thumbnails = {
58-
'notebooks/1. Querying Attributions': '_static/query_thumbnail.png',
59-
'notebooks/2. Generating Attributions': '_static/generate_thumbnail.png',
58+
'notebooks/1-QueryingAttributions': '_static/query_thumbnail.png',
59+
'notebooks/2-GeneratingAttributions': '_static/generate_thumbnail.png',
6060
}
6161

6262
# Add any paths that contain templates here, relative to this directory.
@@ -72,7 +72,7 @@
7272
master_doc = "index"
7373

7474
# General information about the project.
75-
project = "signature"
75+
project = "SIGnature"
7676
copyright = "2025, Genentech, Inc."
7777

7878
# The version info for the project you're documenting, acts as replacement for
@@ -153,7 +153,7 @@
153153

154154
# The name for this set of Sphinx documents. If None, it defaults to
155155
# "<project> v<release> documentation".
156-
# html_title = None
156+
html_title = project
157157

158158
# A shorter title for the navigation bar. Default is the same as html_title.
159159
# html_short_title = None

docs/notebooks/1-QueryingAttributions.ipynb

Lines changed: 112 additions & 106 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)