Commit f00edbc
Ang
While closing the pyOpenSci review issues, a handful of places were missed. This commit finishes the cleanup:
#6 README / docs/index.rst / docs/faq.rst no longer advertise OpenAlex and dblp as data sources - they were never wired into the code. Replaced with the sources that *are* actually queried (OpenAIRE/BASE, GitHub, Google Scholar).
#11 docs/api/pipeline.rst was still describing classes and methods that do not exist (Validator / Identifier / Completer / Formatter, set_source_priority, set_timeout, add_template_path, routing based on 'medical' vs 'CS' queries). Rewritten to match the real ParserModule / IdentifierModule / EnricherModule / FormatterModule surface and the actual confidence-based identification logic.
#28 README quick-start example used 'journal = arXiv preprint' inside an @inproceedings entry - exactly the symptom the issue reported. Fixed by using 'booktitle = Advances in Neural Information Processing Systems (NeurIPS)'. Same fix applied to docs/quick_start.rst.
#31/#32 APA and MLA renderers were removed, but several docs and docstrings still advertised them. Updated docs/output_formats.rst (rewritten BibTeX-only), docs/faq.rst, docs/quick_start.rst, docs/python_api.rst, docs/templates.rst, docs/index.rst and docstrings in core.py / formatter.py to only mention BibTeX. Users wanting APA/MLA are pointed at pandoc / citeproc-py.
No code behavior changed.
1 parent 9be0085 commit f00edbc
10 files changed
Lines changed: 295 additions & 636 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
10 | 17 | | |
11 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
12 | 35 | | |
13 | 36 | | |
14 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | 81 | | |
83 | | - | |
84 | 82 | | |
85 | 83 | | |
86 | 84 | | |
| |||
150 | 148 | | |
151 | 149 | | |
152 | 150 | | |
153 | | - | |
| 151 | + | |
154 | 152 | | |
155 | 153 | | |
156 | 154 | | |
| |||
0 commit comments