Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentation issues #655

Merged
merged 3 commits into from
Apr 4, 2023
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,6 @@ documentation](https://nv-legate.github.io/legate.core).
We recommend starting by experimenting with at least one Legate application
library to test out performance and see how Legate works. If you are interested
in building your own Legate application library, we recommend that you
investigate our [Legate Hello World application library](examples/hello) that
investigate our [Legate Hello World application library](https://github.com/nv-legate/legate.core/tree/HEAD/examples/hello) that
provides a small example of how to get started developing your own drop-in
replacement library on top of Legion using the Legate Core library.
2 changes: 2 additions & 0 deletions docs/legate/core/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@

pygments_style = "sphinx"

myst_heading_anchors = 3


def setup(app):
app.add_css_file("params.css")