initial quartodoc changes

This commit is contained in:
Dan Saunders
2025-01-27 18:57:45 +00:00
parent 887513285d
commit f866157b74
2 changed files with 19 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
project: project:
type: website type: website
metadata-files:
- _sidebar.yml
website: website:
title: "Axolotl" title: "Axolotl"
description: "Fine-tuning" description: "Fine-tuning"
@@ -45,9 +48,22 @@ website:
- docs/config.qmd - docs/config.qmd
- docs/faq.qmd - docs/faq.qmd
format: format:
html: html:
theme: materia theme: materia
css: styles.css css: styles.css
toc: true toc: true
quartodoc:
package: axolotl
sidebar: _sidebar.yml
sections:
- title: Some functions
desc: Functions to inspect docstrings.
contents:
# the functions being documented in the package.
# you can refer to anything: class methods, modules, etc..
- get_object
- preview

View File

@@ -2,3 +2,5 @@ pre-commit
black black
mypy mypy
types-requests types-requests
quartodoc
quarto-cli