Skip to content

Commit

Permalink
Move ptx.md out of extended API (#1308)
Browse files Browse the repository at this point in the history
Previously, ptx.md was part of the extended API, but in the left hand
side bar was listed as its own section.

Now, it has been moved out of the extended API, and moved to a separate
spot in the left-hand side bar, below Extended API, and above Releases,
and Contributing.
  • Loading branch information
ahendriksen committed Jan 22, 2024
1 parent 54fd4c0 commit 744b49b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libcudacxx/docs/contributing.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
has_children: true
has_toc: true
nav_order: 5
nav_order: 6
---

# Contributing
Expand Down
2 changes: 0 additions & 2 deletions libcudacxx/docs/extended_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ nav_order: 3

{% include_relative extended_api/memory_resource.md %}

{% include_relative extended_api/ptx.md %}

[Thread Scopes]: ./extended_api/memory_model.md#thread-scopes
[Thread Groups]: ./extended_api/thread_groups.md

Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
has_children: true
has_toc: false
nav_order: 4
---

## PTX instructions

The `cuda::ptx` namespace contains functions that map one-to-one to
Expand Down
2 changes: 1 addition & 1 deletion libcudacxx/docs/releases.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
has_children: true
has_toc: true
nav_order: 4
nav_order: 5
---

# Releases
Expand Down

0 comments on commit 744b49b

Please sign in to comment.