initial quartodoc changes
This commit is contained in:
18
_quarto.yml
18
_quarto.yml
@@ -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
|
||||||
|
|||||||
@@ -2,3 +2,5 @@ pre-commit
|
|||||||
black
|
black
|
||||||
mypy
|
mypy
|
||||||
types-requests
|
types-requests
|
||||||
|
quartodoc
|
||||||
|
quarto-cli
|
||||||
|
|||||||
Reference in New Issue
Block a user