Skip to content

Commit dd823d8

Browse files
Docs refresh
1 parent 7586fc8 commit dd823d8

File tree

4 files changed

+21
-539
lines changed

4 files changed

+21
-539
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ can find the source for the following packages:
1212
providing convenience functions for working with scikit-learn models in the
1313
Nextmv platform.
1414

15-
Please refer to the individual package READMEs for more information.
15+
To learn more about the SDKs, visit the [docs][docs].
1616

17-
**IMPORTANT!**
18-
> Please review the LICENSE on each package, as they may not all have the same
19-
> license.
17+
**IMPORTANT**: Please review the LICENSE on each package, as they may not all
18+
have the same license.
19+
20+
[docs]: https://nextmv.io/docs/python-sdks/overview

nextmv-gurobipy/README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
Welcome to `nextmv-gurobipy`, an SDK for integrating Gurobi with the Nextmv
44
platform.
55

6-
**IMPORTANT!**
7-
> Please note that `nextmv-gurobipy` is provided as _source-available_ software
8-
> (not _open-source_).
6+
**IMPORTANT**: Please note that `nextmv-gurobipy` is provided as
7+
_source-available_ software (not _open-source_). For further information,
8+
please refer to the [LICENSE](./LICENSE.md) file.
99

10-
For further information, please refer to the [LICENSE](./LICENSE.md) file.
10+
To learn more about `nextmv-gurobipy`, visit the [docs][docs].
1111

1212
## Installation
1313

@@ -16,3 +16,5 @@ Requires Python `>=3.9`. Install using `pip`:
1616
```bash
1717
pip install nextmv-gurobipy
1818
```
19+
20+
[docs]: https://nextmv.io/docs/python-sdks/nextmv-gurobipy/installation

nextmv-scikit-learn/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
Welcome to `nextmv-scikit-learn`, an SDK for integrating scikit-learn with the
44
Nextmv platform.
55

6-
## License
6+
**IMPORTANT**: Please note that `nextmv-scikit-learn` is provided as
7+
_source-available_ software (not _open-source_). For further information,
8+
please refer to the [LICENSE](./LICENSE.md) file.
79

8-
**IMPORTANT!**
9-
> Please note that `nextmv-scikit-learn` is provided as _source-available_
10-
> software (not _open-source_).
11-
12-
For further information, please refer to the [LICENSE](./LICENSE.md) file.
10+
To learn more about `nextmv-scikit-learn`, visit the [docs][docs].
1311

1412
## Installation
1513

@@ -18,3 +16,5 @@ Requires Python `>=3.9`. Install using `pip`:
1816
```bash
1917
pip install nextmv-scikit-learn
2018
```
19+
20+
[docs]: https://nextmv.io/docs/python-sdks/nextmv-scikit-learn/installation

0 commit comments

Comments
 (0)