[doc] starting documentation
This commit is contained in:
63
doc/_quarto.yml
Normal file
63
doc/_quarto.yml
Normal file
@@ -0,0 +1,63 @@
|
||||
# In doc/_quarto.yml
|
||||
project:
|
||||
type: website
|
||||
output-dir: _site
|
||||
preview:
|
||||
port: 7000
|
||||
|
||||
format:
|
||||
html:
|
||||
# code-fold: true
|
||||
# code-summary: "Show the code"
|
||||
theme:
|
||||
light: flatly
|
||||
dark: darkly
|
||||
css:
|
||||
- api/_styles-quartodoc.css
|
||||
- styles.css
|
||||
fontsize: 1.1em
|
||||
linestretch: 1.7
|
||||
grid:
|
||||
sidebar-width: 300px
|
||||
body-width: 900px
|
||||
margin-width: 300px
|
||||
gutter-width: 1.5rem
|
||||
|
||||
website:
|
||||
title: oepyhs2nix
|
||||
sidebar:
|
||||
title: oepyhs2nix
|
||||
style: "docked"
|
||||
search: true
|
||||
type: "dark"
|
||||
tools:
|
||||
- icon: github
|
||||
href: https://whale.am28.uni-tuebingen.de/git/awendt/oephys2nix
|
||||
contents:
|
||||
- text: "Introduction"
|
||||
href: "index.qmd"
|
||||
- section: "Tutorials"
|
||||
contents:
|
||||
- "usage.qmd"
|
||||
- section: "API"
|
||||
href: "api/index.qmd"
|
||||
contents:
|
||||
- "api/index.qmd"
|
||||
|
||||
|
||||
quartodoc:
|
||||
package: oephys2nix
|
||||
dir: "api"
|
||||
css: api/_styles-quartodoc.css
|
||||
renderer:
|
||||
style: markdown
|
||||
table_style: description-list
|
||||
sections:
|
||||
- title: cli
|
||||
desc: Terminal client
|
||||
contents:
|
||||
- main
|
||||
|
||||
execute:
|
||||
freeze: auto
|
||||
|
||||
Reference in New Issue
Block a user