Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/cccl/development/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -19,3 +21,5 @@ Documentation:
- :doc:`CCCL Internal Macros <macro>`
- :doc:`CCCL Testing Utilities <testing>`
- :doc:`CCCL Bisect And Targeted Build/Test Helpers <build_and_bisect_tools>`
- :doc:`Thrust Developer CMake Options <thrust_cmake_options>`
- :doc:`Thrust Systems <thrust_systems>`
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _cmake-options:
.. _thrust-cmake-options:

Developer CMake Options
=======================
Thrust Developer CMake Options
==============================

.. important::

Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
11 changes: 0 additions & 11 deletions docs/thrust/developer_overview.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/thrust/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Thrust
:maxdepth: 2

Overview <self>
developer_overview
releases
release_process
API documentation <api>
Expand Down
Loading