Skip to content

Commit 496e4d1

Browse files
committed
Improved docs
1 parent 35a7362 commit 496e4d1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
# Add any paths that contain custom static files (such as style sheets) here,
9696
# relative to this directory. They are copied after the builtin static files,
9797
# so a file named "default.css" will overwrite the builtin "default.css".
98-
html_static_path = ['_static']
98+
# html_static_path = ['_static']
9999

100100
# Custom sidebar templates, must be a dictionary that maps document names
101101
# to template names.

docs/source/const_size.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ Basic usage:
3535
3636
.. autoclass:: ConstSizeTiles
3737
:members:
38-
:imported-members:
38+
:inherited-members:
39+

docs/source/const_stride.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ Basic usage:
6464
6565
.. autoclass:: ConstStrideTiles
6666
:members:
67-
:imported-members:
67+
:inherited-members:

0 commit comments

Comments
 (0)