Add _static

This commit is contained in:
Vinayak Mehta
2018-09-13 16:25:42 +05:30
parent 9011491ce2
commit 8ee54dfc16
32 changed files with 18 additions and 1 deletions
-1
View File
@@ -9,4 +9,3 @@ dist/
.pytest_cache/ .pytest_cache/
_build/ _build/
_static/
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 505 KiB

+7
View File
@@ -0,0 +1,7 @@
"Cycle Name","KI (1/km)","Distance (mi)","Percent Fuel Savings","","",""
"","","","Improved Speed","Decreased Accel","Eliminate Stops","Decreased Idle"
"2012_2","3.30","1.3","5.9%","9.5%","29.2%","17.4%"
"2145_1","0.68","11.2","2.4%","0.1%","9.5%","2.7%"
"4234_1","0.59","58.7","8.5%","1.3%","8.5%","3.3%"
"2032_2","0.17","57.8","21.7%","0.3%","2.7%","1.2%"
"4171_1","0.07","173.9","58.1%","1.6%","2.1%","0.5%"
1 Cycle Name KI (1/km) Distance (mi) Percent Fuel Savings
2 Improved Speed Decreased Accel Eliminate Stops Decreased Idle
3 2012_2 3.30 1.3 5.9% 9.5% 29.2% 17.4%
4 2145_1 0.68 11.2 2.4% 0.1% 9.5% 2.7%
5 4234_1 0.59 58.7 8.5% 1.3% 8.5% 3.3%
6 2032_2 0.17 57.8 21.7% 0.3% 2.7% 1.2%
7 4171_1 0.07 173.9 58.1% 1.6% 2.1% 0.5%
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

+7
View File
@@ -0,0 +1,7 @@
"Cycle Name","KI (1/km)","Distance (mi)","Percent Fuel Savings","","",""
"","","","Improved Speed","Decreased Accel","Eliminate Stops","Decreased Idle"
"2012_2","3.30","1.3","5.9%","9.5%","29.2%","17.4%"
"2145_1","0.68","11.2","2.4%","0.1%","9.5%","2.7%"
"4234_1","0.59","58.7","8.5%","1.3%","8.5%","3.3%"
"2032_2","0.17","57.8","21.7%","0.3%","2.7%","1.2%"
"4171_1","0.07","173.9","58.1%","1.6%","2.1%","0.5%"
1 Cycle Name KI (1/km) Distance (mi) Percent Fuel Savings
2 Improved Speed Decreased Accel Eliminate Stops Decreased Idle
3 2012_2 3.30 1.3 5.9% 9.5% 29.2% 17.4%
4 2145_1 0.68 11.2 2.4% 0.1% 9.5% 2.7%
5 4234_1 0.59 58.7 8.5% 1.3% 8.5% 3.3%
6 2032_2 0.17 57.8 21.7% 0.3% 2.7% 1.2%
7 4171_1 0.07 173.9 58.1% 1.6% 2.1% 0.5%
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Vendored Executable
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

+4
View File
@@ -8,6 +8,8 @@ This page covers some of the more advanced configurations for :ref:`Stream <stre
Plot geometry Plot geometry
------------- -------------
You can call Lattice with debug={'line', 'intersection', 'contour', 'table'}, and call `debug_plot()` which will generate an image like the ones on this page, with the help of which you can modify various parameters. See :doc:`API doc <api>` for more information. You can call Lattice with debug={'line', 'intersection', 'contour', 'table'}, and call `debug_plot()` which will generate an image like the ones on this page, with the help of which you can modify various parameters. See :doc:`API doc <api>` for more information.
Process background lines Process background lines
@@ -36,6 +38,8 @@ Split text in spanning cells
Flag subscripts and superscripts Flag subscripts and superscripts
-------------------------------- --------------------------------
.. note:: This will available in a future release.
Control how text is grouped into rows Control how text is grouped into rows
------------------------------------- -------------------------------------