Skip to content

Commit 75b8b66

Browse files
Update favicon path and add frontend image asset for documentation
1 parent 4d36bfb commit 75b8b66

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ website:
1010
repo-actions: [edit, issue]
1111
page-navigation: true
1212
search: true
13-
favicon: ../images/frontend.png
13+
favicon: images/frontend.png
1414
navbar:
1515
background: primary
1616
left:

docs/documentation/workflow.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar: documentation
66
BasicSpanner exposes the full analysis pipeline through a single graphical
77
interface organized in two sidebars and a central viewer.
88

9-
![](../../images/frontend.png){fig-align="center" width="100%"}
9+
![](../images/frontend.png){fig-align="center" width="100%"}
1010

1111
## Left sidebar
1212

docs/images/frontend.png

611 KB
Loading

docs/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Given a set of seeds, BasicSpanner computes the *basic network*: the
1212
minimal subgraph that preserves every pairwise distance among the seeds.
1313
:::
1414

15-
![](../images/frontend.png){fig-align="center" width="90%"}
15+
![](images/frontend.png){fig-align="center" width="90%"}
1616

1717
## What is a basic network?
1818

0 commit comments

Comments
 (0)