Skip to content

Commit 0157488

Browse files
author
Diptorup Deb
committed
Removes empty pages, silences sphinx Warnings and errors.
1 parent 2a6c793 commit 0157488

File tree

7 files changed

+3
-139
lines changed

7 files changed

+3
-139
lines changed

docs/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
# ones.
2828
extensions = [
2929
"sphinx.ext.todo",
30-
"sphinx.ext.intersphinx",
3130
"sphinx.ext.extlinks",
3231
"sphinx.ext.githubpages",
3332
"sphinx.ext.napoleon",

docs/source/contribution_guide.rst

Lines changed: 0 additions & 26 deletions
This file was deleted.

docs/source/examples.rst

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/source/index.rst

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,7 @@ Data Parallel Extension for Numba*
5555

5656
.. toctree::
5757
:maxdepth: 1
58-
:caption: Development
58+
:caption: Miscellaneous Notes
5959

60-
contribution_guide
61-
62-
.. toctree::
63-
:maxdepth: 1
64-
:caption: Misc Notes
65-
66-
examples
6760
license
6861
release-notes

docs/source/user_guide/kernel_programming/math-functions.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. include:: ./../../ext_links.txt
2+
13

24
Scalar mathematical functions from the Python `math`_ module and the `dpnp`_
35
library can be used inside a kernel function. During compilation the

docs/source/user_guide/kernel_programming/reduction.rst

Lines changed: 0 additions & 51 deletions
This file was deleted.

docs/source/user_guide/kernel_programming/synchronization.rst

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)