Update readme and API
This commit is contained in:
parent
e8c6e90a0f
commit
2946f23a4b
21
controls-constructor/README.md
Normal file
21
controls-constructor/README.md
Normal file
@ -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")
|
||||
}
|
||||
```
|
21
controls-jupyter/README.md
Normal file
21
controls-jupyter/README.md
Normal file
@ -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")
|
||||
}
|
||||
```
|
21
controls-vision/README.md
Normal file
21
controls-vision/README.md
Normal file
@ -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")
|
||||
}
|
||||
```
|
4
demo/constructor/README.md
Normal file
4
demo/constructor/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# Module constructor
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user