Skip to content

Commit 89f65b3

Browse files
committed
fix
1 parent a71bd75 commit 89f65b3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1616

1717
project = 'tilus'
18-
copyright = '2025, hidet.org'
19-
author = 'hidet.org'
18+
copyright = '2025, NVIDIA'
19+
author = 'NVIDIA'
2020

2121
# -- General configuration ---------------------------------------------------
2222
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/source/programming-guides/overview.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ Dive Deeper
4444
We also have detailed sections on different aspects of the Tilus programming model. To learn more about Tilus, you can
4545
explore the following sections:
4646

47-
- :doc:`tilus-script`: learn about the Tilus script syntax and how to write Tilus scripts.
48-
- :doc:`type-system/__init__`:
49-
- :doc:`instructions`:
50-
- :doc:`control-flow`:
51-
- :doc:`cache`:
52-
- :doc:`autotuning`:
53-
- :doc:`low-precision-support`:
47+
- :doc:`tilus-script`
48+
- :doc:`type-system/__init__`
49+
- :doc:`instructions`
50+
- :doc:`control-flow`
51+
- :doc:`cache`
52+
- :doc:`autotuning`
53+
- :doc:`low-precision-support`

0 commit comments

Comments
 (0)