diff --git a/docs/source/conf.py b/docs/source/conf.py index 9bcabff..4612698 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -95,7 +95,7 @@ # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +# html_static_path = ['_static'] # Custom sidebar templates, must be a dictionary that maps document names # to template names. diff --git a/docs/source/const_size.rst b/docs/source/const_size.rst index b5878a8..550fdb7 100644 --- a/docs/source/const_size.rst +++ b/docs/source/const_size.rst @@ -35,4 +35,5 @@ Basic usage: .. autoclass:: ConstSizeTiles :members: - :imported-members: + :inherited-members: + diff --git a/docs/source/const_stride.rst b/docs/source/const_stride.rst index 1d5d0b5..e5e8abd 100644 --- a/docs/source/const_stride.rst +++ b/docs/source/const_stride.rst @@ -64,4 +64,4 @@ Basic usage: .. autoclass:: ConstStrideTiles :members: - :imported-members: + :inherited-members: