Skip to content

Commit

Permalink
Adding ATTENTION banner or cuVS in rst_prolog
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Mar 13, 2024
1 parent f5ef451 commit 8ae5691
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 25 deletions.
12 changes: 11 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2018-2023, NVIDIA CORPORATION.
# Copyright (c) 2018-2024, NVIDIA CORPORATION.

import os
import sys
Expand Down Expand Up @@ -36,6 +36,8 @@
"sphinx_copybutton"
]



breathe_default_project = "RAFT"
breathe_projects = {
"RAFT": "../../cpp/doxygen/_xml/",
Expand All @@ -62,6 +64,14 @@
copyright = "2023, NVIDIA Corporation"
author = "NVIDIA Corporation"

rst_prolog = """
.. attention::
The vector search and clustering algorithms in RAFT are being migrated to a new library dedicated to vector search called `cuVS <https://github.com/rapidsai/cuvs>`_. We will continue to support the vector search algorithms in RAFT during this move, will no longer update them after the RAPIDS 24.06 (June) release. We plan to complete the migration by RAPIDS 24.08 (August) release.
"""

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
Expand Down
5 changes: 0 additions & 5 deletions docs/source/cpp_api/cluster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ Cluster
This page provides C++ API references for the publicly-exposed elements of the `raft/cluster` headers. RAFT provides
fundamental clustering algorithms which are, themselves, considered reusable building blocks for other algorithms.

.. note::

The vector search and clustering algorithms in RAFT are being migrated to a new library dedicated to vector search called `cuVS <https://github.com/rapidsai/cuvs>`_. We will continue to support the vector search algorithms in RAFT during this move, will no longer update them after the RAPIDS 24.06 (June) release. We plan to complete the migration by RAPIDS 24.08 (August) release.


.. role:: py(code)
:language: c++
:class: highlight
Expand Down
5 changes: 0 additions & 5 deletions docs/source/cpp_api/neighbors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ Neighbors

This page provides C++ class references for the publicly-exposed elements of the neighbors package.

.. note::

The vector search and clustering algorithms in RAFT are being migrated to a new library dedicated to vector search called `cuVS <https://github.com/rapidsai/cuvs>`_. We will continue to support the vector search algorithms in RAFT during this move, will no longer update them after the RAPIDS 24.06 (June) release. We plan to complete the migration by RAPIDS 24.08 (August) release.


.. role:: py(code)
:language: c++
:class: highlight
Expand Down
4 changes: 0 additions & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
RAPIDS RAFT: Reusable Accelerated Functions and Tools for Vector Search and More
================================================================================

.. note::

The vector search and clustering algorithms in RAFT are being migrated to a new library dedicated to vector search called `cuVS <https://github.com/rapidsai/cuvs>`_. We will continue to support the vector search algorithms in RAFT during this move, will no longer update them after the RAPIDS 24.06 (June) release. We plan to complete the migration by RAPIDS 24.08 (August) release.

.. image:: ../../img/raft-tech-stack-vss.png
:width: 800
:alt: RAFT Tech Stack
Expand Down
5 changes: 0 additions & 5 deletions docs/source/pylibraft_api/cluster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ Cluster

This page provides pylibraft class references for the publicly-exposed elements of the `pylibraft.cluster` package.

.. note::

The vector search and clustering algorithms in RAFT are being migrated to a new library dedicated to vector search called `cuVS <https://github.com/rapidsai/cuvs>`_. We will continue to support the vector search algorithms in RAFT during this move, will no longer update them after the RAPIDS 24.06 (June) release. We plan to complete the migration by RAPIDS 24.08 (August) release.


.. role:: py(code)
:language: python
:class: highlight
Expand Down
5 changes: 0 additions & 5 deletions docs/source/pylibraft_api/neighbors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ Neighbors

This page provides pylibraft class references for the publicly-exposed elements of the neighbors package.

.. note::

The vector search and clustering algorithms in RAFT are being migrated to a new library dedicated to vector search called `cuVS <https://github.com/rapidsai/cuvs>`_. We will continue to support the vector search algorithms in RAFT during this move, will no longer update them after the RAPIDS 24.06 (June) release. We plan to complete the migration by RAPIDS 24.08 (August) release.


.. role:: py(code)
:language: python
:class: highlight
Expand Down

0 comments on commit 8ae5691

Please sign in to comment.