Skip to content

Commit 54da9aa

Browse files
authored
Merge pull request #74 from haddocking/link-fix
Fix links
2 parents 0f84dc7 + dc48e90 commit 54da9aa

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The sections below outline the steps in each case.
3939
1. lint your code with `uvx ruff check` (use `uvx ruff check --fix` to fix issues automatically);
4040
1. type check your code with `uv run pyrefly check src tests`;
4141
1. prevent code duplication, detect with `npx jscpd src`;
42-
1. update or expand the documentation (see [Contributing with documentation](#contributing-with-documentation) section below);
42+
1. update or expand the documentation (see [Contributing to documentation](#contributing-to-documentation) section below);
4343
1. [push](http://rogerdudler.github.io/git-guide/) your feature branch to (your fork of) the protein-quest repository on GitHub;
4444
1. create the pull request, e.g. following the instructions [here](https://help.github.com/articles/creating-a-pull-request/).
4545

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pip install git+https://github.com/haddocking/protein-quest.git
7777

7878
The main entry point is the `protein-quest` command line tool which has multiple subcommands to perform actions.
7979

80-
To use programmaticly, see the [Jupyter notebooks](https://www.bonvinlab.org/protein-quest/notebooks) and [API documentation](https://www.bonvinlab.org/protein-quest/autoapi/summary/).
80+
To use programmaticly, see the [Jupyter notebooks](https://www.bonvinlab.org/protein-quest/notebooks) and [API documentation](https://www.bonvinlab.org/protein-quest/autoapi/protein_quest/).
8181

8282
While downloading or copying files it uses a global cache (located at `~/.cache/protein-quest`) and hardlinks to save disk space and improve speed.
8383
This behavior can be customized with the `--no-cache`, `--cache-dir`, and `--copy-method` command line arguments.
@@ -275,7 +275,7 @@ The mcp server contains an prompt template to search/retrieve/filter candidate s
275275

276276
## Shell autocompletion
277277

278-
The `protein-quest` command line tool supports shell autocompletion using [shtab](https://shtab.readthedocs.io/).
278+
The `protein-quest` command line tool supports shell autocompletion using [shtab](https://docs.iterative.ai/shtab).
279279

280280
Initialize for bash shell with:
281281

src/protein_quest/alphafold/fetch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ def relative_to(self, session_dir: Path) -> "AlphaFoldEntry":
114114
"""Convert paths in an AlphaFoldEntry to be relative to the session directory.
115115
116116
Args:
117-
entry: An AlphaFoldEntry instance with absolute paths.
118117
session_dir: The session directory to which the paths should be made relative.
119118
120119
Returns:

0 commit comments

Comments
 (0)