Skip to content

Commit 352d100

Browse files
authored
Fix typos across documentation (#47)
1 parent ee68b3c commit 352d100

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ Eckhardt, P., Ernst, K., Fleischmann, T., Geßler, A., Schnickmann, K., Thurner,
2828

2929
The package was developed as part of Bachelor's theses:
3030

31-
- Fleischmann, T. (2025). Advances in literature search queries: Validation and translation of search strings for EBSCO host. Otto-Friedrich-University of Bamberg.
31+
- Fleischmann, T. (2025). Advances in literature search queries: Validation and translation of search strings for EBSCOHost. Otto-Friedrich-University of Bamberg.
3232
- Geßler, A. (2025). Design of an Emulator for API-based Academic Literature Searches. Otto-Friedrich-University of Bamberg.
3333
- Schnickmann, K. (2025). Validating and Parsing Academic Search Queries: A Design Science Approach. Otto-Friedrich-University of Bamberg.
3434
- Eckhardt, P. (2025). Advances in literature searches: Evaluation, analysis, and improvement of Web of Science queries. Otto-Friedrich-University of Bamberg.
3535
- Ernst, K. (2024). Towards more efficient literature search: Design of an open source query translator. Otto-Friedrich-University of Bamberg.
3636

3737
## Not what you are looking for?
3838

39-
This Python package was developed with purpose of integrating it into other literature management tools. If that isn't your use case, it might be useful for you to look at these related tools:
39+
This Python package was developed with the purpose of integrating it into other literature management tools. If that isn't your use case, it might be useful for you to look at these related tools:
4040

4141
- [LitSonar](https://litsonar.com/)
4242
- [Polyglot](https://sr-accelerator.com/#/polyglot)

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ A useful feature of parsers is the built-in **linter** functionality, which help
7272
# ^^^
7373
7474
Once we have created a :literal:`query` object, we can translate it for different databases.
75-
Note how the syntax is translated and how the search for :literal:`Title/Abstract` is spit into two elements:
75+
Note how the syntax is translated and how the search for :literal:`Title/Abstract` is split into two elements:
7676

7777
.. code-block:: python
7878
:linenos:

docs/source/translate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Translate
55

66
..
77
TODO
8-
also desribe how to translate to list format (flag/option for to-string methods)
8+
also describe how to translate to list format (flag/option for to-string methods)
99
1010
.. code-block:: python
1111
:linenos:

release-checklist.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
- Use constants.
44
- Collect release notes and update the `CHANGELOG.md`.
5-
- Update **version** and **date** and date in `CITATION.cff`.
5+
- Update **version** and **date** in `CITATION.cff`.
66
- Update the version in `pyproject.toml`.
77
- Commit the changes (`release 0.10.0`).
8-
- Push to Github. Check whether the installation, tests, and pre-commit hooks pass.
8+
- Push to GitHub. Check whether the installation, tests, and pre-commit hooks pass.
99
- Run `git tag -s $VERSION` (format: "0.9.1").
1010
- Run `pip install -e .` locally (before testing upgrade in local repositories).
1111
- Run `git push` and wait for the GitHub actions to complete successfully.
1212
- Check whether the tests pass locally (``pytest tests``).
1313
- Run `git push --atomic origin main $VERSION`.
1414

15-
- Create [new release on Github](https://github.com/CoLRev-Environment/search-query/releases/new)
15+
- Create [new release on GitHub](https://github.com/CoLRev-Environment/search-query/releases/new)
1616
- Select new tag
1717
- Enter the release notes
1818
- Publish the release

0 commit comments

Comments
 (0)