Skip to content

Commit

Permalink
Update notes2news script and applying it
Browse files Browse the repository at this point in the history
(cherry picked from commit 61c9785)
  • Loading branch information
cvvergara committed Feb 6, 2024
1 parent d809b26 commit a7ee4de
Show file tree
Hide file tree
Showing 8 changed files with 1,893 additions and 1,754 deletions.
1,712 changes: 1 addition & 1,711 deletions NEWS

Large diffs are not rendered by default.

1,689 changes: 1,689 additions & 0 deletions NEWS.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ rst_epilog="""
.. |result-disjoint-m-m| replace:: ``(seq, path_id, path_seq, start_vid, end_vid, node, edge, cost, agg_cost)``
.. |result-mincut| replace:: ``(seq, edge, cost, mincut)``
.. |result-pickdrop| replace:: ``(seq, vehicle_number, vehicle_id, stop, order_id, stop_type, cargo, travel_time, arrival_time, wait_time, service_time, departure_time)``

.. |epilog_end| replace:: just a marker for notes2news
"""

# Create a compressed PDF
Expand Down
9 changes: 0 additions & 9 deletions doc/driving_distance/drivingDistance-category.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ Parameters

Where:

:ANY-INTEGER: ``SMALLINT``, ``INTEGER``, ``BIGINT``
:ANY-NUMERIC: ``SMALLINT``, ``INTEGER``, ``BIGINT``, ``REAL``, ``FLOAT``

.. mst-dd-params_end
Expand Down Expand Up @@ -153,16 +152,8 @@ Returns set of |result-spantree|
- ``FLOAT``
- Aggregate cost from ``start_vid`` to ``node``.

Where:

:ANY-INTEGER: SMALLINT, INTEGER, BIGINT
:ANY-NUMERIC: SMALLINT, INTEGER, BIGINT, REAL, FLOAT, NUMERIC

.. spantree-result-columns-end
.. NOTE:: Column ``pred`` only applies to :doc:`pgr_drivingDistance` and
:doc:`pgr_withPointsDD`.

See Also
-------------------------------------------------------------------------------

Expand Down
6 changes: 3 additions & 3 deletions doc/driving_distance/pgr_drivingDistance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

.. rubric:: Availability

:Version 3.6.0:
.. rubric:: Version 3.6.0

* Standarizing output columns to |result-spantree|

Expand All @@ -35,12 +35,12 @@
* Result column name change: ``from_v`` to ``start_vid``.
* Added ``depth`` and ``pred`` result columns.

:Version 2.1.0:
.. rubric:: Version 2.1.0

* Signature change pgr_drivingDistance(single vertex)
* New **Official** pgr_drivingDistance(multiple vertices)

:Version 2.0.0:
.. rubric:: Version 2.0.0

* Official:: pgr_drivingDistance(single vertex)

Expand Down
9 changes: 9 additions & 0 deletions doc/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@ Available Functions but not official pgRouting functions
:doc:`release_notes`
===============================================================================

Current release
-------------------------------------------------------------------------------
.. include:: release_notes.rst
:start-after: 0%22>`_
:end-before: pgRouting 3.6

All releases
-------------------------------------------------------------------------------

.. toctree::
:maxdepth: 2

Expand Down
Loading

0 comments on commit a7ee4de

Please sign in to comment.