Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 14 additions & 18 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,7 @@ website:
- docs/authoring/figures.qmd
- docs/authoring/tables.qmd
- docs/authoring/diagrams.qmd
- section: "Shortcodes"
href: docs/authoring/shortcodes.qmd
contents:
- text: "Placeholder Image"
href: docs/authoring/placeholder.qmd
- text: "Lorem Lipsum Text"
href: docs/authoring/lipsum.qmd
- docs/authoring/shortcodes.qmd
- docs/authoring/videos.qmd
- text: "Embeds"
href: docs/authoring/notebook-embed.qmd
Expand All @@ -151,6 +145,16 @@ website:
href: docs/authoring/cross-references-custom.qmd
- docs/authoring/create-citeable-articles.qmd
- docs/authoring/appendices.qmd
- section: Advanced Authoring
contents:
- docs/authoring/includes.qmd
- docs/authoring/variables.qmd
- docs/authoring/conditional.qmd
- text: "Placeholder Images"
href: docs/authoring/placeholder.qmd
- text: "Placeholder Text"
href: docs/authoring/lipsum.qmd
- docs/authoring/language.qmd
- section: "Computations"
contents:
- docs/computations/python.qmd
Expand Down Expand Up @@ -204,6 +208,7 @@ website:
- docs/output-formats/html-multi-format.qmd
- docs/output-formats/html-lightbox-figures.qmd
- docs/output-formats/html-publishing.qmd
- docs/output-formats/page-layout.qmd
- section: "PDF"
contents:
- docs/output-formats/pdf-basics.qmd
Expand Down Expand Up @@ -404,17 +409,8 @@ website:
- docs/projects/scripts.qmd
- docs/projects/virtual-environments.qmd
- docs/projects/binder.qmd
- section: "Advanced"
contents:
- docs/authoring/includes.qmd
- docs/authoring/variables.qmd
- docs/output-formats/page-layout.qmd
- docs/authoring/language.qmd
- docs/authoring/conditional.qmd
- docs/extensions/nbfilter.qmd
- section: "Jupyter"
contents:
- docs/advanced/jupyter/kernel-execution.qmd
- text: "Advanced"
href: docs/advanced/index.qmd
- id: extensions
title: "Extensions"
contents:
Expand Down
3 changes: 3 additions & 0 deletions docs/extensions/nbfilter.qmd → docs/advanced/nbfilter.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: "Notebook Filters"
summary: Pre-processing Jupyter notebooks prior to conversion to markdown
aliases:
- /docs/extenstions/nbfilter.html
---

## Overview
Expand Down
16 changes: 0 additions & 16 deletions docs/guide/guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,19 +180,3 @@
href: ../projects/scripts.qmd
- text: Virtual Environments
href: ../projects/virtual-environments.qmd

- title: Advanced
subtitle: Refine documents with advanced tools
links:
- text: "Includes"
href: ../authoring/includes.qmd
- text: "Variables"
href: ../authoring/variables.qmd
- text: "Page Layout"
href: ../output-formats/page-layout.qmd
- text: "Document Language"
href: ../authoring/language.qmd
- text: "Conditional Content"
href: ../authoring/conditional.qmd
- text: "Notebook Filters"
href: ../extensions/nbfilter.qmd