Skip to content

Commit 7629efb

Browse files
CaenorstClement Fuji Tsang
and
Clement Fuji Tsang
authored
Doc note header color (NVIDIAGameWorks#332)
* force note header color to b8d27c Signed-off-by: Clement Fuji Tsang <cfujitang@nvidia.com> * fix link in README Signed-off-by: Clement Fuji Tsang <cfujitang@nvidia.com> * update to prettier image Signed-off-by: Clement Fuji Tsang <cfujitang@nvidia.com> * fix language in installation doc notes Signed-off-by: Clement Fuji Tsang <cfujitang@nvidia.com> Co-authored-by: Clement Fuji Tsang <cfujitang@nvidia.com>
1 parent 59d9c1a commit 7629efb

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Kaolin library is part of a larger suite of tools for 3D deep learning research.
1111

1212
## Installation and Getting Started
1313

14-
Visit the [Kaolin Library Documentation](https://readthedocs.org/projects/kaolin/) to get started!
14+
Visit the [Kaolin Library Documentation](https://kaolin.readthedocs.io/en/latest/) to get started!
1515

1616
## About this Update
1717

assets/kaolin.png

-2.13 KB
Loading

docs/_templates/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424

2525
.rst-content .note .admonition-title, .rst-content .note .wy-alert-title, .rst-content .seealso .admonition-title, .rst-content .seealso .wy-alert-title, .rst-content .wy-alert-info.admonition-todo .admonition-title, .rst-content .wy-alert-info.admonition-todo .wy-alert-title, .rst-content .wy-alert-info.admonition .admonition-title, .rst-content .wy-alert-info.admonition .wy-alert-title, .rst-content .wy-alert-info.attention .admonition-title, .rst-content .wy-alert-info.attention .wy-alert-title, .rst-content .wy-alert-info.caution .admonition-title, .rst-content .wy-alert-info.caution .wy-alert-title, .rst-content .wy-alert-info.danger .admonition-title, .rst-content .wy-alert-info.danger .wy-alert-title, .rst-content .wy-alert-info.error .admonition-title, .rst-content .wy-alert-info.error .wy-alert-title, .rst-content .wy-alert-info.hint .admonition-title, .rst-content .wy-alert-info.hint .wy-alert-title, .rst-content .wy-alert-info.important .admonition-title, .rst-content .wy-alert-info.important .wy-alert-title, .rst-content .wy-alert-info.tip .admonition-title, .rst-content .wy-alert-info.tip .wy-alert-title, .rst-content .wy-alert-info.warning .admonition-title, .rst-content .wy-alert-info.warning .wy-alert-title, .rst-content .wy-alert.wy-alert-info .admonition-title, .wy-alert.wy-alert-info .rst-content .admonition-title, .wy-alert.wy-alert-info .wy-alert-title {
26-
background: #efeff0;
26+
background: #b8d27c;
2727
}
2828
}
2929
</style>

docs/notes/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Installation from source
2323
------------------------
2424

2525
.. Note::
26-
If you just wanna try Kaolin, we recommend using a virtual environment, for instance with `Anaconda <https://www.anaconda.com/>`_:
26+
If you just want to try Kaolin, we recommend using a virtual environment, for instance with `Anaconda <https://www.anaconda.com/>`_:
2727

2828
.. code-block:: bash
2929

0 commit comments

Comments
 (0)