Skip to content

Commit 0c05053

Browse files
Update users documentation for 0.5.0 (tag v0.5.0)
1 parent b6351a4 commit 0c05053

File tree

194 files changed

+3015
-53753
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+3015
-53753
lines changed

v0/en/.buildinfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
2-
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 7d6d74476039e7fa6a253576fd06bae2
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: c6c08549a670797b9df37c7f58739e5e
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

v0/en/_images/Fig6-undirected.png

-14.9 KB
Binary file not shown.

v0/en/_images/ccbysa.png

-2.91 KB
Loading
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# CMAKE generated file: DO NOT EDIT!
2+
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
3+
4+
# Relative path conversion top directories.
5+
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/runner/work/vrprouting/vrprouting")
6+
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/runner/work/vrprouting/vrprouting/build")
7+
8+
# Force unix paths in dependencies.
9+
set(CMAKE_FORCE_UNIX_PATHS 1)
10+
11+
12+
# The C and CXX include file regular expressions for this directory.
13+
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
14+
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
15+
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
16+
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0

v0/en/_static/Makefile

Lines changed: 189 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,189 @@
1+
# CMAKE generated file: DO NOT EDIT!
2+
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
3+
4+
# Default target executed when no arguments are given to make.
5+
default_target: all
6+
.PHONY : default_target
7+
8+
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
9+
.NOTPARALLEL:
10+
11+
#=============================================================================
12+
# Special targets provided by cmake.
13+
14+
# Disable implicit rules so canonical targets will work.
15+
.SUFFIXES:
16+
17+
# Disable VCS-based implicit rules.
18+
% : %,v
19+
20+
# Disable VCS-based implicit rules.
21+
% : RCS/%
22+
23+
# Disable VCS-based implicit rules.
24+
% : RCS/%,v
25+
26+
# Disable VCS-based implicit rules.
27+
% : SCCS/s.%
28+
29+
# Disable VCS-based implicit rules.
30+
% : s.%
31+
32+
.SUFFIXES: .hpux_make_needs_suffix_list
33+
34+
# Command-line flag to silence nested $(MAKE).
35+
$(VERBOSE)MAKESILENT = -s
36+
37+
#Suppress display of executed commands.
38+
$(VERBOSE).SILENT:
39+
40+
# A target that is always out of date.
41+
cmake_force:
42+
.PHONY : cmake_force
43+
44+
#=============================================================================
45+
# Set environment variables for the build.
46+
47+
# The shell in which to execute make rules.
48+
SHELL = /bin/sh
49+
50+
# The CMake executable.
51+
CMAKE_COMMAND = /usr/local/bin/cmake
52+
53+
# The command to remove a file.
54+
RM = /usr/local/bin/cmake -E rm -f
55+
56+
# Escaping for special characters.
57+
EQUALS = =
58+
59+
# The top-level source directory on which CMake was run.
60+
CMAKE_SOURCE_DIR = /home/runner/work/vrprouting/vrprouting
61+
62+
# The top-level build directory on which CMake was run.
63+
CMAKE_BINARY_DIR = /home/runner/work/vrprouting/vrprouting/build
64+
65+
#=============================================================================
66+
# Targets provided globally by CMake.
67+
68+
# Special rule for the target edit_cache
69+
edit_cache:
70+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
71+
/usr/local/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
72+
.PHONY : edit_cache
73+
74+
# Special rule for the target edit_cache
75+
edit_cache/fast: edit_cache
76+
.PHONY : edit_cache/fast
77+
78+
# Special rule for the target rebuild_cache
79+
rebuild_cache:
80+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
81+
/usr/local/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
82+
.PHONY : rebuild_cache
83+
84+
# Special rule for the target rebuild_cache
85+
rebuild_cache/fast: rebuild_cache
86+
.PHONY : rebuild_cache/fast
87+
88+
# Special rule for the target list_install_components
89+
list_install_components:
90+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
91+
.PHONY : list_install_components
92+
93+
# Special rule for the target list_install_components
94+
list_install_components/fast: list_install_components
95+
.PHONY : list_install_components/fast
96+
97+
# Special rule for the target install
98+
install: preinstall
99+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
100+
/usr/local/bin/cmake -P cmake_install.cmake
101+
.PHONY : install
102+
103+
# Special rule for the target install
104+
install/fast: preinstall/fast
105+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
106+
/usr/local/bin/cmake -P cmake_install.cmake
107+
.PHONY : install/fast
108+
109+
# Special rule for the target install/local
110+
install/local: preinstall
111+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
112+
/usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
113+
.PHONY : install/local
114+
115+
# Special rule for the target install/local
116+
install/local/fast: preinstall/fast
117+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
118+
/usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
119+
.PHONY : install/local/fast
120+
121+
# Special rule for the target install/strip
122+
install/strip: preinstall
123+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
124+
/usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
125+
.PHONY : install/strip
126+
127+
# Special rule for the target install/strip
128+
install/strip/fast: preinstall/fast
129+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
130+
/usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
131+
.PHONY : install/strip/fast
132+
133+
# The main all target
134+
all: cmake_check_build_system
135+
cd /home/runner/work/vrprouting/vrprouting/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/vrprouting/vrprouting/build/CMakeFiles /home/runner/work/vrprouting/vrprouting/build/doc/_static//CMakeFiles/progress.marks
136+
cd /home/runner/work/vrprouting/vrprouting/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 doc/_static/all
137+
$(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/vrprouting/vrprouting/build/CMakeFiles 0
138+
.PHONY : all
139+
140+
# The main clean target
141+
clean:
142+
cd /home/runner/work/vrprouting/vrprouting/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 doc/_static/clean
143+
.PHONY : clean
144+
145+
# The main clean target
146+
clean/fast: clean
147+
.PHONY : clean/fast
148+
149+
# Prepare targets for installation.
150+
preinstall: all
151+
cd /home/runner/work/vrprouting/vrprouting/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 doc/_static/preinstall
152+
.PHONY : preinstall
153+
154+
# Prepare targets for installation.
155+
preinstall/fast:
156+
cd /home/runner/work/vrprouting/vrprouting/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 doc/_static/preinstall
157+
.PHONY : preinstall/fast
158+
159+
# clear depends
160+
depend:
161+
cd /home/runner/work/vrprouting/vrprouting/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
162+
.PHONY : depend
163+
164+
# Help Target
165+
help:
166+
@echo "The following are some of the valid targets for this Makefile:"
167+
@echo "... all (the default if no target is provided)"
168+
@echo "... clean"
169+
@echo "... depend"
170+
@echo "... edit_cache"
171+
@echo "... install"
172+
@echo "... install/local"
173+
@echo "... install/strip"
174+
@echo "... list_install_components"
175+
@echo "... rebuild_cache"
176+
.PHONY : help
177+
178+
179+
180+
#=============================================================================
181+
# Special targets to cleanup operation of make.
182+
183+
# Special rule to run CMake to check the build system integrity.
184+
# No rule that depends on this can have commands that come from listfiles
185+
# because they might be regenerated.
186+
cmake_check_build_system:
187+
cd /home/runner/work/vrprouting/vrprouting/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
188+
.PHONY : cmake_check_build_system
189+

v0/en/_static/basic.css

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* basic.css
3-
* ~~~~~~~~~
4-
*
52
* Sphinx stylesheet -- basic theme.
6-
*
7-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114

125
/* -- main layout ----------------------------------------------------------- */
@@ -115,15 +108,11 @@ img {
115108
/* -- search page ----------------------------------------------------------- */
116109

117110
ul.search {
118-
margin: 10px 0 0 20px;
119-
padding: 0;
111+
margin-top: 10px;
120112
}
121113

122114
ul.search li {
123-
padding: 5px 0 5px 20px;
124-
background-image: url(file.png);
125-
background-repeat: no-repeat;
126-
background-position: 0 7px;
115+
padding: 5px 0;
127116
}
128117

129118
ul.search li a {
@@ -752,14 +741,6 @@ abbr, acronym {
752741
cursor: help;
753742
}
754743

755-
.translated {
756-
background-color: rgba(207, 255, 207, 0.2)
757-
}
758-
759-
.untranslated {
760-
background-color: rgba(255, 207, 207, 0.2)
761-
}
762-
763744
/* -- code displays --------------------------------------------------------- */
764745

765746
pre {

0 commit comments

Comments
 (0)