Skip to content

Commit a8bcf20

Browse files
committed
Cleanup docs, fix README.md
1 parent 7f41024 commit a8bcf20

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ Examples of using of the Lets-Plot Kotlin API in JVM and Kotlin/JS applications
175175
<a id="recent_gallery_updates"></a>
176176
## Recent Updates in the [Gallery](https://lets-plot.org/kotlin/gallery.html)
177177

178-
<a href="https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/kotlin_examples/cookbook/legend_theme.ipynb">
179-
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot-kotlin/master/Writerside/images/previews/square-legend_theme.png" alt="Customize legend appearance" width="128" height="128">
178+
<a href="https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/kotlin_examples/demo/theme_legend_scheme.ipynb">
179+
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot-kotlin/master/Writerside/images/previews/square-theme_legend_scheme.png" alt="Customize legend appearance" width="128" height="128">
180180
</a>
181181
<a href="https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/kotlin_examples/demo/interact_pan_zoom.ipynb">
182182
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot-kotlin/master/Writerside/images/previews/square-interact_pan_zoom.png" alt="Zoom and Pan interactivity" width="128" height="128">

devdocs/PUBLISHING.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
> **Note**: our custom local Maven repository location is `<project root>/.maven-publish-dev-repo`.
44
55
> **Note**: make sure that **version** is set to "0.0.0-SNAPSHOT" in `build.gradle.kts`.
6-
7-
`./gradlew :plot-api:publishAllPublicationsToMavenLocalRepository`
8-
`./gradlew publishLetsPlotKotlinGeoToolsPublicationToMavenLocalRepository`
9-
`./gradlew publishletsPlotKotlinJupyterPublicationToMavenLocalRepository`
10-
`./gradlew publishletsPlotKotlinGeotoolsJupyterPublicationToMavenLocalRepository`
11-
`./gradlew publishLetsPlotKotlinJsonPublicationToMavenLocalRepository`
6+
```bash
7+
./gradlew :plot-api:publishAllPublicationsToMavenLocalRepository
8+
./gradlew publishLetsPlotKotlinGeoToolsPublicationToMavenLocalRepository
9+
./gradlew publishletsPlotKotlinJupyterPublicationToMavenLocalRepository
10+
./gradlew publishletsPlotKotlinGeotoolsJupyterPublicationToMavenLocalRepository
11+
./gradlew publishLetsPlotKotlinJsonPublicationToMavenLocalRepository
12+
```
1213

1314
### Publishing to Sonatype Maven Repository
1415
@@ -28,13 +29,13 @@ sonatype.password=<your Sonatype password>
2829
#### SNAPSHOT version
2930

3031
Specify "x.y.z-SNAPSHOT" version in `build.gradle.kts` file.
31-
32-
`./gradlew :plot-api:publishAllPublicationsToSonatypeRepository`
33-
`./gradlew publishLetsPlotKotlinGeoToolsPublicationToSonatypeRepository`
34-
`./gradlew publishletsPlotKotlinJupyterPublicationToSonatypeRepository`
35-
`./gradlew publishletsPlotKotlinGeotoolsJupyterPublicationToSonatypeRepository`
36-
`./gradlew publishLetsPlotKotlinJsonPublicationToSonatypeRepository`
37-
32+
```bash
33+
./gradlew :plot-api:publishAllPublicationsToSonatypeRepository
34+
./gradlew publishLetsPlotKotlinGeoToolsPublicationToSonatypeRepository
35+
./gradlew publishletsPlotKotlinJupyterPublicationToSonatypeRepository
36+
./gradlew publishletsPlotKotlinGeotoolsJupyterPublicationToSonatypeRepository
37+
./gradlew publishLetsPlotKotlinJsonPublicationToSonatypeRepository
38+
```
3839
> You can find published SNAPSHOT artifacts here https://oss.sonatype.org/index.html#view-repositories;snapshots~browsestorage \
3940
> In the "Browse Storage" tab enter ‘Path lookup’: org/jetbrains/lets-plot
4041

0 commit comments

Comments
 (0)