From 2946f23a4bffd2bfd6dda6df1f618df46c4fc3d6 Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Mon, 4 Mar 2024 16:02:50 +0300 Subject: [PATCH] Update readme and API --- controls-constructor/README.md | 21 +++++++++++++++++++++ controls-jupyter/README.md | 21 +++++++++++++++++++++ controls-vision/README.md | 21 +++++++++++++++++++++ demo/constructor/README.md | 4 ++++ 4 files changed, 67 insertions(+) create mode 100644 controls-constructor/README.md create mode 100644 controls-jupyter/README.md create mode 100644 controls-vision/README.md create mode 100644 demo/constructor/README.md diff --git a/controls-constructor/README.md b/controls-constructor/README.md new file mode 100644 index 0000000..9a8b27c --- /dev/null +++ b/controls-constructor/README.md @@ -0,0 +1,21 @@ +# Module controls-constructor + +A low-code constructor for composite devices simulation + +## Usage + +## Artifact: + +The Maven coordinates of this project are `space.kscience:controls-constructor:0.3.0`. + +**Gradle Kotlin DSL:** +```kotlin +repositories { + maven("https://repo.kotlin.link") + mavenCentral() +} + +dependencies { + implementation("space.kscience:controls-constructor:0.3.0") +} +``` diff --git a/controls-jupyter/README.md b/controls-jupyter/README.md new file mode 100644 index 0000000..15d8e2d --- /dev/null +++ b/controls-jupyter/README.md @@ -0,0 +1,21 @@ +# Module controls-jupyter + + + +## Usage + +## Artifact: + +The Maven coordinates of this project are `space.kscience:controls-jupyter:0.3.0`. + +**Gradle Kotlin DSL:** +```kotlin +repositories { + maven("https://repo.kotlin.link") + mavenCentral() +} + +dependencies { + implementation("space.kscience:controls-jupyter:0.3.0") +} +``` diff --git a/controls-vision/README.md b/controls-vision/README.md new file mode 100644 index 0000000..41483ce --- /dev/null +++ b/controls-vision/README.md @@ -0,0 +1,21 @@ +# Module controls-vision + +Dashboard and visualization extensions for devices + +## Usage + +## Artifact: + +The Maven coordinates of this project are `space.kscience:controls-vision:0.3.0`. + +**Gradle Kotlin DSL:** +```kotlin +repositories { + maven("https://repo.kotlin.link") + mavenCentral() +} + +dependencies { + implementation("space.kscience:controls-vision:0.3.0") +} +``` diff --git a/demo/constructor/README.md b/demo/constructor/README.md new file mode 100644 index 0000000..3bd1e74 --- /dev/null +++ b/demo/constructor/README.md @@ -0,0 +1,4 @@ +# Module constructor + + +