diff --git a/docs/cccl/development/index.rst b/docs/cccl/development/index.rst index e3ac583e874..89046c99215 100644 --- a/docs/cccl/development/index.rst +++ b/docs/cccl/development/index.rst @@ -10,6 +10,8 @@ CCCL Development Guide macro testing build_and_bisect_tools + thrust_cmake_options + thrust_systems visibility This living document serves to describe the internal details and the development process of CCCL libraries. @@ -19,3 +21,5 @@ Documentation: - :doc:`CCCL Internal Macros ` - :doc:`CCCL Testing Utilities ` - :doc:`CCCL Bisect And Targeted Build/Test Helpers ` +- :doc:`Thrust Developer CMake Options ` +- :doc:`Thrust Systems ` diff --git a/docs/thrust/developer/cmake_options.rst b/docs/cccl/development/thrust_cmake_options.rst similarity index 98% rename from docs/thrust/developer/cmake_options.rst rename to docs/cccl/development/thrust_cmake_options.rst index 2a6ae959ce0..fbadd782d68 100644 --- a/docs/thrust/developer/cmake_options.rst +++ b/docs/cccl/development/thrust_cmake_options.rst @@ -1,7 +1,7 @@ -.. _cmake-options: +.. _thrust-cmake-options: -Developer CMake Options -======================= +Thrust Developer CMake Options +============================== .. important:: diff --git a/docs/thrust/developer/systems.rst b/docs/cccl/development/thrust_systems.rst similarity index 99% rename from docs/thrust/developer/systems.rst rename to docs/cccl/development/thrust_systems.rst index 143411ace8d..5b9bb509a5f 100644 --- a/docs/thrust/developer/systems.rst +++ b/docs/cccl/development/thrust_systems.rst @@ -1,6 +1,6 @@ -.. _systems: +.. _thrust-systems: -Thrust systems +Thrust Systems ============== Thrust offers a set of algorithms and APIs which can dispatch to various systems. diff --git a/docs/thrust/developer_overview.rst b/docs/thrust/developer_overview.rst deleted file mode 100644 index a0aa592cafe..00000000000 --- a/docs/thrust/developer_overview.rst +++ /dev/null @@ -1,11 +0,0 @@ -Thrust Developer Overview -######################### - -.. toctree:: - :hidden: - :maxdepth: 1 - - developer/cmake_options - developer/systems - -This living document serves as a guide to the design of the internal structure of Thrust. diff --git a/docs/thrust/index.rst b/docs/thrust/index.rst index 27b2f28633f..757470c81b9 100644 --- a/docs/thrust/index.rst +++ b/docs/thrust/index.rst @@ -8,7 +8,6 @@ Thrust :maxdepth: 2 Overview - developer_overview releases release_process API documentation