Skip to content

Commit ec6d97c

Browse files
authored
docs: fix link to github.com/snakemake/poetry-snakemake-plugin (snakemake#3436)
<!--Add a description of your PR here--> ### QC <!-- Make sure that you can tick the boxes below. --> * [ ] The PR contains a test case for the changes or the changes are already covered by an existing test case. * [ ] The documentation (`docs/`) is updated to reflect the changes or this is not necessary (e.g. if the change does neither modify the language nor the behavior or functionalities of Snakemake).
1 parent 22978c3 commit ec6d97c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/project_info/codebase.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Plugin authors can extend the catalog documentation for their plugin by providin
144144
Scaffolding
145145
"""""""""""
146146

147-
Via `poetry <https://github.com/snakemake/poetry-plugin-snakemake>`__, plugins can be automatically scaffolded, leading to all files for plugin implementation, testing and package building being generated as skeletons.
147+
Via `poetry <https://github.com/snakemake/poetry-snakemake-plugin>`__, plugins can be automatically scaffolded, leading to all files for plugin implementation, testing and package building being generated as skeletons.
148148
The developer then only needs to implement extensively annotated abstract methods of base classes provided by the respective interface package.
149149
After pushing the plugin code into a new GitHub repository, testing, release-automation, and pypi upload then work out of the box.
150150

@@ -221,4 +221,4 @@ An example class (in this case for storage plugins) created by the scaffold comm
221221
Once all methods of all scaffolded classes are implemented, the plugin is ready to be tested.
222222

223223
Continuous testing is conducted via Github Actions, defined in the file ``.github/workflows/ci.yml``.
224-
In case the testing needs additional software or services to be deployed for the plugin to be tested, this can happen inside that file, prior to the step that invokes pytest.
224+
In case the testing needs additional software or services to be deployed for the plugin to be tested, this can happen inside that file, prior to the step that invokes pytest.

0 commit comments

Comments
 (0)