Skip to content

Commit

Permalink
core(view): various enhancements due to MD to RST renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
romintomasetti committed Aug 28, 2024
1 parent 072c26d commit 9b3742c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
html:
sphinx-build -b html ./source/ ./generated_docs/ -W --keep-going
sphinx-build -W -b html ./source/ ./generated_docs/ -W --keep-going
python3 ./source/edit_button_handler.py

clean:
Expand Down
2 changes: 2 additions & 0 deletions docs/source/API/core/initialize_finalize/finalize.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _kokkos_finalize:

``finalize``
============

Expand Down
1 change: 0 additions & 1 deletion docs/source/ProgrammingGuide/View.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ specified).

.. [#footnotecudauvm] An exemption is if you specified for CUDA compilation that the default memory space is CudaUVMSpace, which can be accessed from the host.
6.2.6 Reference counting
~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 9b3742c

Please sign in to comment.