Skip to content

Commit 8cc46e1

Browse files
authored
Merge pull request #6 from jvachier/jv/fix_doc
Removing redundant text.
2 parents 40a5c85 + 3f080ab commit 8cc46e1

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

.github/workflows/tests.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,24 @@ name: Tests
33
on:
44
push:
55
branches: [ main ]
6+
paths:
7+
- 'main.py'
8+
- 'app_run.py'
9+
- 'src/**'
10+
- 'scripts/**'
11+
- 'tests/**'
12+
- 'pyproject.toml'
13+
- '.github/workflows/tests.yml'
614
pull_request:
715
branches: [ main ]
16+
paths:
17+
- 'main.py'
18+
- 'app_run.py'
19+
- 'src/**'
20+
- 'scripts/**'
21+
- 'tests/**'
22+
- 'pyproject.toml'
23+
- '.github/workflows/tests.yml'
824

925
jobs:
1026
test:

CONTRIBUTING.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -271,16 +271,3 @@ Common security issues to avoid:
271271
- Command injection in subprocess calls
272272
- Unsafe deserialization
273273
- Hardcoded secrets
274-
275-
## Questions?
276-
277-
- **Issues**: Open a [GitHub Issue](https://github.com/jvachier/scientific-literature-rag/issues)
278-
- **Discussions**: Use [GitHub Discussions](https://github.com/jvachier/scientific-literature-rag/discussions)
279-
280-
## License
281-
282-
By contributing, you agree that your contributions will be licensed under the MIT License.
283-
284-
---
285-
286-
Thank you for contributing! Your work helps make scientific research more accessible.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,8 +716,6 @@ Contributions are welcome! Please:
716716

717717
Apache License 2.0 - see LICENSE file for details
718718

719-
Copyright 2025 Jeremy Vachier
720-
721719
## Citation
722720

723721
If you use this tool in your research, please cite:

0 commit comments

Comments
 (0)