Skip to content

Commit

Permalink
Update documentation (#603)
Browse files Browse the repository at this point in the history
* Update documentation

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 29, 2025
1 parent 6c5e8b5 commit 2fe35b9
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 31 deletions.
12 changes: 6 additions & 6 deletions colrev/package_manager/package_endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,12 @@
"BACKWARD_SEARCH"
]
},
{
"package_endpoint_identifier": "colrev.plos",
"status": "|EXPERIMENTAL|",
"short_description": "TODO (:doc:`instructions </manual/packages/colrev.plos>`)",
"search_types": []
},
{
"package_endpoint_identifier": "colrev.prospero",
"status": "|EXPERIMENTAL|",
Expand All @@ -258,12 +264,6 @@
"API"
]
},
{
"package_endpoint_identifier": "colrev.plos",
"status": "|EXPERIMENTAL|",
"short_description": "TODO (:doc:`instructions </manual/packages/colrev.plos>`)",
"search_types": []
},
{
"package_endpoint_identifier": "colrev.psycinfo",
"status": "|EXPERIMENTAL|",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ colrev.constants.Fields
~Fields.PDF_ID
~Fields.PMCID
~Fields.PRESCREEN_EXCLUSION
~Fields.PROSPERO_ID
~Fields.PUBLISHER
~Fields.PUBMED_ID
~Fields.REFERENCES
Expand Down
1 change: 0 additions & 1 deletion docs/source/dev_docs/_autosummary/colrev.hooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ colrev.hooks
colrev.hooks.format
colrev.hooks.report
colrev.hooks.share
colrev.hooks.update
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,3 @@ colrev.ops.search\_api\_feed.SearchAPIFeed
~SearchAPIFeed.get_last_updated
~SearchAPIFeed.get_prev_feed_record
~SearchAPIFeed.save





.. rubric:: Attributes

.. autosummary::

~SearchAPIFeed.source_identifier
1 change: 1 addition & 0 deletions docs/source/dev_docs/_autosummary/colrev.ui_cli.cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ colrev.ui\_cli.cli
catch_exception
get_review_manager
get_search_files
select_format



Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
colrev.ui\_cli.cli.select\_format
=================================

.. currentmodule:: colrev.ui_cli.cli

.. autofunction:: select_format
12 changes: 6 additions & 6 deletions docs/source/manual/package_endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,12 @@
"BACKWARD_SEARCH"
]
},
{
"package_endpoint_identifier": "colrev.plos",
"status": "|EXPERIMENTAL|",
"short_description": "TODO (:doc:`instructions </manual/packages/colrev.plos>`)",
"search_types": []
},
{
"package_endpoint_identifier": "colrev.prospero",
"status": "|EXPERIMENTAL|",
Expand All @@ -258,12 +264,6 @@
"API"
]
},
{
"package_endpoint_identifier": "colrev.plos",
"status": "|EXPERIMENTAL|",
"short_description": "TODO (:doc:`instructions </manual/packages/colrev.plos>`)",
"search_types": []
},
{
"package_endpoint_identifier": "colrev.psycinfo",
"status": "|EXPERIMENTAL|",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/manual/packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ Packages
packages/colrev.open_library.rst
packages/colrev.osf.rst
packages/colrev.pdf_backward_search.rst
packages/colrev.prospero.rst
packages/colrev.plos.rst
packages/colrev.prospero.rst
packages/colrev.psycinfo.rst
packages/colrev.pubmed.rst
packages/colrev.scopus.rst
Expand Down
13 changes: 13 additions & 0 deletions docs/source/manual/packages/colrev-sync.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,16 @@ If BibTeX citations keys are used in the paper project, the following command re
.. code-block::
colrev-sync
CoLRev sync can also be used through pre-commit hooks, when the following is included in the ``.pre-commit-config.yaml``\ :

.. code-block::
- repo: local
hooks:
- id: colrev-hooks-update
name: "CoLRev ReviewManager: update"
entry: colrev-hooks-update
language: python
stages: [commit]
files: 'records.bib|paper.md'
15 changes: 8 additions & 7 deletions docs/source/manual/packages_overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,19 +282,20 @@
],
"endpoint_type": "search_source"
},
{
"package_endpoint_identifier": "colrev.plos",
"status": "|EXPERIMENTAL|",
"short_description": "TODO (:doc:`instructions </manual/packages/colrev.plos>`)",
"search_types": [],
"endpoint_type": "search_source"
},
{
"package_endpoint_identifier": "colrev.prospero",
"status": "|EXPERIMENTAL|",
"short_description": "TODO (:doc:`instructions </manual/packages/colrev.prospero>`)",
"search_types": [
"API"
]
},
{
"package_endpoint_identifier": "colrev.plos",
"status": "|EXPERIMENTAL|",
"short_description": "TODO (:doc:`instructions </manual/packages/colrev.plos>`)",
"search_types": [],
],
"endpoint_type": "search_source"
},
{
Expand Down

0 comments on commit 2fe35b9

Please sign in to comment.