Skip to content

Commit 998d5aa

Browse files
Merge pull request #70 from nextmv-io/feature/eng-5669-add-docs-on-nextmv_sklearn-nextmv_gurobi
Update READMEs, links, and versions
2 parents 7586fc8 + f8992f2 commit 998d5aa

File tree

9 files changed

+28
-546
lines changed

9 files changed

+28
-546
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-gurobipy/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
]
1919
dependencies = [
2020
"gurobipy>=12.0.1",
21-
"nextmv>=0.17.1"
21+
"nextmv>=0.18.0"
2222
]
2323
description = "An SDK for integrating Gurobi with the Nextmv platform"
2424
dynamic = [
@@ -44,7 +44,7 @@ requires-python = ">=3.9"
4444

4545
[project.urls]
4646
Homepage = "https://www.nextmv.io"
47-
Documentation = "https://www.nextmv.io/docs"
47+
Documentation = "https://www.nextmv.io/docs/python-sdks/nextmv-gurobipy/installation"
4848
Repository = "https://github.com/nextmv-io/nextmv-py"
4949

5050
[tool.hatch.version]

nextmv-gurobipy/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ build>=1.0.3
22
ruff>=0.1.7
33
twine>=4.0.2
44
gurobipy>=12.0.1
5-
nextmv>=0.17.1
5+
nextmv>=0.18.0

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

nextmv-scikit-learn/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
]
1919
dependencies = [
2020
"scikit-learn>=1.6.1",
21-
"nextmv>=0.17.1"
21+
"nextmv>=0.18.0"
2222
]
2323
description = "An SDK for integrating scikit-learn with the Nextmv platform"
2424
dynamic = [
@@ -44,7 +44,7 @@ requires-python = ">=3.9"
4444

4545
[project.urls]
4646
Homepage = "https://www.nextmv.io"
47-
Documentation = "https://www.nextmv.io/docs"
47+
Documentation = "https://www.nextmv.io/docs/python-sdks/nextmv-scikit-learn/installation"
4848
Repository = "https://github.com/nextmv-io/nextmv-py"
4949

5050
[tool.hatch.version]

nextmv-scikit-learn/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ build>=1.0.3
22
ruff>=0.1.7
33
twine>=4.0.2
44
scikit-learn>=1.6.1
5-
nextmv>=0.17.1
5+
nextmv>=0.18.0
66
pydantic>=2.5.2

0 commit comments

Comments
 (0)