From 90c797e7caca86ed58cb9022ec435ba83d99fff5 Mon Sep 17 00:00:00 2001 From: michaelkirk Date: Tue, 18 May 2021 01:35:43 +0000 Subject: [PATCH] deploy: 11df7f79c78ed06c671f2f2e5fcbb24b42705f19 --- rustdoc/game/all.html | 2 +- rustdoc/game/app/struct.App.html | 8 +- .../built_info/constant.BUILT_TIME_UTC.html | 2 +- .../game/sandbox/dashboards/enum.DashTab.html | 10 +- rustdoc/game/sandbox/dashboards/index.html | 4 +- .../dashboards/risks/fn.bucketize_isizes.html | 5 - .../dashboards/risks/fn.safety_matrix.html | 5 - .../game/sandbox/dashboards/risks/index.html | 9 +- .../sandbox/dashboards/risks/sidebar-items.js | 2 +- .../dashboards/risks/struct.Filter.html | 6 +- .../risks/struct.RiskSummaries.html | 6 +- .../game/sandbox/dashboards/sidebar-items.js | 2 +- .../travel_times/fn.contingency_table.html | 2 +- .../travel_times/fn.export_times.html | 2 +- .../dashboards/travel_times/fn.pct_diff.html | 2 +- .../travel_times/fn.scatter_plot.html | 2 +- .../travel_times/fn.summary_boxes.html | 2 +- .../dashboards/travel_times/index.html | 2 +- .../travel_times/struct.Filter.html | 7 +- .../travel_times/struct.TravelTimes.html | 8 +- .../enum.ProblemType.html | 12 +- .../trip_problems/fn.bucketize_isizes.html | 5 + .../trip_problems/fn.problem_matrix.html | 5 + .../dashboards/trip_problems/index.html | 10 + .../dashboards/trip_problems/sidebar-items.js | 1 + .../struct.CLEAR_COLOR_SCALE.html | 12 +- .../struct.Matrix.html | 8 +- .../struct.MatrixOptions.html | 8 +- .../trait.TripProblemFilter.html | 11 + .../implementors/core/clone/trait.Clone.js | 2 +- .../implementors/core/cmp/trait.PartialEq.js | 2 +- .../implementors/core/marker/trait.Copy.js | 2 +- .../implementors/core/marker/trait.Freeze.js | 2 +- .../implementors/core/marker/trait.Send.js | 2 +- .../core/marker/trait.StructuralPartialEq.js | 2 +- .../implementors/core/marker/trait.Sync.js | 2 +- .../implementors/core/marker/trait.Unpin.js | 2 +- .../core/ops/deref/trait.Deref.js | 2 +- .../trip_problems/trait.TripProblemFilter.js | 3 + .../lazy_static/trait.LazyStatic.js | 2 +- .../std/panic/trait.RefUnwindSafe.js | 2 +- .../std/panic/trait.UnwindSafe.js | 2 +- rustdoc/search-index.js | 10 +- rustdoc/source-files.js | 2 +- rustdoc/src/fifteen_min/viewer.rs.html | 2 +- .../game-8fd4d727846ff3e4/out/built.rs.html | 2 +- rustdoc/src/game/info/trip.rs.html | 18 +- .../src/game/sandbox/dashboards/mod.rs.html | 2 + .../src/game/sandbox/dashboards/risks.rs.html | 776 +---------------- .../sandbox/dashboards/travel_times.rs.html | 170 +++- .../sandbox/dashboards/trip_problems.rs.html | 779 ++++++++++++++++++ .../sandbox/gameplay/play_scenario.rs.html | 4 +- rustdoc/src/osm_viewer/viewer.rs.html | 4 +- rustdoc/src/widgetry/event_ctx.rs.html | 2 +- rustdoc/src/widgetry/widgets/mod.rs.html | 20 +- rustdoc/widgetry/struct.EdgeInsets.html | 20 +- rustdoc/widgetry/struct.Widget.html | 26 +- rustdoc/widgetry/widgets/index.html | 2 +- .../widgetry/widgets/struct.EdgeInsets.html | 20 +- rustdoc/widgetry/widgets/struct.Widget.html | 26 +- 60 files changed, 1125 insertions(+), 947 deletions(-) delete mode 100644 rustdoc/game/sandbox/dashboards/risks/fn.bucketize_isizes.html delete mode 100644 rustdoc/game/sandbox/dashboards/risks/fn.safety_matrix.html rename rustdoc/game/sandbox/dashboards/{risks => trip_problems}/enum.ProblemType.html (72%) create mode 100644 rustdoc/game/sandbox/dashboards/trip_problems/fn.bucketize_isizes.html create mode 100644 rustdoc/game/sandbox/dashboards/trip_problems/fn.problem_matrix.html create mode 100644 rustdoc/game/sandbox/dashboards/trip_problems/index.html create mode 100644 rustdoc/game/sandbox/dashboards/trip_problems/sidebar-items.js rename rustdoc/game/sandbox/dashboards/{risks => trip_problems}/struct.CLEAR_COLOR_SCALE.html (76%) rename rustdoc/game/sandbox/dashboards/{risks => trip_problems}/struct.Matrix.html (71%) rename rustdoc/game/sandbox/dashboards/{risks => trip_problems}/struct.MatrixOptions.html (82%) create mode 100644 rustdoc/game/sandbox/dashboards/trip_problems/trait.TripProblemFilter.html create mode 100644 rustdoc/implementors/game/sandbox/dashboards/trip_problems/trait.TripProblemFilter.js create mode 100644 rustdoc/src/game/sandbox/dashboards/trip_problems.rs.html diff --git a/rustdoc/game/all.html b/rustdoc/game/all.html index 2872c51aae..3abcee17b7 100644 --- a/rustdoc/game/all.html +++ b/rustdoc/game/all.html @@ -3,5 +3,5 @@

List of all items[] -

Structs

Enums

Traits

Functions

Typedefs

Constants

+

Structs

Enums

Traits

Functions

Typedefs

Constants

\ No newline at end of file diff --git a/rustdoc/game/app/struct.App.html b/rustdoc/game/app/struct.App.html index 68f95ffb6f..3c3b7c274e 100644 --- a/rustdoc/game/app/struct.App.html +++ b/rustdoc/game/app/struct.App.html @@ -249,8 +249,8 @@ call this to handle all other events. Read more

impl State<App> for RiskSummaries[src]

impl State<App> for RiskSummaries[src]

impl State<App> for RectangularSelector[src]

impl State<App> for TravelTimes[src]

impl State<App> for TravelTimes[src]

impl State<App> for TripTable[src]