Skip to content

Commit 8cafd51

Browse files
Updates for documentation
1 parent 6fcf80e commit 8cafd51

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build_doc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ def check_docs_completeness():
2525
)
2626

2727

28-
if __name__=="__main__":
28+
if __name__ == "__main__":
2929
check_docs_completeness()
3030

3131
parser = argparse.ArgumentParser()
3232
parser.add_argument("--out", "-o", action="store_true")
3333
args = parser.parse_args()
3434

35-
logo_url = "https://raw.githubusercontent.com/computational-cell-analytics/micro-sam/master/doc/images/micro-sam-logo.png"
35+
logo_url = "https://raw.githubusercontent.com/computational-cell-analytics/micro-sam/master/doc/logo/logo_and_text.jpg"
3636
cmd = ["pdoc", "--docformat", "google", "--logo", logo_url]
3737

3838
if args.out:

doc/logo/logo.jpg

306 KB
Loading

doc/logo/logo_and_text.jpg

125 KB
Loading

0 commit comments

Comments
 (0)