Skip to content

Commit ba8435e

Browse files
Update documentation for main: commit fb86c6f
1 parent 764bfef commit ba8435e

File tree

195 files changed

+19488
-18541
lines changed

Some content is hidden

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

195 files changed

+19488
-18541
lines changed

2.9/en/.buildinfo

+2-2
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: 6ba7412c7dcefbcba6206c913a64e721
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 9de2d26d6efd5153e3e3cd8c9937837d
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
60 Bytes
Binary file not shown.
-10 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.
77 Bytes
Binary file not shown.
-318 KB
Binary file not shown.

2.9/en/.doctrees/basic/data.doctree

5.49 KB
Binary file not shown.
132 KB
Binary file not shown.
238 KB
Binary file not shown.
-35.1 KB
Binary file not shown.
126 KB
Binary file not shown.
136 KB
Binary file not shown.

2.9/en/.doctrees/environment.pickle

-2.01 MB
Binary file not shown.
-10 Bytes
Binary file not shown.
-9 Bytes
Binary file not shown.
-10 Bytes
Binary file not shown.
270 Bytes
Binary file not shown.
203 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.

2.9/en/.doctrees/index.doctree

-446 Bytes
Binary file not shown.
-5 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.
27 Bytes
Binary file not shown.
-95.8 KB
Binary file not shown.

2.9/en/.doctrees/un_sdg/data.doctree

-632 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
31.3 KB
Binary file not shown.
145 KB
Binary file not shown.
26.3 KB
Binary file not shown.

2.9/en/_images/ad11.png

324 KB

2.9/en/_images/ad7.png

395 KB

2.9/en/_images/ad8.png

389 KB

2.9/en/_images/ch7-e1.png

-121 KB
Binary file not shown.

2.9/en/_images/ch7-e2.png

-693 KB
Binary file not shown.

2.9/en/_images/ch7-e4.png

-63.6 KB

2.9/en/_images/ch7-e6.png

372 KB

2.9/en/_images/ch7-e8-1.png

-46.5 KB
Binary file not shown.

2.9/en/_images/ch7-e8.png

-55 KB

2.9/en/_images/detailofroute9.png

-207 KB
Binary file not shown.

2.9/en/_images/erosion.png

58.8 KB
-150 KB
Binary file not shown.

2.9/en/_images/pedestrian-route1.png

-342 KB
Binary file not shown.

2.9/en/_images/pedestrian-route2.png

-345 KB
Binary file not shown.

2.9/en/_images/pedestrian-route4.png

-352 KB
Binary file not shown.

2.9/en/_images/pedestrian-route5.png

-370 KB
Binary file not shown.
752 KB
244 KB

2.9/en/_images/pedestrian_route1.png

739 KB

2.9/en/_images/pedestrian_route2.png

739 KB

2.9/en/_images/pedestrian_route4.png

742 KB

2.9/en/_images/pedestrian_route5.png

767 KB

2.9/en/_images/remove_waterways.png

116 KB

2.9/en/_images/route.png

396 KB
204 KB

2.9/en/_images/taxi_net.png

657 KB

2.9/en/_images/vehicle_net.png

341 KB

2.9/en/_images/walk-net.png

-163 KB
Binary file not shown.

2.9/en/_images/walk_net.png

339 KB

2.9/en/_static/basic.css

