Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: k-Wave-python
type: software
authors:
- given-names: Farid
family-names: Yagubbbayli
family-names: Yagubbayli
email: farid.yagubbayli@tum.de
- given-names: David
family-names: Sinden
Expand Down
6 changes: 3 additions & 3 deletions make_docs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
#!/usr/bin/env bash

# sphinx-apidoc -o ./docs -efT $pwd
sphinx-build -b html docs docs/_build
# sphinx-apidoc -o ./docs -efT $pwd
sphinx-build -b html docs docs/_build
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ docker run -it \
--volume "$(pwd)":$project_dir_in_container \
--workdir $project_dir_in_container \
$image_name \
pytest # run pytest
pytest "$@"
Loading