Skip to content

Commit

Permalink
Add slider to documentation look up table
Browse files Browse the repository at this point in the history
  • Loading branch information
CKrawczyk committed Sep 27, 2018
1 parent 8fc8dc0 commit b7dfa10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/Task_lookup_table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Basic task types
+--------------------+----------------------------------------------------------------------+---------------------------------------------------------------------------------------+
| Dropdown | :mod:`panoptes_aggregation.extractors.dropdown_extractor` | :mod:`panoptes_aggregation.reducers.dropdown_reducer` |
+--------------------+----------------------------------------------------------------------+---------------------------------------------------------------------------------------+
| Slider | :mod:`panoptes_aggregation.extractors.slider_extractor` | :mod:`panoptes_aggregation.reducers.slider_reducer` |
+--------------------+----------------------------------------------------------------------+---------------------------------------------------------------------------------------+
| Survey | :mod:`panoptes_aggregation.extractors.survey_extractor` | :mod:`panoptes_aggregation.reducers.survey_reducer` |
+--------------------+----------------------------------------------------------------------+---------------------------------------------------------------------------------------+
| Point | :mod:`panoptes_aggregation.extractors.point_extractor_by_frame` | :mod:`panoptes_aggregation.reducers.point_reducer_dbscan` (includes cov information) |
Expand Down

0 comments on commit b7dfa10

Please sign in to comment.