-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/* Monospace font in "Package Reference" navigation */ | ||
.wy-menu-vertical > ul:nth-child(2) li.toctree-l1 > a { | ||
font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace; | ||
} | ||
|
||
/* Monospace font in "Package Reference" titles */ | ||
#module-pyg_lib h1, | ||
#module-pyg_lib\.ops h1, | ||
#module-pyg_lib\.sampler h1 { | ||
font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace; | ||
letter-spacing: -1px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,14 @@ | ||
:github_url: https://github.com/pyg-team/pyg-lib | ||
|
||
pyg_lib Documentation | ||
PyG-lib Documentation | ||
===================== | ||
|
||
.. slack:: | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Package Reference | ||
|
||
modules/root | ||
modules/ops | ||
modules/sampler | ||
|
||
Indices and Tables | ||
================== | ||
|
||
* :ref:`genindex` | ||
* :ref:`modindex` |