Skip to content

Commit

Permalink
Improvements in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
alshan committed Jun 27, 2022
1 parent ff92abb commit 3754904
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,14 @@ Learn more: [GeoTools Support](https://github.com/JetBrains/lets-plot-kotlin/blo
`scaleColorGradientN()` and `scaleFillGradientN()` functions.

See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-3.3.0/scale_color_gradientn.ipynb).


- Other improvements and fixes -
see [CHANGELOG.md](https://github.com/JetBrains/lets-plot-kotlin/blob/master/CHANGELOG.md#330---2022-06-27)

- ### Deprecated API
>
> **(!)** Potentially **breaking change**: deprecation level for all deprecated API raised to the **ERROR** level.
>
- ### Other improvements and fixes
See [CHANGELOG.md](https://github.com/JetBrains/lets-plot-kotlin/blob/master/CHANGELOG.md#330---2022-06-27)
for details.

<a id="change_log"></a>
Expand Down
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

- remove _"-alphaN"_ qualifier for the 'version' property.

> Also, update the artifacts' version in [README_DEV.md](README_DEV.md).
##### 3. Build and release JVM artifacts to Maven Central

a) Upload to the Nexus staging repository:
Expand Down Expand Up @@ -107,7 +109,6 @@ git tag v1.2.3demos1 && git push --tags

In [docs/README.md](docs/README.md) update the Binder link with new "demo" tag (above).


### Add the GitHub release:

* Open the link: https://github.com/JetBrains/lets-plot-kotlin/releases/new
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ https://github.com/JetBrains/lets-plot-kotlin/blob/master/docs/examples.md

### Explore example notebooks in Binder:

https://mybinder.org/v2/gh/JetBrains/lets-plot-kotlin/v3.2.0demos1?filepath=docs/examples/jupyter-notebooks/
https://mybinder.org/v2/gh/JetBrains/lets-plot-kotlin/v3.3.0demos1?filepath=docs/examples/jupyter-notebooks/

### Browse Lets-Plot Kotlin API:

Expand Down

0 comments on commit 3754904

Please sign in to comment.