Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move from code to rst #54

Merged
merged 24 commits into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
85fe245
(doc) max chars aprox 80 per line
cvvergara Aug 3, 2024
a4158ec
(doc) jobs_input.c -> concepts.rst
cvvergara Jul 30, 2024
0d0e6fa
(doc) shipments_input.c -> concepts.rst
cvvergara Jul 30, 2024
8ca797c
(doc) breaks_input.c -> concepts.rst
cvvergara Jul 30, 2024
e630496
(doc) breaks_input.c -> concepts.rst
cvvergara Aug 4, 2024
5758cee
(doc) vehicles_input.c -> concepts.rst
cvvergara Jul 30, 2024
67c6b3d
(doc) time_windows_input.c -> concepts.rst
cvvergara Aug 3, 2024
9983350
(doc) matrix_input.c -> concepts.rst
cvvergara Jul 30, 2024
058a73b
(docq) Adding query for timestamp and interval values
cvvergara Aug 4, 2024
5399277
(doc) vrp_vroom.sql -> *.rst
cvvergara Aug 4, 2024
023cf7d
(doc) vrp_vroomPlain.sql -> *.rst
cvvergara Aug 4, 2024
7b77d66
(doc) vrp_vroomJobs.sql -> *.rst
cvvergara Aug 4, 2024
117a53e
(doc) vrp_vroomJobsPlain.sql -> *.rst
cvvergara Aug 4, 2024
e4845ac
(doc) vrp_vroomShipments.sql -> *.rst
cvvergara Aug 4, 2024
876ab69
(doc) vrp_vroomShipmentsPlain.sql -> *.rst
cvvergara Aug 4, 2024
07ad936
(doc) matrixRows_input.c -> *.rst
cvvergara Aug 4, 2024
71bf98e
(doc) orders_input.c -> *.rst
cvvergara Aug 4, 2024
7c03ad0
(doc) vehicles_input.c -> *.rst
cvvergara Aug 4, 2024
056faa1
(doc) pgr_pickDeliver.sql -> *.rst
cvvergara Aug 4, 2024
2d6df0c
(doc) pgr_pickDeliverEuclidean.sql -> *.rst
cvvergara Aug 4, 2024
349a574
(doc) or_tools -> *.rst
cvvergara Aug 4, 2024
a567dc3
(NEWS) Adjusting news
cvvergara Aug 4, 2024
03d6ff4
Update locale: commit for hash a567dc3
github-actions[bot] Aug 4, 2024
c9f6669
(docq/general) Adjusting timestamp to CI test
cvvergara Aug 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on Github.
**Code reorganization**

* Renamed files to be compiled as C++ with .hpp & .cpp extensions
* Moved sphinx doc from .c files .rst files


**Documentation queries**
Expand Down
1 change: 1 addition & 0 deletions configuration.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ optimizers | Y | N | N
initialsol | Y | N | N
vroom | Y | Y | Y
or_tools | N | Y | Y
general | N | N | Y
2 changes: 0 additions & 2 deletions doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ set(PGR_DOCUMENTATION_SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}")
message(STATUS "PGR_DOCUMENTATION_BUILD_DIR = ${PGR_DOCUMENTATION_BUILD_DIR}")


add_subdirectory(general)

#---------------------------------------------
# Adding documentation directories
#---------------------------------------------
Expand Down
4 changes: 4 additions & 0 deletions doc/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -330,4 +330,8 @@ linkcheck_anchors = False
rst_epilog="""
.. |ANY-INTEGER| replace:: :abbr:`ANY-INTEGER(SMALLINT, INTEGER, BIGINT)`
.. |ANY-NUMERICAL| replace:: :abbr:`ANY-NUMERICAL(SMALLINT, INTEGER, BIGINT, REAL, FLOAT)`
.. |MAX-BIGINT| replace:: :abbr:`MAX-BIGINT(9223372036854775807)`
.. |br| raw:: html

</p><li><p>
"""
Loading