Skip to content

Commit

Permalink
Add dokka for the example module
Browse files Browse the repository at this point in the history
  • Loading branch information
zaleslaw committed Sep 23, 2021
1 parent 62401d0 commit 6c40029
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions dokka/moduledoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
Core API.

# Module dataset
Basic Dataset API and Image Preprocessing DSL
Basic Dataset API and Image Preprocessing DSL.

# Module onnx
ONNX model support
ONNX model support.

# Module visualization
Visualisation with lets-plot and Swing.

# Module examples
All official examples of the KotlinDL library.

# Package kotlinx.dl.api
Basic API.

Expand Down
2 changes: 1 addition & 1 deletion gradle/dokka.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
apply plugin: 'kotlin'
apply plugin: 'org.jetbrains.dokka'

def documentedSubprojects = ["api", "dataset", "onnx", "visualization"]
def documentedSubprojects = ["api", "dataset", "onnx", "visualization", "examples"]
subprojects {
if (!(name in documentedSubprojects)) return
apply plugin: 'org.jetbrains.dokka'
Expand Down

0 comments on commit 6c40029

Please sign in to comment.