Skip to content

Commit

Permalink
fix(nbs): move interactive review to 2nd guide
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Jul 28, 2024
1 parent 261cdcf commit 873a0f6
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions nbs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ project:
output-dir: _site
# type: docusaurus
# output-dir: ../mdx
# type: default
# output-dir: ../md
preview:
port: 7562

Expand All @@ -28,6 +30,7 @@ format:
execute:
warning: false
error: false
# freeze: true

filters:
- interlinks
Expand Down Expand Up @@ -55,7 +58,7 @@ interlinks:
url: https://pytorch.org/docs/stable/

website:
title: "Pyro-Velocity"
title: "Pyro&thinsp;-Velocity"
site-url: https://pinellolab.github.io/pyrovelocity
description: "A probabilistic framework for multi-modal transcriptomics"
favicon: _static/logo/favicon.ico
Expand Down Expand Up @@ -117,6 +120,8 @@ website:
contents:
- text: "Installation"
href: guides/installation.qmd
- text: "Interactive review"
href: guides/interactive/interactive.qmd
- text: "Data Access"
href: guides/data.qmd
- text: "Preprocessing"
Expand All @@ -127,8 +132,6 @@ website:
href: guides/postprocessing.qmd
- text: "Model summary"
href: guides/summarization.qmd
- text: "Interactive review"
href: guides/interactive/interactive.qmd
- id: tutorials
title: "Tutorials"
style: "floating"
Expand Down Expand Up @@ -209,6 +212,8 @@ website:
contents:
- text: "Installation"
href: guides/installation.qmd
- text: "Interactive review"
href: guides/interactive/interactive.qmd
- text: "Data Access"
href: guides/data.qmd
- text: "Preprocessing"
Expand All @@ -219,8 +224,6 @@ website:
href: guides/postprocessing.qmd
- text: "Model summary"
href: guides/summarization.qmd
- text: "Interactive review"
href: guides/interactive/interactive.qmd
- section: "Concepts"
contents:
- text: "Overview"
Expand Down

0 comments on commit 873a0f6

Please sign in to comment.