Skip to content

Commit

Permalink
Rename api.rst to rest_api.rst #241 #445
Browse files Browse the repository at this point in the history
    * Add rest_api.rst and installation.rst to their respective toctrees

Signed-off-by: Jono Yang <[email protected]>
  • Loading branch information
JonoYang committed Jun 3, 2024
1 parent dd9d8ed commit 3cf2904
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changelog
Next Release
----------------

- The API endpoints for ``approximate_directory_content_index``,
``approximate_directory_structure_index``, ``exact_file_index``,
``exact_package_archive_index``, ``cditems``, ``on_demand_queue`` have been
removed.

v5.0.0
---------
Expand All @@ -14,7 +18,7 @@ v5.0.0
- Support indexing of PURLs listed in https://github.com/nexB/purldb/issues/326,
https://github.com/nexB/purldb/issues/327, https://github.com/nexB/purldb/issues/328,
https://github.com/nexB/purldb/issues/329 and https://github.com/nexB/purldb/issues/356.
- Support ``addon_pipelines`` for symbol and string collection in ``/api/collect`` endpoint. https://github.com/nexB/purldb/pull/393
- Support ``addon_pipelines`` for symbol and string collection in ``/api/collect`` endpoint. https://github.com/nexB/purldb/pull/393
- Store ``source_symbols`` and ``source_strings`` in ``extra_data`` field. https://github.com/nexB/purldb/pull/351


Expand Down
1 change: 1 addition & 0 deletions docs/source/how-to-guides/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ through specific use cases:
.. toctree::
:maxdepth: 2

installation
matchcode
tutorial_symbol_and_string_collection
1 change: 1 addition & 0 deletions docs/source/purldb/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ PURLdb

overview
symbol_and_string_collection
rest_api
File renamed without changes.

0 comments on commit 3cf2904

Please sign in to comment.