Skip to content

Commit

Permalink
First pass of reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Sep 21, 2023
1 parent bad9ce1 commit 7f2e35f
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
8 changes: 8 additions & 0 deletions python/docs/cpp.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Welcome to the rmm C++ documentation!
========================================

.. toctree::
:maxdepth: 2
:caption: Contents:

cpp_api.rst
2 changes: 1 addition & 1 deletion python/docs/librmm_api.rst → python/docs/cpp_api.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
API Reference
==============
=============

.. doxygennamespace:: rmm
2 changes: 1 addition & 1 deletion python/docs/basics.md → python/docs/guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RMM - the RAPIDS Memory Manager
# User Guide

Achieving optimal performance in GPU-centric workflows frequently requires
customizing how GPU ("device") memory is allocated.
Expand Down
5 changes: 2 additions & 3 deletions python/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ Welcome to rmm's documentation!
:maxdepth: 2
:caption: Contents:

basics.md
api.rst
librmm_api.rst
Python <python.rst>
C++ <cpp.rst>


Indices and tables
Expand Down
9 changes: 9 additions & 0 deletions python/docs/python.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Welcome to the rmm Python documentation!
========================================

.. toctree::
:maxdepth: 2
:caption: Contents:

guide.md
python_api.rst
File renamed without changes.

0 comments on commit 7f2e35f

Please sign in to comment.