Skip to content

Commit

Permalink
fixed broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashupes authored and cvvergara committed Aug 24, 2020
1 parent 5e54492 commit ba2048f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
26 changes: 8 additions & 18 deletions doc/coloring/pgr_bipartite.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,14 @@ Signatures
single: bipartite (Single Vertex) - Experimental on v3.2


.. Parameters, Inner query & result columns
Parameters
-------------------------------------------------------------------------------

============== ============ =================================================
Column Type Description
============== ============ =================================================
**edges_sql** ``TEXT`` SQL query as described above.
============== ============ =================================================

.. include:: coloring-family.rst
:start-after: parameters start
:end-before: parameters end

Inner query
-------------------------------------------------------------------------------
Expand All @@ -92,19 +91,10 @@ Inner query
Result Columns
-------------------------------------------------------------------------------

.. result columns start
Returns SET OF ``(vertex_id, color_id)``

=============== =========== ====================================================
Column Type Description
=============== =========== ====================================================
**vertex_id** ``BIGINT`` Identifier of the vertex.
**color_id** ``BIGINT`` Identifier of the color of the vertex.
`0`: `white`
`1`: `black`
.. include:: coloring-family.rst
:start-after: result columns start
:end-before: result columns end

=============== =========== ====================================================

Additional Examples
------------------------------------------------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions doc/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ linkcheck_ignore = [
# FIXME: tmp disable due to Retry-After header for rate-limiting by Github not respected
# (see: https://github.com/sphinx-doc/sphinx/issues/7388)
"https://github.com/pgRouting/pgrouting/issues/*", # limit only pgrouting
"https://docs.pgrouting.org/3.2/en/pgr_bipartite.html",
"https://docs.pgrouting.org/3.2/en/pgr_LengauerTarjanDominatorTree.html",
]

linkcheck_timeout = 20
Expand Down

0 comments on commit ba2048f

Please sign in to comment.