+2-13
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-2023 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 {

2.9/en/_static/bootstrap-sphinx.css

+42-76
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717

1818

19-
@import url("./bootstrap-3.4.1/css/bootstrap.min.css");
20-
@import url("./bootstrap-3.4.1/css/bootstrap-theme.min.css");
19+
@import url("./bootstrap-2.3.2/css/bootstrap.min.css");
20+
@import url("./bootstrap-2.3.2/css/bootstrap-responsive.min.css");
2121

2222

2323
/*
@@ -54,6 +54,8 @@
5454

5555

5656

57+
@media (min-width: 980px) {
58+
5759

5860
body {
5961

@@ -67,6 +69,8 @@
6769
}
6870

6971

72+
}
73+
7074

7175
.navbar-inner {
7276
padding-left: 12px !important;
@@ -129,93 +133,55 @@ table.field-list {
129133

130134

131135

132-
/* The code below is based on the bootstrap website sidebar */
133-
134-
.bs-sidenav.affix {
135-
position: static;
136-
}
137-
138-
/* First level of nav */
139136
.bs-sidenav {
140-
margin-top: 30px;
141-
margin-bottom: 30px;
142-
padding-top: 10px;
143-
padding-bottom: 10px;
144-
text-shadow: 0 1px 0 #fff;
145-
background-color: #f7f5fa;
146-
border-radius: 5px;
137+
width: 228px;
138+
margin: 30px 0 0;
139+
padding: 10px 0 0 5px;
147140
}
148141

149-
/* All levels of nav */
150-
.bs-sidenav .nav > li > a {
151-
display: block;
152-
color: #716b7a;
153-
padding: 5px 20px;
154-
}
155-
.bs-sidenav .nav > li > a:hover,
156-
.bs-sidenav .nav > li > a:focus {
157-
text-decoration: none;
158-
background-color: #e5e3e9;
159-
border-right: 1px solid #dbd8e0;
160-
}
161-
.bs-sidenav .nav > .active > a,
162-
.bs-sidenav .nav > .active:hover > a,
163-
.bs-sidenav .nav > .active:focus > a {
164-
font-weight: bold;
165-
color: #563d7c;
166-
background-color: transparent;
167-
border-right: 1px solid #563d7c;
142+
.bs-sidenav ul{
143+
list-style-type: none;
144+
padding-left: 25px;
145+
margin-left: 0; /* bootstrap 2 compatability. */
168146
}
169147

170-
.bs-sidenav .nav .nav > li > a {
171-
padding-top: 3px;
172-
padding-bottom: 3px;
173-
padding-left: 30px;
174-
font-size: 90%;
148+
@media (min-width: 1200px) {
149+
.bs-sidenav {
150+
width: 258px;
151+
}
175152
}
176153

177-
.bs-sidenav .nav .nav .nav > li > a {
178-
padding-top: 3px;
179-
padding-bottom: 3px;
180-
padding-left: 40px;
181-
font-size: 90%;
154+
/* Desktop
155+
------------------------- */
156+
@media (max-width: 980px) {
157+
.bs-sidenav {
158+
width: 218px;
159+
margin-top: 30px;
160+
margin-right: 0;
161+
}
182162
}
183163

184-
.bs-sidenav .nav .nav .nav .nav > li > a {
185-
padding-top: 3px;
186-
padding-bottom: 3px;
187-
padding-left: 50px;
188-
font-size: 90%;
164+
/* Tablet to desktop
165+
------------------------- */
166+
@media (min-width: 768px) and (max-width: 979px) {
167+
.bs-sidenav {
168+
width: 166px;
169+
margin-top: 20px;
170+
}
189171
}
190172

191-
/* Show and affix the side nav when space allows it */
192-
@media screen and (min-width: 992px) {
193-
.bs-sidenav .nav > .active > ul {
194-
display: block;
195-
}
196-
/* Widen the fixed sidenav */
197-
.bs-sidenav.affix,
198-
.bs-sidenav.affix-bottom {
199-
width: 213px;
200-
}
201-
.bs-sidenav.affix {
202-
position: fixed; /* Undo the static from mobile first approach */
203-
}
204-
.bs-sidenav.affix-bottom {
205-
position: absolute; /* Undo the static from mobile first approach */
173+
/* Tablet
174+
------------------------- */
175+
@media (max-width: 767px) {
176+
.navbar-version {
177+
padding-left: 5px;
206178
}
207-
.bs-sidenav.affix-bottom .bs-sidenav,
208-
.bs-sidenav.affix .bs-sidenav {
209-
margin-top: 0;
210-
margin-bottom: 0;
179+
.bs-sidenav {
180+
width: auto;
181+
margin-bottom: 20px;
211182
}
212-
}
213-
@media screen and (min-width: 1200px) {
214-
/* Widen the fixed sidenav again */
215-
.bs-sidenav.affix-bottom,
216183
.bs-sidenav.affix {
217-
width: 263px;
184+
position: static;
185+
top: 0;
218186
}
219187
}
220-
221-

2.9/en/_static/bootstrap-sphinx.js

-30
Original file line numberDiff line numberDiff line change
@@ -90,36 +90,6 @@
9090
$(".bs-sidenav > ul > li > a").addClass("nav-header");
9191

9292

93-
// back to top
94-
setTimeout(function () {
95-
var $sideBar = $(".bs-sidenav");
96-
var $content = $(".content");
97-
98-
// Enlarge content if sidebar is larger.
99-
if ($sideBar.outerHeight(true) > $content.outerHeight(true)) {
100-
$content.css("min-height", $sideBar.outerHeight(true));
101-
}
102-
103-
$sideBar
104-
// Add affix.
105-
.affix({
106-
offset: {
107-
top: function () {
108-
var offsetTop = $sideBar.offset().top;
109-
var sideBarMargin = parseInt($sideBar.css("margin-top"), 10);
110-
var navOuterHeight = $("#navbar").outerHeight(true);
111-
112-
return (this.top = offsetTop - navOuterHeight);
113-
},
114-
bottom: function () {
115-
return (this.bottom = $(".footer").outerHeight(true));
116-
}
117-
}
118-
})
119-
// Trigger to reset if page content is scrolled to bottom.
120-
.trigger("scroll.bs.affix.data-api");
121-
}, 0);
122-
12393

12494
// Local TOC.
12595
patchToc($("ul.localtoc"), 2);

2.9/en/_static/doctools.js

-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* doctools.js
3-
* ~~~~~~~~~~~
4-
*
52
* Base JavaScript utilities for all Sphinx HTML documentation.
6-
*
7-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114
"use strict";
125

2.9/en/_static/documentation_options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '2.9.0',
2+
VERSION: '3.0.0-dev',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

2.9/en/_static/language_data.js

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
/*
2-
* language_data.js
3-
* ~~~~~~~~~~~~~~~~
4-
*
52
* This script contains the language-specific data used by searchtools.js,
63
* namely the list of stopwords, stemmer, scorer and splitter.
7-
*
8-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
9-
* :license: BSD, see LICENSE for details.
10-
*
114
*/
125

136
var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"];
147

158

16-
/* Non-minified version is copied as a separate JS file, is available */
9+
/* Non-minified version is copied as a separate JS file, if available */
1710

1811
/**
1912
* Porter Stemmer

2.9/en/_static/pygments.css

+33-33
Original file line numberDiff line numberDiff line change
@@ -6,70 +6,70 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
66
.highlight .hll { background-color: #ffffcc }
77
.highlight { background: #eeffcc; }
88
.highlight .c { color: #408090; font-style: italic } /* Comment */
9-
.highlight .err { border: 1px solid #FF0000 } /* Error */
9+
.highlight .err { border: 1px solid #F00 } /* Error */
1010
.highlight .k { color: #007020; font-weight: bold } /* Keyword */
11-
.highlight .o { color: #666666 } /* Operator */
11+
.highlight .o { color: #666 } /* Operator */
1212
.highlight .ch { color: #408090; font-style: italic } /* Comment.Hashbang */
1313
.highlight .cm { color: #408090; font-style: italic } /* Comment.Multiline */
1414
.highlight .cp { color: #007020 } /* Comment.Preproc */
1515
.highlight .cpf { color: #408090; font-style: italic } /* Comment.PreprocFile */
1616
.highlight .c1 { color: #408090; font-style: italic } /* Comment.Single */
17-
.highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */
17+
.highlight .cs { color: #408090; background-color: #FFF0F0 } /* Comment.Special */
1818
.highlight .gd { color: #A00000 } /* Generic.Deleted */
1919
.highlight .ge { font-style: italic } /* Generic.Emph */
2020
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
21-
.highlight .gr { color: #FF0000 } /* Generic.Error */
21+
.highlight .gr { color: #F00 } /* Generic.Error */
2222
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
2323
.highlight .gi { color: #00A000 } /* Generic.Inserted */
24-
.highlight .go { color: #333333 } /* Generic.Output */
25-
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
24+
.highlight .go { color: #333 } /* Generic.Output */
25+
.highlight .gp { color: #C65D09; font-weight: bold } /* Generic.Prompt */
2626
.highlight .gs { font-weight: bold } /* Generic.Strong */
2727
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
28-
.highlight .gt { color: #0044DD } /* Generic.Traceback */
28+
.highlight .gt { color: #04D } /* Generic.Traceback */
2929
.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
3030
.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
3131
.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
3232
.highlight .kp { color: #007020 } /* Keyword.Pseudo */
3333
.highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
3434
.highlight .kt { color: #902000 } /* Keyword.Type */
3535
.highlight .m { color: #208050 } /* Literal.Number */
36-
.highlight .s { color: #4070a0 } /* Literal.String */
37-
.highlight .na { color: #4070a0 } /* Name.Attribute */
36+
.highlight .s { color: #4070A0 } /* Literal.String */
37+
.highlight .na { color: #4070A0 } /* Name.Attribute */
3838
.highlight .nb { color: #007020 } /* Name.Builtin */
39-
.highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
40-
.highlight .no { color: #60add5 } /* Name.Constant */
41-
.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */
42-
.highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */
39+
.highlight .nc { color: #0E84B5; font-weight: bold } /* Name.Class */
40+
.highlight .no { color: #60ADD5 } /* Name.Constant */
41+
.highlight .nd { color: #555; font-weight: bold } /* Name.Decorator */
42+
.highlight .ni { color: #D55537; font-weight: bold } /* Name.Entity */
4343
.highlight .ne { color: #007020 } /* Name.Exception */
44-
.highlight .nf { color: #06287e } /* Name.Function */
44+
.highlight .nf { color: #06287E } /* Name.Function */
4545
.highlight .nl { color: #002070; font-weight: bold } /* Name.Label */
46-
.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
46+
.highlight .nn { color: #0E84B5; font-weight: bold } /* Name.Namespace */
4747
.highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */
48-
.highlight .nv { color: #bb60d5 } /* Name.Variable */
48+
.highlight .nv { color: #BB60D5 } /* Name.Variable */
4949
.highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */
50-
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
50+
.highlight .w { color: #BBB } /* Text.Whitespace */
5151
.highlight .mb { color: #208050 } /* Literal.Number.Bin */
5252
.highlight .mf { color: #208050 } /* Literal.Number.Float */
5353
.highlight .mh { color: #208050 } /* Literal.Number.Hex */
5454
.highlight .mi { color: #208050 } /* Literal.Number.Integer */
5555
.highlight .mo { color: #208050 } /* Literal.Number.Oct */
56-
.highlight .sa { color: #4070a0 } /* Literal.String.Affix */
57-
.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */
58-
.highlight .sc { color: #4070a0 } /* Literal.String.Char */
59-
.highlight .dl { color: #4070a0 } /* Literal.String.Delimiter */
60-
.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
61-
.highlight .s2 { color: #4070a0 } /* Literal.String.Double */
62-
.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
63-
.highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */
64-
.highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
65-
.highlight .sx { color: #c65d09 } /* Literal.String.Other */
56+
.highlight .sa { color: #4070A0 } /* Literal.String.Affix */
57+
.highlight .sb { color: #4070A0 } /* Literal.String.Backtick */
58+
.highlight .sc { color: #4070A0 } /* Literal.String.Char */
59+
.highlight .dl { color: #4070A0 } /* Literal.String.Delimiter */
60+
.highlight .sd { color: #4070A0; font-style: italic } /* Literal.String.Doc */
61+
.highlight .s2 { color: #4070A0 } /* Literal.String.Double */
62+
.highlight .se { color: #4070A0; font-weight: bold } /* Literal.String.Escape */
63+
.highlight .sh { color: #4070A0 } /* Literal.String.Heredoc */
64+
.highlight .si { color: #70A0D0; font-style: italic } /* Literal.String.Interpol */
65+
.highlight .sx { color: #C65D09 } /* Literal.String.Other */
6666
.highlight .sr { color: #235388 } /* Literal.String.Regex */
67-
.highlight .s1 { color: #4070a0 } /* Literal.String.Single */
67+
.highlight .s1 { color: #4070A0 } /* Literal.String.Single */
6868
.highlight .ss { color: #517918 } /* Literal.String.Symbol */
6969
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
70-
.highlight .fm { color: #06287e } /* Name.Function.Magic */
71-
.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */
72-
.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */
73-
.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
74-
.highlight .vm { color: #bb60d5 } /* Name.Variable.Magic */
70+
.highlight .fm { color: #06287E } /* Name.Function.Magic */
71+
.highlight .vc { color: #BB60D5 } /* Name.Variable.Class */
72+
.highlight .vg { color: #BB60D5 } /* Name.Variable.Global */
73+
.highlight .vi { color: #BB60D5 } /* Name.Variable.Instance */
74+
.highlight .vm { color: #BB60D5 } /* Name.Variable.Magic */
7575
.highlight .il { color: #208050 } /* Literal.Number.Integer.Long */

0 commit comments

Comments
 (0)