bake-toolkit 2.18.0 → 2.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/documentation/_build/html/_sources/changelog.txt +5 -0
- data/documentation/_build/html/_sources/index.txt +1 -1
- data/documentation/_build/html/_sources/quickstart/quickstart.txt +5 -5
- data/documentation/_build/html/_sources/syntax/variable_substitutions.txt +15 -15
- data/documentation/_build/html/_sources/tips_and_tricks/how_to_use_bake_with_cygwin.txt +20 -7
- data/documentation/_build/html/_static/basic.css +598 -598
- data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap-responsive.css +1109 -1109
- data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap-responsive.min.css +9 -9
- data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap.css +6167 -6167
- data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootstrap-2.3.2/js/bootstrap.js +2287 -2287
- data/documentation/_build/html/_static/bootstrap-2.3.2/js/bootstrap.min.js +5 -5
- data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap-theme.css +476 -476
- data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap-theme.min.css +4 -4
- data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap.css +6584 -6584
- data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap.min.css +4 -4
- data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.svg +287 -287
- data/documentation/_build/html/_static/bootstrap-3.3.4/js/bootstrap.js +2317 -2317
- data/documentation/_build/html/_static/bootstrap-3.3.4/js/bootstrap.min.js +6 -6
- data/documentation/_build/html/_static/bootstrap-3.3.4/js/npm.js +12 -12
- data/documentation/_build/html/_static/bootstrap-sphinx.css +186 -186
- data/documentation/_build/html/_static/bootstrap-sphinx.js +161 -161
- data/documentation/_build/html/_static/bootswatch-2.3.2/amelia/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/cerulean/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/cosmo/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/cyborg/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/flatly/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/journal/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/readable/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/simplex/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/slate/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/spacelab/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/spruce/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/superhero/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/united/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-3.3.4/cerulean/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/cosmo/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/custom/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/cyborg/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/darkly/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/flatly/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.svg +287 -287
- data/documentation/_build/html/_static/bootswatch-3.3.4/journal/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/lumen/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/paper/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/readable/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/sandstone/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/simplex/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/slate/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/spacelab/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/superhero/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/united/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/yeti/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/doctools.js +263 -263
- data/documentation/_build/html/_static/jquery-1.11.1.js +10308 -10308
- data/documentation/_build/html/_static/jquery.js +4 -4
- data/documentation/_build/html/_static/js/jquery-1.11.0.min.js +4 -4
- data/documentation/_build/html/_static/js/jquery-fix.js +1 -1
- data/documentation/_build/html/_static/searchtools.js +621 -621
- data/documentation/_build/html/_static/underscore-1.3.1.js +999 -999
- data/documentation/_build/html/_static/underscore.js +31 -31
- data/documentation/_build/html/_static/websupport.js +808 -808
- data/documentation/_build/html/changelog.html +944 -937
- data/documentation/_build/html/commandline/commandline.html +284 -284
- data/documentation/_build/html/concepts/concepts.html +186 -186
- data/documentation/_build/html/concepts/link_order.html +245 -245
- data/documentation/_build/html/concepts/the_main_project.html +260 -260
- data/documentation/_build/html/concepts/the_project_meta_file.html +288 -288
- data/documentation/_build/html/genindex.html +152 -152
- data/documentation/_build/html/ide/eclipse/eclipse.html +186 -186
- data/documentation/_build/html/ide/eclipse/how_to_convert_existing_cdt_workspace.html +208 -208
- data/documentation/_build/html/ide/eclipse/how_to_create_a_new_project_in_eclipse.html +191 -191
- data/documentation/_build/html/ide/eclipse/how_to_create_a_workspace_in_eclipse.html +198 -198
- data/documentation/_build/html/ide/eclipse/how_to_debug_in_eclipse.html +198 -198
- data/documentation/_build/html/ide/eclipse/how_to_install_eclipse_plugin.html +196 -196
- data/documentation/_build/html/ide/eclipse/how_to_use_bake_in_eclipse.html +256 -256
- data/documentation/_build/html/ide/ide_integrations.html +183 -183
- data/documentation/_build/html/ide/vs/how_to_create_vs_projects.html +171 -171
- data/documentation/_build/html/ide/vs/how_to_debug_in_vs.html +185 -185
- data/documentation/_build/html/ide/vs/how_to_used_bake_in_vs.html +190 -190
- data/documentation/_build/html/ide/vs/vs.html +170 -170
- data/documentation/_build/html/ide/vs/vs_install.html +202 -202
- data/documentation/_build/html/index.html +241 -241
- data/documentation/_build/html/install/install_bake.html +279 -279
- data/documentation/_build/html/internal.html +217 -217
- data/documentation/_build/html/known_issues.html +175 -175
- data/documentation/_build/html/license.html +236 -236
- data/documentation/_build/html/performance/performance.html +373 -373
- data/documentation/_build/html/quickstart/quickstart.html +236 -236
- data/documentation/_build/html/search.html +174 -174
- data/documentation/_build/html/searchindex.js +1 -1
- data/documentation/_build/html/syntax/adapt_configs.html +286 -286
- data/documentation/_build/html/syntax/derive_configs.html +247 -247
- data/documentation/_build/html/syntax/project_meta_syntax.html +893 -893
- data/documentation/_build/html/syntax/syntax.html +189 -189
- data/documentation/_build/html/syntax/variable_substitutions.html +378 -378
- data/documentation/_build/html/tips_and_tricks/bundle.html +180 -180
- data/documentation/_build/html/tips_and_tricks/how_to_use_bake_with_cygwin.html +214 -203
- data/documentation/_build/html/tips_and_tricks/static_code_analysis.html +284 -284
- data/documentation/_build/html/tips_and_tricks/the_bakery.html +405 -405
- data/documentation/_build/html/tips_and_tricks/the_clang.html +201 -201
- data/documentation/_build/html/tips_and_tricks/tips_and_tricks.html +197 -197
- data/documentation/_build/html/why_bake/why_bake.html +241 -241
- data/lib/bake/subst.rb +40 -40
- data/lib/bake/toolchain/diab.rb +53 -53
- data/lib/bake/toolchain/gcc.rb +48 -48
- data/lib/bake/toolchain/gcc_env.rb +52 -52
- data/lib/bake/toolchain/msvc.rb +57 -57
- data/lib/blocks/block.rb +78 -63
- data/lib/blocks/blockBase.rb +33 -33
- data/lib/common/version.rb +2 -2
- metadata +4 -38
- data/documentation/_build/html/_images/logo_conformant_1024.png +0 -0
- data/documentation/_build/html/_images/logo_conformant_48.png +0 -0
- data/documentation/_build/html/_sources/concepts/build_hierarchy.txt +0 -34
- data/documentation/_build/html/_static/agogo.css +0 -509
- data/documentation/_build/html/_static/background_b01.png +0 -0
- data/documentation/_build/html/_static/bgfooter.png +0 -0
- data/documentation/_build/html/_static/bgtop.png +0 -0
- data/documentation/_build/html/_static/bizstyle.css +0 -490
- data/documentation/_build/html/_static/bizstyle.js +0 -41
- data/documentation/_build/html/_static/css/badge_only.css +0 -2
- data/documentation/_build/html/_static/css/theme.css +0 -5
- data/documentation/_build/html/_static/css3-mediaqueries.js +0 -1
- data/documentation/_build/html/_static/css3-mediaqueries_src.js +0 -1104
- data/documentation/_build/html/_static/debugEclipse/app.png +0 -0
- data/documentation/_build/html/_static/debugEclipse/debug.png +0 -0
- data/documentation/_build/html/_static/debugEclipse/flag.png +0 -0
- data/documentation/_build/html/_static/debugEclipse/map.png +0 -0
- data/documentation/_build/html/_static/debugEclipse/path.png +0 -0
- data/documentation/_build/html/_static/fonts/Inconsolata-Bold.ttf +0 -0
- data/documentation/_build/html/_static/fonts/Inconsolata.ttf +0 -0
- data/documentation/_build/html/_static/fonts/Lato-Bold.ttf +0 -0
- data/documentation/_build/html/_static/fonts/Lato-Regular.ttf +0 -0
- data/documentation/_build/html/_static/fonts/RobotoSlab-Bold.ttf +0 -0
- data/documentation/_build/html/_static/fonts/RobotoSlab-Regular.ttf +0 -0
- data/documentation/_build/html/_static/fonts/fontawesome-webfont.eot +0 -0
- data/documentation/_build/html/_static/fonts/fontawesome-webfont.svg +0 -414
- data/documentation/_build/html/_static/fonts/fontawesome-webfont.ttf +0 -0
- data/documentation/_build/html/_static/fonts/fontawesome-webfont.woff +0 -0
- data/documentation/_build/html/_static/js/modernizr.min.js +0 -4
- data/documentation/_build/html/_static/js/theme.js +0 -113
- data/documentation/_build/html/_static/logo_conformant_1024.png +0 -0
- data/documentation/_build/html/_static/logo_conformant_24.png +0 -0
- data/documentation/_build/html/_static/logo_conformant_256.png +0 -0
- data/documentation/_build/html/concepts/build_hierarchy.html +0 -205
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 80221a946d7872673fe996419fe7c0f799b9e2f2
|
|
4
|
+
data.tar.gz: ada5077641da7fb16079de31f105ee62f778440e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7eb2c57f9dfc8826071125f57c065047eb997f707fb4ffc3bfb36ae512d65d68a2c9892478d30b51ffa00113081e63cc6d435ba17f6b9d619ee526707953b6b4
|
|
7
|
+
data.tar.gz: b424299c806d241820354a022002d7a2ea2a73346ff8006ce7444a927b78fe3bc5ac0d969a28a4514a75a3d4c3c9865aee3e2b487333a9310da060bff26dc7b5
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
+
July 28, 2016 - bake-toolkit 2.19.0
|
|
5
|
+
* Changed: default output dir is now build/<something> instead of build_<something>
|
|
6
|
+
* Added: listening to raw character 0x3 on stdin to abort bake/bakery (needed for some Cygwin installations)
|
|
7
|
+
* Internal: switching from rgen 0.8.0 to rgen 0.8.1 (which should have no functional impact)
|
|
8
|
+
|
|
4
9
|
June 22, 2016 - bake-toolkit 2.18.0
|
|
5
10
|
* Bugfix: order if linker libs fixed. For compatibility, a new command line flag "--link-2-17" to get the old behaviour was added.
|
|
6
11
|
|
|
@@ -33,17 +33,17 @@ Quickstart
|
|
|
33
33
|
`-- src
|
|
34
34
|
`-- main.cpp
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
|
|
37
37
|
#. Build the project.
|
|
38
38
|
.. code-block:: console
|
|
39
39
|
|
|
40
|
-
User@Host:~/my_project$ bake
|
|
40
|
+
User@Host:~/my_project$ bake
|
|
41
41
|
-- bake 2.10.3, ruby 2.1.2p95, platform x86_64-darwin13.0 --
|
|
42
42
|
Info: cache not found, reloading meta information
|
|
43
43
|
Loading /Users/NiCoretti/my_project/Project.meta
|
|
44
44
|
**** Building 1 of 1: my_project (main) ****
|
|
45
45
|
Compiling src/main.cpp
|
|
46
|
-
Linking
|
|
46
|
+
Linking build/main/my_project.exe
|
|
47
47
|
|
|
48
48
|
Building done.
|
|
49
49
|
|
|
@@ -57,9 +57,9 @@ Quickstart
|
|
|
57
57
|
-- bake 2.10.3, ruby 2.1.2p95, platform x86_64-darwin13.0 --
|
|
58
58
|
**** Building 1 of 1: my_project (main) ****
|
|
59
59
|
|
|
60
|
-
g++ -c -MD -MF
|
|
60
|
+
g++ -c -MD -MF build/main/src/main.d -Iinclude -o build/main/src/main.o src/main.cpp
|
|
61
61
|
|
|
62
|
-
g++ -o
|
|
62
|
+
g++ -o build/main/my_project.exe build/main/src/main.o
|
|
63
63
|
|
|
64
64
|
Building done.
|
|
65
65
|
|
|
@@ -4,14 +4,14 @@ bake allows you to use pre defined and/or user defined variables in your Project
|
|
|
4
4
|
Defined variables then can be used using the following syntax:
|
|
5
5
|
|
|
6
6
|
.. code-block:: console
|
|
7
|
-
|
|
7
|
+
|
|
8
8
|
$(MyIncludes)
|
|
9
9
|
|
|
10
10
|
The variable MyIncludes will be substitued by its value, therefore a real life usage would look
|
|
11
11
|
something like this:
|
|
12
12
|
|
|
13
13
|
.. code-block:: console
|
|
14
|
-
|
|
14
|
+
|
|
15
15
|
IncludeDir "$(MyIncludes)"
|
|
16
16
|
|
|
17
17
|
User defined variables
|
|
@@ -22,17 +22,17 @@ There are two ways to create user defined variables.
|
|
|
22
22
|
#. The variable is defined with the `--set` command line option:
|
|
23
23
|
|
|
24
24
|
.. code-block:: console
|
|
25
|
-
|
|
25
|
+
|
|
26
26
|
User@Host:~$ bake ... --set MyVar="Hello world!"
|
|
27
27
|
|
|
28
28
|
#. THe variable is defined directly in the Project.meta file.
|
|
29
29
|
|
|
30
30
|
.. code-block:: console
|
|
31
31
|
|
|
32
|
-
Set MyVar, value: "Hello world!"
|
|
32
|
+
Set MyVar, value: "Hello world!"
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
Pre defined bake environment variables
|
|
35
|
+
Pre defined bake environment variables
|
|
36
36
|
**************************************
|
|
37
37
|
|
|
38
38
|
======================================== =============================================== ========================================
|
|
@@ -50,12 +50,12 @@ Variable Description
|
|
|
50
50
|
directory
|
|
51
51
|
|
|
52
52
|
*$(MainProjectDir)* Evaluates to the full path of the root projec C:/Root/Main
|
|
53
|
-
directory
|
|
53
|
+
directory
|
|
54
54
|
|
|
55
|
-
*$(OutputDir)* Evaluates to the full path of the output
|
|
55
|
+
*$(OutputDir)* Evaluates to the full path of the output build/lib_bootloader_Debug
|
|
56
56
|
directory of the current config
|
|
57
57
|
|
|
58
|
-
*$(OutputDir,projName,confName)* Evaluates to the output dir of a specific
|
|
58
|
+
*$(OutputDir,projName,confName)* Evaluates to the output dir of a specific build/lib_some_Debug
|
|
59
59
|
config
|
|
60
60
|
|
|
61
61
|
*$(ArtifactName)* Evaluates to the artifact. bootloader_1.0.elf
|
|
@@ -89,12 +89,12 @@ Variable Description
|
|
|
89
89
|
of the current platform
|
|
90
90
|
======================================== =============================================== ========================================
|
|
91
91
|
|
|
92
|
-
.. tip::
|
|
92
|
+
.. tip::
|
|
93
93
|
|
|
94
94
|
It is also possible to retrieve arbitrary an *environment variable* using the following syntax:
|
|
95
95
|
|
|
96
96
|
.. code-block:: console
|
|
97
|
-
|
|
97
|
+
|
|
98
98
|
$(EnvironmentVariable)
|
|
99
99
|
|
|
100
100
|
Evaluates to the Environment with the specified name, if the specified environment variable does not exists
|
|
@@ -105,7 +105,7 @@ Variable Description
|
|
|
105
105
|
Equal variables in the main config
|
|
106
106
|
|
|
107
107
|
======================================== ========================================
|
|
108
|
-
Variable Is equal to
|
|
108
|
+
Variable Is equal to
|
|
109
109
|
======================================== ========================================
|
|
110
110
|
$(MainConfigName) $(ConfigName)
|
|
111
111
|
|
|
@@ -124,7 +124,7 @@ It is also possible to nest variables.
|
|
|
124
124
|
Example:
|
|
125
125
|
|
|
126
126
|
.. code-block:: console
|
|
127
|
-
|
|
127
|
+
|
|
128
128
|
$(OutputDir,$(TheProject),$(TheConfig))
|
|
129
129
|
$(ABC$(DEF)GH)
|
|
130
130
|
|
|
@@ -134,7 +134,7 @@ Auto-adjustment of paths to existing projects
|
|
|
134
134
|
.. warning::
|
|
135
135
|
|
|
136
136
|
If paths to other projects are needed, e.g. to "bootloaderUpdater", don't write a hard coded relative path like this:
|
|
137
|
-
|
|
137
|
+
|
|
138
138
|
.. code-block:: text
|
|
139
139
|
|
|
140
140
|
CommandLine "../bootloaderUpdater/tools/PrimaryBootloader2Include.exe
|
|
@@ -156,7 +156,7 @@ or:
|
|
|
156
156
|
|
|
157
157
|
|
|
158
158
|
bake recognizes that the first part of the path is a valid project name and calculates the relative path to the project automatically.
|
|
159
|
-
If you have the special case that the referenced project is contained in an other workspace root, you can use the
|
|
159
|
+
If you have the special case that the referenced project is contained in an other workspace root, you can use the
|
|
160
160
|
`-w` parameter or you define a `roots.bake`.
|
|
161
161
|
|
|
162
162
|
.. note::
|
|
@@ -170,6 +170,6 @@ If you have the special case that the referenced project is contained in an othe
|
|
|
170
170
|
* ExternalLibrarySearchPath
|
|
171
171
|
|
|
172
172
|
* UserLibrary
|
|
173
|
-
|
|
173
|
+
|
|
174
174
|
* CommandLine
|
|
175
175
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
How to use bake with cygwin
|
|
2
2
|
===========================
|
|
3
|
-
Why using Cygwin on Windows instead of the built-in command shell?
|
|
4
|
-
There is one major reason: Cygwin supports **colored output** via ansi escape sequences.
|
|
3
|
+
Why using Cygwin on Windows instead of the built-in command shell?
|
|
4
|
+
There is one major reason: Cygwin supports **colored output** via ansi escape sequences.
|
|
5
5
|
Note, that these steps differ depending on the Cygwin version, installed packages and configuration.
|
|
6
6
|
|
|
7
7
|
#. Get rid of the cygdrive prefix
|
|
@@ -10,15 +10,15 @@ Note, that these steps differ depending on the Cygwin version, installed package
|
|
|
10
10
|
:width: 100 %
|
|
11
11
|
:scale: 50 %
|
|
12
12
|
|
|
13
|
-
As you see, "c:" is now "/c" and not "/cygdrive/c" anymore.
|
|
13
|
+
As you see, "c:" is now "/c" and not "/cygdrive/c" anymore.
|
|
14
14
|
|
|
15
15
|
.. note::
|
|
16
16
|
|
|
17
|
-
In newer Cygwin versions, this is not permanent. To make it permanent,
|
|
17
|
+
In newer Cygwin versions, this is not permanent. To make it permanent,
|
|
18
18
|
add the following line to /etc/fstab (can be found in your Cygwin installation directory):
|
|
19
19
|
|
|
20
20
|
.. code-block:: console
|
|
21
|
-
|
|
21
|
+
|
|
22
22
|
none / cygdrive binary,posix=0,user 0 0
|
|
23
23
|
|
|
24
24
|
#. Get rid of the Cygwin ruby
|
|
@@ -26,8 +26,8 @@ Note, that these steps differ depending on the Cygwin version, installed package
|
|
|
26
26
|
.. image:: ../_static/cygwin_ruby.png
|
|
27
27
|
:width: 100 %
|
|
28
28
|
:scale: 50 %
|
|
29
|
-
|
|
30
|
-
Easiest way is to rename the Cygwin ruby, which makes the original ruby visible.
|
|
29
|
+
|
|
30
|
+
Easiest way is to rename the Cygwin ruby, which makes the original ruby visible.
|
|
31
31
|
This is only necessary if you have ruby installed in our Cygwin environment.
|
|
32
32
|
|
|
33
33
|
#. Add tty to CYGWIN option
|
|
@@ -38,6 +38,19 @@ Note, that these steps differ depending on the Cygwin version, installed package
|
|
|
38
38
|
|
|
39
39
|
"tty" must be added to the CYGWIN system variable.
|
|
40
40
|
|
|
41
|
+
#. Switch to raw mode
|
|
42
|
+
|
|
43
|
+
The ctrl-c handler in Cygwin only works for programs compiled with the correct Cygwin libs. This does not apply to
|
|
44
|
+
most ruby installations. Hitting ctrl-c may interrupt the compiler, but bake does not get this signal.
|
|
45
|
+
|
|
46
|
+
You can set the Cygwin console to raw mode:
|
|
47
|
+
|
|
48
|
+
.. code-block:: console
|
|
49
|
+
|
|
50
|
+
stty raw
|
|
51
|
+
|
|
52
|
+
Now bake can read ctrl-c as raw character on stdin. Bake will abort after all subprocesses - like the running compilation steps - have returned.
|
|
53
|
+
|
|
41
54
|
#. Start the build
|
|
42
55
|
|
|
43
56
|
Use the parameter "-a black" or "-a white" depending on the background color of your shell.
|
|
@@ -1,599 +1,599 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* basic.css
|
|
3
|
-
* ~~~~~~~~~
|
|
4
|
-
*
|
|
5
|
-
* Sphinx stylesheet -- basic theme.
|
|
6
|
-
*
|
|
7
|
-
* :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
|
|
8
|
-
* :license: BSD, see LICENSE for details.
|
|
9
|
-
*
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
/* -- main layout ----------------------------------------------------------- */
|
|
13
|
-
|
|
14
|
-
div.clearer {
|
|
15
|
-
clear: both;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
/* -- relbar ---------------------------------------------------------------- */
|
|
19
|
-
|
|
20
|
-
div.related {
|
|
21
|
-
width: 100%;
|
|
22
|
-
font-size: 90%;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
div.related h3 {
|
|
26
|
-
display: none;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
div.related ul {
|
|
30
|
-
margin: 0;
|
|
31
|
-
padding: 0 0 0 10px;
|
|
32
|
-
list-style: none;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
div.related li {
|
|
36
|
-
display: inline;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
div.related li.right {
|
|
40
|
-
float: right;
|
|
41
|
-
margin-right: 5px;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
/* -- sidebar --------------------------------------------------------------- */
|
|
45
|
-
|
|
46
|
-
div.sphinxsidebarwrapper {
|
|
47
|
-
padding: 10px 5px 0 10px;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
div.sphinxsidebar {
|
|
51
|
-
float: left;
|
|
52
|
-
width: 230px;
|
|
53
|
-
margin-left: -100%;
|
|
54
|
-
font-size: 90%;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
div.sphinxsidebar ul {
|
|
58
|
-
list-style: none;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
div.sphinxsidebar ul ul,
|
|
62
|
-
div.sphinxsidebar ul.want-points {
|
|
63
|
-
margin-left: 20px;
|
|
64
|
-
list-style: square;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
div.sphinxsidebar ul ul {
|
|
68
|
-
margin-top: 0;
|
|
69
|
-
margin-bottom: 0;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
div.sphinxsidebar form {
|
|
73
|
-
margin-top: 10px;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
div.sphinxsidebar input {
|
|
77
|
-
border: 1px solid #98dbcc;
|
|
78
|
-
font-family: sans-serif;
|
|
79
|
-
font-size: 1em;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
div.sphinxsidebar #searchbox input[type="text"] {
|
|
83
|
-
width: 170px;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
div.sphinxsidebar #searchbox input[type="submit"] {
|
|
87
|
-
width: 30px;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
img {
|
|
91
|
-
border: 0;
|
|
92
|
-
max-width: 100%;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
/* -- search page ----------------------------------------------------------- */
|
|
96
|
-
|
|
97
|
-
ul.search {
|
|
98
|
-
margin: 10px 0 0 20px;
|
|
99
|
-
padding: 0;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
ul.search li {
|
|
103
|
-
padding: 5px 0 5px 20px;
|
|
104
|
-
background-image: url(file.png);
|
|
105
|
-
background-repeat: no-repeat;
|
|
106
|
-
background-position: 0 7px;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
ul.search li a {
|
|
110
|
-
font-weight: bold;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
ul.search li div.context {
|
|
114
|
-
color: #888;
|
|
115
|
-
margin: 2px 0 0 30px;
|
|
116
|
-
text-align: left;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
ul.keywordmatches li.goodmatch a {
|
|
120
|
-
font-weight: bold;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
/* -- index page ------------------------------------------------------------ */
|
|
124
|
-
|
|
125
|
-
table.contentstable {
|
|
126
|
-
width: 90%;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
table.contentstable p.biglink {
|
|
130
|
-
line-height: 150%;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
a.biglink {
|
|
134
|
-
font-size: 1.3em;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
span.linkdescr {
|
|
138
|
-
font-style: italic;
|
|
139
|
-
padding-top: 5px;
|
|
140
|
-
font-size: 90%;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
/* -- general index --------------------------------------------------------- */
|
|
144
|
-
|
|
145
|
-
table.indextable {
|
|
146
|
-
width: 100%;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
table.indextable td {
|
|
150
|
-
text-align: left;
|
|
151
|
-
vertical-align: top;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
table.indextable dl, table.indextable dd {
|
|
155
|
-
margin-top: 0;
|
|
156
|
-
margin-bottom: 0;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
table.indextable tr.pcap {
|
|
160
|
-
height: 10px;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
table.indextable tr.cap {
|
|
164
|
-
margin-top: 10px;
|
|
165
|
-
background-color: #f2f2f2;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
img.toggler {
|
|
169
|
-
margin-right: 3px;
|
|
170
|
-
margin-top: 3px;
|
|
171
|
-
cursor: pointer;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
div.modindex-jumpbox {
|
|
175
|
-
border-top: 1px solid #ddd;
|
|
176
|
-
border-bottom: 1px solid #ddd;
|
|
177
|
-
margin: 1em 0 1em 0;
|
|
178
|
-
padding: 0.4em;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
div.genindex-jumpbox {
|
|
182
|
-
border-top: 1px solid #ddd;
|
|
183
|
-
border-bottom: 1px solid #ddd;
|
|
184
|
-
margin: 1em 0 1em 0;
|
|
185
|
-
padding: 0.4em;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
/* -- general body styles --------------------------------------------------- */
|
|
189
|
-
|
|
190
|
-
a.headerlink {
|
|
191
|
-
visibility: hidden;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
h1:hover > a.headerlink,
|
|
195
|
-
h2:hover > a.headerlink,
|
|
196
|
-
h3:hover > a.headerlink,
|
|
197
|
-
h4:hover > a.headerlink,
|
|
198
|
-
h5:hover > a.headerlink,
|
|
199
|
-
h6:hover > a.headerlink,
|
|
200
|
-
dt:hover > a.headerlink,
|
|
201
|
-
caption:hover > a.headerlink,
|
|
202
|
-
p.caption:hover > a.headerlink,
|
|
203
|
-
div.code-block-caption:hover > a.headerlink {
|
|
204
|
-
visibility: visible;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
div.body p.caption {
|
|
208
|
-
text-align: inherit;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
div.body td {
|
|
212
|
-
text-align: left;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.field-list ul {
|
|
216
|
-
padding-left: 1em;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
.first {
|
|
220
|
-
margin-top: 0 !important;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
p.rubric {
|
|
224
|
-
margin-top: 30px;
|
|
225
|
-
font-weight: bold;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
img.align-left, .figure.align-left, object.align-left {
|
|
229
|
-
clear: left;
|
|
230
|
-
float: left;
|
|
231
|
-
margin-right: 1em;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
img.align-right, .figure.align-right, object.align-right {
|
|
235
|
-
clear: right;
|
|
236
|
-
float: right;
|
|
237
|
-
margin-left: 1em;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
img.align-center, .figure.align-center, object.align-center {
|
|
241
|
-
display: block;
|
|
242
|
-
margin-left: auto;
|
|
243
|
-
margin-right: auto;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.align-left {
|
|
247
|
-
text-align: left;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
.align-center {
|
|
251
|
-
text-align: center;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
.align-right {
|
|
255
|
-
text-align: right;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
/* -- sidebars -------------------------------------------------------------- */
|
|
259
|
-
|
|
260
|
-
div.sidebar {
|
|
261
|
-
margin: 0 0 0.5em 1em;
|
|
262
|
-
border: 1px solid #ddb;
|
|
263
|
-
padding: 7px 7px 0 7px;
|
|
264
|
-
background-color: #ffe;
|
|
265
|
-
width: 40%;
|
|
266
|
-
float: right;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
p.sidebar-title {
|
|
270
|
-
font-weight: bold;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
/* -- topics ---------------------------------------------------------------- */
|
|
274
|
-
|
|
275
|
-
div.topic {
|
|
276
|
-
border: 1px solid #ccc;
|
|
277
|
-
padding: 7px 7px 0 7px;
|
|
278
|
-
margin: 10px 0 10px 0;
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
p.topic-title {
|
|
282
|
-
font-size: 1.1em;
|
|
283
|
-
font-weight: bold;
|
|
284
|
-
margin-top: 10px;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
/* -- admonitions ----------------------------------------------------------- */
|
|
288
|
-
|
|
289
|
-
div.admonition {
|
|
290
|
-
margin-top: 10px;
|
|
291
|
-
margin-bottom: 10px;
|
|
292
|
-
padding: 7px;
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
div.admonition dt {
|
|
296
|
-
font-weight: bold;
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
div.admonition dl {
|
|
300
|
-
margin-bottom: 0;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
p.admonition-title {
|
|
304
|
-
margin: 0px 10px 5px 0px;
|
|
305
|
-
font-weight: bold;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
div.body p.centered {
|
|
309
|
-
text-align: center;
|
|
310
|
-
margin-top: 25px;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
/* -- tables ---------------------------------------------------------------- */
|
|
314
|
-
|
|
315
|
-
table.docutils {
|
|
316
|
-
border: 0;
|
|
317
|
-
border-collapse: collapse;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
table caption span.caption-number {
|
|
321
|
-
font-style: italic;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
table caption span.caption-text {
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
table.docutils td, table.docutils th {
|
|
328
|
-
padding: 1px 8px 1px 5px;
|
|
329
|
-
border-top: 0;
|
|
330
|
-
border-left: 0;
|
|
331
|
-
border-right: 0;
|
|
332
|
-
border-bottom: 1px solid #aaa;
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
table.field-list td, table.field-list th {
|
|
336
|
-
border: 0 !important;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
table.footnote td, table.footnote th {
|
|
340
|
-
border: 0 !important;
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
th {
|
|
344
|
-
text-align: left;
|
|
345
|
-
padding-right: 5px;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
table.citation {
|
|
349
|
-
border-left: solid 1px gray;
|
|
350
|
-
margin-left: 1px;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
table.citation td {
|
|
354
|
-
border-bottom: none;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
/* -- figures --------------------------------------------------------------- */
|
|
358
|
-
|
|
359
|
-
div.figure {
|
|
360
|
-
margin: 0.5em;
|
|
361
|
-
padding: 0.5em;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
div.figure p.caption {
|
|
365
|
-
padding: 0.3em;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
div.figure p.caption span.caption-number {
|
|
369
|
-
font-style: italic;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
div.figure p.caption span.caption-text {
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
/* -- other body styles ----------------------------------------------------- */
|
|
377
|
-
|
|
378
|
-
ol.arabic {
|
|
379
|
-
list-style: decimal;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
ol.loweralpha {
|
|
383
|
-
list-style: lower-alpha;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
ol.upperalpha {
|
|
387
|
-
list-style: upper-alpha;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
ol.lowerroman {
|
|
391
|
-
list-style: lower-roman;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
ol.upperroman {
|
|
395
|
-
list-style: upper-roman;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
dl {
|
|
399
|
-
margin-bottom: 15px;
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
dd p {
|
|
403
|
-
margin-top: 0px;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
dd ul, dd table {
|
|
407
|
-
margin-bottom: 10px;
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
dd {
|
|
411
|
-
margin-top: 3px;
|
|
412
|
-
margin-bottom: 10px;
|
|
413
|
-
margin-left: 30px;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
dt:target, .highlighted {
|
|
417
|
-
background-color: #fbe54e;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
dl.glossary dt {
|
|
421
|
-
font-weight: bold;
|
|
422
|
-
font-size: 1.1em;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
.field-list ul {
|
|
426
|
-
margin: 0;
|
|
427
|
-
padding-left: 1em;
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
.field-list p {
|
|
431
|
-
margin: 0;
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
.optional {
|
|
435
|
-
font-size: 1.3em;
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
.sig-paren {
|
|
439
|
-
font-size: larger;
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
.versionmodified {
|
|
443
|
-
font-style: italic;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
.system-message {
|
|
447
|
-
background-color: #fda;
|
|
448
|
-
padding: 5px;
|
|
449
|
-
border: 3px solid red;
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
.footnote:target {
|
|
453
|
-
background-color: #ffa;
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
.line-block {
|
|
457
|
-
display: block;
|
|
458
|
-
margin-top: 1em;
|
|
459
|
-
margin-bottom: 1em;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
.line-block .line-block {
|
|
463
|
-
margin-top: 0;
|
|
464
|
-
margin-bottom: 0;
|
|
465
|
-
margin-left: 1.5em;
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
.guilabel, .menuselection {
|
|
469
|
-
font-family: sans-serif;
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
.accelerator {
|
|
473
|
-
text-decoration: underline;
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
.classifier {
|
|
477
|
-
font-style: oblique;
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
abbr, acronym {
|
|
481
|
-
border-bottom: dotted 1px;
|
|
482
|
-
cursor: help;
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
/* -- code displays --------------------------------------------------------- */
|
|
486
|
-
|
|
487
|
-
pre {
|
|
488
|
-
overflow: auto;
|
|
489
|
-
overflow-y: hidden; /* fixes display issues on Chrome browsers */
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
td.linenos pre {
|
|
493
|
-
padding: 5px 0px;
|
|
494
|
-
border: 0;
|
|
495
|
-
background-color: transparent;
|
|
496
|
-
color: #aaa;
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
table.highlighttable {
|
|
500
|
-
margin-left: 0.5em;
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
table.highlighttable td {
|
|
504
|
-
padding: 0 0.5em 0 0.5em;
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
div.code-block-caption {
|
|
508
|
-
padding: 2px 5px;
|
|
509
|
-
font-size: small;
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
div.code-block-caption code {
|
|
513
|
-
background-color: transparent;
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
div.code-block-caption + div > div.highlight > pre {
|
|
517
|
-
margin-top: 0;
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
div.code-block-caption span.caption-number {
|
|
521
|
-
padding: 0.1em 0.3em;
|
|
522
|
-
font-style: italic;
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
div.code-block-caption span.caption-text {
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
div.literal-block-wrapper {
|
|
529
|
-
padding: 1em 1em 0;
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
div.literal-block-wrapper div.highlight {
|
|
533
|
-
margin: 0;
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
code.descname {
|
|
537
|
-
background-color: transparent;
|
|
538
|
-
font-weight: bold;
|
|
539
|
-
font-size: 1.2em;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
code.descclassname {
|
|
543
|
-
background-color: transparent;
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
code.xref, a code {
|
|
547
|
-
background-color: transparent;
|
|
548
|
-
font-weight: bold;
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
|
|
552
|
-
background-color: transparent;
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
.viewcode-link {
|
|
556
|
-
float: right;
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
.viewcode-back {
|
|
560
|
-
float: right;
|
|
561
|
-
font-family: sans-serif;
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
div.viewcode-block:target {
|
|
565
|
-
margin: -1px -10px;
|
|
566
|
-
padding: 0 10px;
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
/* -- math display ---------------------------------------------------------- */
|
|
570
|
-
|
|
571
|
-
img.math {
|
|
572
|
-
vertical-align: middle;
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
div.body div.math p {
|
|
576
|
-
text-align: center;
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
span.eqno {
|
|
580
|
-
float: right;
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
/* -- printout stylesheet --------------------------------------------------- */
|
|
584
|
-
|
|
585
|
-
@media print {
|
|
586
|
-
div.document,
|
|
587
|
-
div.documentwrapper,
|
|
588
|
-
div.bodywrapper {
|
|
589
|
-
margin: 0 !important;
|
|
590
|
-
width: 100%;
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
div.sphinxsidebar,
|
|
594
|
-
div.related,
|
|
595
|
-
div.footer,
|
|
596
|
-
#top-link {
|
|
597
|
-
display: none;
|
|
598
|
-
}
|
|
1
|
+
/*
|
|
2
|
+
* basic.css
|
|
3
|
+
* ~~~~~~~~~
|
|
4
|
+
*
|
|
5
|
+
* Sphinx stylesheet -- basic theme.
|
|
6
|
+
*
|
|
7
|
+
* :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
|
|
8
|
+
* :license: BSD, see LICENSE for details.
|
|
9
|
+
*
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
/* -- main layout ----------------------------------------------------------- */
|
|
13
|
+
|
|
14
|
+
div.clearer {
|
|
15
|
+
clear: both;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
/* -- relbar ---------------------------------------------------------------- */
|
|
19
|
+
|
|
20
|
+
div.related {
|
|
21
|
+
width: 100%;
|
|
22
|
+
font-size: 90%;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
div.related h3 {
|
|
26
|
+
display: none;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
div.related ul {
|
|
30
|
+
margin: 0;
|
|
31
|
+
padding: 0 0 0 10px;
|
|
32
|
+
list-style: none;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
div.related li {
|
|
36
|
+
display: inline;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
div.related li.right {
|
|
40
|
+
float: right;
|
|
41
|
+
margin-right: 5px;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/* -- sidebar --------------------------------------------------------------- */
|
|
45
|
+
|
|
46
|
+
div.sphinxsidebarwrapper {
|
|
47
|
+
padding: 10px 5px 0 10px;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
div.sphinxsidebar {
|
|
51
|
+
float: left;
|
|
52
|
+
width: 230px;
|
|
53
|
+
margin-left: -100%;
|
|
54
|
+
font-size: 90%;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
div.sphinxsidebar ul {
|
|
58
|
+
list-style: none;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
div.sphinxsidebar ul ul,
|
|
62
|
+
div.sphinxsidebar ul.want-points {
|
|
63
|
+
margin-left: 20px;
|
|
64
|
+
list-style: square;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
div.sphinxsidebar ul ul {
|
|
68
|
+
margin-top: 0;
|
|
69
|
+
margin-bottom: 0;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
div.sphinxsidebar form {
|
|
73
|
+
margin-top: 10px;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
div.sphinxsidebar input {
|
|
77
|
+
border: 1px solid #98dbcc;
|
|
78
|
+
font-family: sans-serif;
|
|
79
|
+
font-size: 1em;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
div.sphinxsidebar #searchbox input[type="text"] {
|
|
83
|
+
width: 170px;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
div.sphinxsidebar #searchbox input[type="submit"] {
|
|
87
|
+
width: 30px;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
img {
|
|
91
|
+
border: 0;
|
|
92
|
+
max-width: 100%;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
/* -- search page ----------------------------------------------------------- */
|
|
96
|
+
|
|
97
|
+
ul.search {
|
|
98
|
+
margin: 10px 0 0 20px;
|
|
99
|
+
padding: 0;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
ul.search li {
|
|
103
|
+
padding: 5px 0 5px 20px;
|
|
104
|
+
background-image: url(file.png);
|
|
105
|
+
background-repeat: no-repeat;
|
|
106
|
+
background-position: 0 7px;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
ul.search li a {
|
|
110
|
+
font-weight: bold;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
ul.search li div.context {
|
|
114
|
+
color: #888;
|
|
115
|
+
margin: 2px 0 0 30px;
|
|
116
|
+
text-align: left;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
ul.keywordmatches li.goodmatch a {
|
|
120
|
+
font-weight: bold;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
/* -- index page ------------------------------------------------------------ */
|
|
124
|
+
|
|
125
|
+
table.contentstable {
|
|
126
|
+
width: 90%;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
table.contentstable p.biglink {
|
|
130
|
+
line-height: 150%;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
a.biglink {
|
|
134
|
+
font-size: 1.3em;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
span.linkdescr {
|
|
138
|
+
font-style: italic;
|
|
139
|
+
padding-top: 5px;
|
|
140
|
+
font-size: 90%;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
/* -- general index --------------------------------------------------------- */
|
|
144
|
+
|
|
145
|
+
table.indextable {
|
|
146
|
+
width: 100%;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
table.indextable td {
|
|
150
|
+
text-align: left;
|
|
151
|
+
vertical-align: top;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
table.indextable dl, table.indextable dd {
|
|
155
|
+
margin-top: 0;
|
|
156
|
+
margin-bottom: 0;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
table.indextable tr.pcap {
|
|
160
|
+
height: 10px;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
table.indextable tr.cap {
|
|
164
|
+
margin-top: 10px;
|
|
165
|
+
background-color: #f2f2f2;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
img.toggler {
|
|
169
|
+
margin-right: 3px;
|
|
170
|
+
margin-top: 3px;
|
|
171
|
+
cursor: pointer;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
div.modindex-jumpbox {
|
|
175
|
+
border-top: 1px solid #ddd;
|
|
176
|
+
border-bottom: 1px solid #ddd;
|
|
177
|
+
margin: 1em 0 1em 0;
|
|
178
|
+
padding: 0.4em;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
div.genindex-jumpbox {
|
|
182
|
+
border-top: 1px solid #ddd;
|
|
183
|
+
border-bottom: 1px solid #ddd;
|
|
184
|
+
margin: 1em 0 1em 0;
|
|
185
|
+
padding: 0.4em;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
/* -- general body styles --------------------------------------------------- */
|
|
189
|
+
|
|
190
|
+
a.headerlink {
|
|
191
|
+
visibility: hidden;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
h1:hover > a.headerlink,
|
|
195
|
+
h2:hover > a.headerlink,
|
|
196
|
+
h3:hover > a.headerlink,
|
|
197
|
+
h4:hover > a.headerlink,
|
|
198
|
+
h5:hover > a.headerlink,
|
|
199
|
+
h6:hover > a.headerlink,
|
|
200
|
+
dt:hover > a.headerlink,
|
|
201
|
+
caption:hover > a.headerlink,
|
|
202
|
+
p.caption:hover > a.headerlink,
|
|
203
|
+
div.code-block-caption:hover > a.headerlink {
|
|
204
|
+
visibility: visible;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
div.body p.caption {
|
|
208
|
+
text-align: inherit;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
div.body td {
|
|
212
|
+
text-align: left;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.field-list ul {
|
|
216
|
+
padding-left: 1em;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.first {
|
|
220
|
+
margin-top: 0 !important;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
p.rubric {
|
|
224
|
+
margin-top: 30px;
|
|
225
|
+
font-weight: bold;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
img.align-left, .figure.align-left, object.align-left {
|
|
229
|
+
clear: left;
|
|
230
|
+
float: left;
|
|
231
|
+
margin-right: 1em;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
img.align-right, .figure.align-right, object.align-right {
|
|
235
|
+
clear: right;
|
|
236
|
+
float: right;
|
|
237
|
+
margin-left: 1em;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
img.align-center, .figure.align-center, object.align-center {
|
|
241
|
+
display: block;
|
|
242
|
+
margin-left: auto;
|
|
243
|
+
margin-right: auto;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.align-left {
|
|
247
|
+
text-align: left;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.align-center {
|
|
251
|
+
text-align: center;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.align-right {
|
|
255
|
+
text-align: right;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
/* -- sidebars -------------------------------------------------------------- */
|
|
259
|
+
|
|
260
|
+
div.sidebar {
|
|
261
|
+
margin: 0 0 0.5em 1em;
|
|
262
|
+
border: 1px solid #ddb;
|
|
263
|
+
padding: 7px 7px 0 7px;
|
|
264
|
+
background-color: #ffe;
|
|
265
|
+
width: 40%;
|
|
266
|
+
float: right;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
p.sidebar-title {
|
|
270
|
+
font-weight: bold;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
/* -- topics ---------------------------------------------------------------- */
|
|
274
|
+
|
|
275
|
+
div.topic {
|
|
276
|
+
border: 1px solid #ccc;
|
|
277
|
+
padding: 7px 7px 0 7px;
|
|
278
|
+
margin: 10px 0 10px 0;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
p.topic-title {
|
|
282
|
+
font-size: 1.1em;
|
|
283
|
+
font-weight: bold;
|
|
284
|
+
margin-top: 10px;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
/* -- admonitions ----------------------------------------------------------- */
|
|
288
|
+
|
|
289
|
+
div.admonition {
|
|
290
|
+
margin-top: 10px;
|
|
291
|
+
margin-bottom: 10px;
|
|
292
|
+
padding: 7px;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
div.admonition dt {
|
|
296
|
+
font-weight: bold;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
div.admonition dl {
|
|
300
|
+
margin-bottom: 0;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
p.admonition-title {
|
|
304
|
+
margin: 0px 10px 5px 0px;
|
|
305
|
+
font-weight: bold;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
div.body p.centered {
|
|
309
|
+
text-align: center;
|
|
310
|
+
margin-top: 25px;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
/* -- tables ---------------------------------------------------------------- */
|
|
314
|
+
|
|
315
|
+
table.docutils {
|
|
316
|
+
border: 0;
|
|
317
|
+
border-collapse: collapse;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
table caption span.caption-number {
|
|
321
|
+
font-style: italic;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
table caption span.caption-text {
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
table.docutils td, table.docutils th {
|
|
328
|
+
padding: 1px 8px 1px 5px;
|
|
329
|
+
border-top: 0;
|
|
330
|
+
border-left: 0;
|
|
331
|
+
border-right: 0;
|
|
332
|
+
border-bottom: 1px solid #aaa;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
table.field-list td, table.field-list th {
|
|
336
|
+
border: 0 !important;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
table.footnote td, table.footnote th {
|
|
340
|
+
border: 0 !important;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
th {
|
|
344
|
+
text-align: left;
|
|
345
|
+
padding-right: 5px;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
table.citation {
|
|
349
|
+
border-left: solid 1px gray;
|
|
350
|
+
margin-left: 1px;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
table.citation td {
|
|
354
|
+
border-bottom: none;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
/* -- figures --------------------------------------------------------------- */
|
|
358
|
+
|
|
359
|
+
div.figure {
|
|
360
|
+
margin: 0.5em;
|
|
361
|
+
padding: 0.5em;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
div.figure p.caption {
|
|
365
|
+
padding: 0.3em;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
div.figure p.caption span.caption-number {
|
|
369
|
+
font-style: italic;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
div.figure p.caption span.caption-text {
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
/* -- other body styles ----------------------------------------------------- */
|
|
377
|
+
|
|
378
|
+
ol.arabic {
|
|
379
|
+
list-style: decimal;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
ol.loweralpha {
|
|
383
|
+
list-style: lower-alpha;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
ol.upperalpha {
|
|
387
|
+
list-style: upper-alpha;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
ol.lowerroman {
|
|
391
|
+
list-style: lower-roman;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
ol.upperroman {
|
|
395
|
+
list-style: upper-roman;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
dl {
|
|
399
|
+
margin-bottom: 15px;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
dd p {
|
|
403
|
+
margin-top: 0px;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
dd ul, dd table {
|
|
407
|
+
margin-bottom: 10px;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
dd {
|
|
411
|
+
margin-top: 3px;
|
|
412
|
+
margin-bottom: 10px;
|
|
413
|
+
margin-left: 30px;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
dt:target, .highlighted {
|
|
417
|
+
background-color: #fbe54e;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
dl.glossary dt {
|
|
421
|
+
font-weight: bold;
|
|
422
|
+
font-size: 1.1em;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.field-list ul {
|
|
426
|
+
margin: 0;
|
|
427
|
+
padding-left: 1em;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.field-list p {
|
|
431
|
+
margin: 0;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.optional {
|
|
435
|
+
font-size: 1.3em;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.sig-paren {
|
|
439
|
+
font-size: larger;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.versionmodified {
|
|
443
|
+
font-style: italic;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.system-message {
|
|
447
|
+
background-color: #fda;
|
|
448
|
+
padding: 5px;
|
|
449
|
+
border: 3px solid red;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.footnote:target {
|
|
453
|
+
background-color: #ffa;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.line-block {
|
|
457
|
+
display: block;
|
|
458
|
+
margin-top: 1em;
|
|
459
|
+
margin-bottom: 1em;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.line-block .line-block {
|
|
463
|
+
margin-top: 0;
|
|
464
|
+
margin-bottom: 0;
|
|
465
|
+
margin-left: 1.5em;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.guilabel, .menuselection {
|
|
469
|
+
font-family: sans-serif;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
.accelerator {
|
|
473
|
+
text-decoration: underline;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.classifier {
|
|
477
|
+
font-style: oblique;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
abbr, acronym {
|
|
481
|
+
border-bottom: dotted 1px;
|
|
482
|
+
cursor: help;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
/* -- code displays --------------------------------------------------------- */
|
|
486
|
+
|
|
487
|
+
pre {
|
|
488
|
+
overflow: auto;
|
|
489
|
+
overflow-y: hidden; /* fixes display issues on Chrome browsers */
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
td.linenos pre {
|
|
493
|
+
padding: 5px 0px;
|
|
494
|
+
border: 0;
|
|
495
|
+
background-color: transparent;
|
|
496
|
+
color: #aaa;
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
table.highlighttable {
|
|
500
|
+
margin-left: 0.5em;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
table.highlighttable td {
|
|
504
|
+
padding: 0 0.5em 0 0.5em;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
div.code-block-caption {
|
|
508
|
+
padding: 2px 5px;
|
|
509
|
+
font-size: small;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
div.code-block-caption code {
|
|
513
|
+
background-color: transparent;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
div.code-block-caption + div > div.highlight > pre {
|
|
517
|
+
margin-top: 0;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
div.code-block-caption span.caption-number {
|
|
521
|
+
padding: 0.1em 0.3em;
|
|
522
|
+
font-style: italic;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
div.code-block-caption span.caption-text {
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
div.literal-block-wrapper {
|
|
529
|
+
padding: 1em 1em 0;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
div.literal-block-wrapper div.highlight {
|
|
533
|
+
margin: 0;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
code.descname {
|
|
537
|
+
background-color: transparent;
|
|
538
|
+
font-weight: bold;
|
|
539
|
+
font-size: 1.2em;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
code.descclassname {
|
|
543
|
+
background-color: transparent;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
code.xref, a code {
|
|
547
|
+
background-color: transparent;
|
|
548
|
+
font-weight: bold;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
|
|
552
|
+
background-color: transparent;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
.viewcode-link {
|
|
556
|
+
float: right;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
.viewcode-back {
|
|
560
|
+
float: right;
|
|
561
|
+
font-family: sans-serif;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
div.viewcode-block:target {
|
|
565
|
+
margin: -1px -10px;
|
|
566
|
+
padding: 0 10px;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
/* -- math display ---------------------------------------------------------- */
|
|
570
|
+
|
|
571
|
+
img.math {
|
|
572
|
+
vertical-align: middle;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
div.body div.math p {
|
|
576
|
+
text-align: center;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
span.eqno {
|
|
580
|
+
float: right;
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
/* -- printout stylesheet --------------------------------------------------- */
|
|
584
|
+
|
|
585
|
+
@media print {
|
|
586
|
+
div.document,
|
|
587
|
+
div.documentwrapper,
|
|
588
|
+
div.bodywrapper {
|
|
589
|
+
margin: 0 !important;
|
|
590
|
+
width: 100%;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
div.sphinxsidebar,
|
|
594
|
+
div.related,
|
|
595
|
+
div.footer,
|
|
596
|
+
#top-link {
|
|
597
|
+
display: none;
|
|
598
|
+
}
|
|
599
599
|
}
|