Skip to content

Commit

Permalink
Merge branch 'master' into 253-remove-legacy-write-attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
waltsims authored Feb 1, 2024
2 parents b0cfb48 + 20890d2 commit 6721665
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6721665

Please sign in to comment.