mirror of
https://github.com/sogis/gretl-docs.git
synced 2026-08-26 00:24:18 +00:00
Read-only mirror of https://github.com/sogis/gretl-docs — Kanton Solothurn. Issues & pull requests at the source.
- CSS 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| images | ||
| .gitignore | ||
| _quarto.yml | ||
| CNAME | ||
| deployment.qmd | ||
| development.qmd | ||
| getting_started.qmd | ||
| help.qmd | ||
| index.css | ||
| index.qmd | ||
| LICENSE | ||
| README.md | ||
| styles.css | ||
gretl-docs
Approach:
- on-demand
- Parameter: Version (default=main)
- falls main wird gh pages aktualisiert
- immer wird ein package deployed mit branch-(und commit id von gretl) im zip-namen oder so ähnlich.
Dokumentation für GRETL.
Usage
Gradle:
javadoc {
source = sourceSets.main.allJava
title = null
destinationDir = file("./doc/")
include 'ch/so/agi/gretl/tasks/**'
options.doclet = "ch.so.agi.gretl.doclet.GretlDoclet"
options.docletpath = [file("/Users/stefan/sources/gretl-doclet/build/libs/gretl-doclet.jar")]
}
Develop
quarto preview
### DummyTask
{{< include srcdoc/_ch.so.agi.gretl.doclet.test.DummyTask.md >}}