Skip to content

Commit 654ca1e

Browse files
committed
Update docs front page
1 parent 2d525e2 commit 654ca1e

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

docs/source/index.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
vetiver
22
===================================
3-
The goal of vetiver is to provide fluent tooling to version, share, deploy, and monitor a trained model. Functions handle both recording and checking the model’s input data prototype, and predicting from a remote API endpoint.
3+
The goal of vetiver is to provide fluent tooling to version, share, deploy, and monitor a trained model. Functions handle both recording and checking the model’s input data prototype, and predicting from a remote API endpoint.
44
You can use vetiver with:
55

66
- `scikit-learn <https://scikit-learn.org/stable/>`_
@@ -12,16 +12,15 @@ You can install the released version of vetiver from `PyPI <https://pypi.org/pro
1212
1313
pip install vetiver
1414
15-
And the development version from `GitHub <https://github.com/tidymodels/vetiver-python>`_ with:
15+
And the development version from `GitHub <https://github.com/rstudio/vetiver-python>`_ with:
1616

1717
.. code-block:: bash
1818
19-
python -m pip install git+https://github.com/tidymodels/vetiver-python
19+
python -m pip install git+https://github.com/rstudio/vetiver-python
2020
2121
22-
This website documents the public API of Vetiver (for Python). See the `main Vetiver website <https://juliasilge.github.io/vetiver.dev/>`_ for
23-
a more holistic introduction to the API. The left-hand sidebar lists the full public
24-
API, and the sections below (linked to the right-hand sidebar) break it into similar groups, based on task.
22+
This website documents the public API of Vetiver (for Python). See `vetiver.rstudio.com <https://vetiver.rstudio.com>`_ for
23+
more on how to get started.
2524

2625
.. toctree::
2726
:maxdepth: 2

0 commit comments

Comments
 (0)