Skip to content

Commit

Permalink
fix(doc): enable working quartodoc.sections
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Feb 13, 2024
1 parent 8827705 commit c167198
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@ website:
- "python/README.md"
- section: "Reference"
contents:
- href: "docs/reference/data_download.ceda_ftp_download.download_ftp.qmd"
- href: "docs/reference/ceda_ftp_download.download_ftp.qmd"
text: "Download CEDA FTP"
- href: "docs/reference/utils.qmd"
text: "Utilities"
# There are errors rendering the pages below
# see: https://github.com/alan-turing-institute/clim-recal/issues/128
# - href: "docs/reference/resampling.qmd"
# text: "HADs Resampling"
# - href: "docs/reference/debiasing.qmd"
# text: "Debiasing"
- href: "docs/reference/utils.qmd"
text: "Utilities"
- text: "Docker"
href: "docs/docker-configurations.qmd"

Expand All @@ -83,16 +83,18 @@ quartodoc:
# write sidebar data to this file
sidebar: _sidebar.yml
source_dir: ./python/
#
# see: https://github.com/alan-turing-institute/clim-recal/issues/128
# sections:
# - title: Data Source Management
# desc: How data is downloaded for use
# contents:
# # the functions being documented in the package.
# # you can refer to anything: class methods, modules, etc..
# - data_download
# # - load_data
# # - resampling
# # - debiasing
# - utils
sections:
- title: Data Source Management
desc: How data is downloaded for use
contents:
# the functions being documented in the package.
# you can refer to anything: class methods, modules, etc..
- data_download
# - load_data
# - resampling
# - debiasing
- title: Utilities
desc: Manage data and workshops
contents:
- utils

0 comments on commit c167198

Please sign in to comment.