diff --git a/docs/conf.py b/docs/conf.py index a7bd798f..6f492f23 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,10 +6,10 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -project = 'k-wave-python' +project = 'k-Wave-python' copyright = '2022, Walter Simson, Farid Yagubbayli' author = 'Walter Simson, Farid Yagubbayli' -version = '0.1.0' +version = '0.3.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration @@ -55,3 +55,6 @@ # Don't show class signature with the class' name. autodoc_class_signature = "separated" + +# Remove module name from object names +add_module_names = False diff --git a/pyproject.toml b/pyproject.toml index 65b4e766..0b040b87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ docs = ["m2r2==0.3.2", "sphinx-tabs==3.4.4", "sphinx-toolbox==3.5.0", "furo==2023.9.10"] -dev = ["pre-commit==3.5.0"] +dev = ["pre-commit==3.6.0"] [tool.hatch.version] path = "kwave/__init__.py"