Read-only mirror of https://github.com/sogis/gretl-docs — Kanton Solothurn. Issues & pull requests at the source.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-05-14 16:12:28 +02:00
.github/workflows deploy v3_1 branch 2025-02-27 09:16:45 +01:00
images wip 2023-08-08 18:40:47 +02:00
.gitignore update gitignore 2023-08-09 17:49:29 +02:00
_quarto.yml renaming file 2024-10-13 15:40:16 +02:00
CNAME add CNAME 2023-08-09 18:41:35 +02:00
deployment.qmd deploy v3_1 branch 2025-02-27 09:16:45 +01:00
development.qmd renaming file 2024-10-13 15:40:16 +02:00
getting_started.qmd update getting started 2025-05-14 16:12:28 +02:00
help.qmd renaming file 2024-10-13 15:40:16 +02:00
index.css wip 2023-08-08 18:40:47 +02:00
index.qmd test 2025-01-29 17:04:46 +01:00
LICENSE Initial commit 2023-07-30 17:16:36 +02:00
README.md test 2025-01-29 16:52:10 +01:00
styles.css initial commit 2023-07-30 18:31:40 +02:00

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 >}}