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:
type: website
metadata-files:
- _sidebar.yml
website:
title: "Axolotl"
description: "Fine-tuning"
@@ -45,9 +48,22 @@ website:
- docs/config.qmd
- docs/faq.qmd
format:
html:
theme: materia
css: styles.css
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
mypy
types-requests
quartodoc
quarto-cli