Skip to content

Commit

Permalink
chore: Added getting help page
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim committed Jul 20, 2024
1 parent 1dc31c5 commit 75f4c67
Show file tree
Hide file tree
Showing 317 changed files with 130 additions and 176 deletions.
95 changes: 3 additions & 92 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,97 +109,8 @@

myst_substitutions = {

"rectangle": '<img src="../images/icons/RECTANGLE_TOOL.png" />',
"icon_rectangle": '<img src="../images/icons/RECTANGLE_TOOL.png" class="inline-icon" />',
"tool_rectangle": '<img src="../images/icons/RECTANGLE_TOOL.png" class="tool-icon" />',

"ellipse": '<img src="../images/icons/ELLIPSE_TOOL.png" />',
"icon_ellipse": '<img src="../images/icons/ELLIPSE_TOOL.png" class="inline-icon" />',
"tool_ellipse": '<img src="../images/icons/ELLIPSE_TOOL.png" class="tool-icon" />',

"line": '<img src="../images/icons/LINE_TOOL.png" />',
"icon_line": '<img src="../images/icons/LINE_TOOL.png" class="inline-icon" />',
"tool_line": '<img src="../images/icons/LINE_TOOL.png" class="tool-icon" />',

"polygon": '<img src="../images/icons/POLYGON_TOOL.png" />',
"icon_polygon": '<img src="../images/icons/POLYGON_TOOL.png" class="inline-icon" />',
"tool_polygon": '<img src="../images/icons/POLYGON_TOOL.png" class="tool-icon" />',

"polyline": '<img src="../images/icons/POLYLINE_TOOL.png" />',
"icon_polyline": '<img src="../images/icons/POLYLINE_TOOL.png" class="inline-icon" />',
"tool_polyline": '<img src="../images/icons/POLYLINE_TOOL.png" class="tool-icon" />',

"brush": '<img src="../images/icons/BRUSH_TOOL.png" />',
"icon_brush": '<img src="../images/icons/BRUSH_TOOL.png" class="inline-icon" />',
"tool_brush": '<img src="../images/icons/BRUSH_TOOL.png" class="tool-icon" />',

"wand": '<img src="../images/icons/WAND_TOOL.png" />',
"icon_wand": '<img src="../images/icons/WAND_TOOL.png" class="inline-icon" />',
"tool_wand": '<img src="../images/icons/WAND_TOOL.png" class="tool-icon" />',

"points": '<img src="../images/icons/POINTS_TOOL.png" />',
"icon_points": '<img src="../images/icons/POINTS_TOOL.png" class="inline-icon" />',
"tool_points": '<img src="../images/icons/POINTS_TOOL.png" class="tool-icon" />',

"move": '<img src="../images/icons/MOVE_TOOL.png" />',
"icon_move": '<img src="../images/icons/MOVE_TOOL.png" class="inline-icon" />',
"tool_move": '<img src="../images/icons/MOVE_TOOL.png" class="tool-icon" />',

"selection_mode": '<img src="../images/icons/SELECTION_MODE.png" />',
"icon_selection_mode": '<img src="../images/icons/SELECTION_MODE.png" class="inline-icon" />',
"tool_selection_mode": '<img src="../images/icons/SELECTION_MODE.png" class="tool-icon" />',

"help": '<img src="../images/icons/HELP.png" />',
"icon_help": '<img src="../images/icons/HELP.png" class="inline-icon" />',
"tool_help": '<img src="../images/icons/HELP.png" class="tool-icon" />',

"log": '<img src="../images/icons/LOG_VIEWER.png" />',
"icon_log": '<img src="../images/icons/LOG_VIEWER.png" class="inline-icon" />',
"tool_log": '<img src="../images/icons/LOG_VIEWER.png" class="tool-icon" />',

"grid": '<img src="../images/icons/GRID.png" />',
"icon_grid": '<img src="../images/icons/GRID.png" class="inline-icon" />',

"measure": '<img src="../images/icons/MEASURE.png" />',
"icon_measure": '<img src="../images/icons/MEASURE.png" class="inline-icon" />',

"table": '<img src="../images/icons/TABLE.png" />',
"icon_table": '<img src="../images/icons/TABLE.png" class="inline-icon" />',

"cog": '<img src="../images/icons/COG.png" />',
"icon_cog": '<img src="../images/icons/COG.png" class="inline-icon" />',

"annotations": '<img src="../images/icons/ANNOTATIONS.png" />',
"icon_annotations": '<img src="../images/icons/ANNOTATIONS.png" class="inline-icon" />',

"detections": '<img src="../images/icons/DETECTIONS.png" />',
"icon_detections": '<img src="../images/icons/DETECTIONS.png" class="inline-icon" />',

"annotations_fill": '<img src="../images/icons/ANNOTATIONS_FILL.png" />',
"icon_annotations_fill": '<img src="../images/icons/ANNOTATIONS_FILL.png" class="inline-icon" />',

"detections_fill": '<img src="../images/icons/DETECTIONS_FILL.png" />',
"icon_detections_fill": '<img src="../images/icons/DETECTIONS_FILL.png" class="inline-icon" />',

"tma_grid": '<img src="../images/icons/TMA_GRID.png" />',
"icon_tma_grid": '<img src="../images/icons/TMA_GRID.png" class="inline-icon" />',

"screenshot": '<img src="../images/icons/SCREENSHOT.png" />',
"icon_screenshot": '<img src="../images/icons/SCREENSHOT.png" class="inline-icon" />',

"extract_image": '<img src="../images/icons/EXTRACT_REGION.png" />',
"icon_extract_image": '<img src="../images/icons/EXTRACT_REGION.png" class="inline-icon" />',

"contrast": '<img src="../images/icons/CONTRAST.png" />',
"icon_contrast": '<img src="../images/icons/CONTRAST.png" class="inline-icon" />',

"play": '<img src="../images/icons/PLAYBACK_PLAY.png" />',
"icon_play": '<img src="../images/icons/PLAYBACK_PLAY.png" class="inline-icon" />',

"stop": '<img src="../images/icons/TRACKING_STOP.png" />',
"icon_stop": '<img src="../images/icons/TRACKING_STOP.png" class="inline-icon" />',

"record": '<img src="../images/icons/TRACKING_RECORD.png" />',
"icon_record": '<img src="../images/icons/TRACKING_RECORD.png" class="inline-icon" />',
"info": '<img src="../images/icons/icons8-info-50-circle.png" />',
"icon_info": '<img src="../images/icons/icons8-info-50-circle.png" class="inline-icon" />',
"tool_info": '<img src="../images/icons/icons8-info-50-circle.png" class="tool-icon" />',

}
Binary file removed docs/images/icons/ACTIVE_SERVER.png
Binary file not shown.
Binary file removed docs/images/icons/ANNOTATIONS.png
Binary file not shown.
Binary file removed docs/images/icons/ANNOTATIONS_FILL.png
Binary file not shown.
Binary file removed docs/images/icons/ARROW_DOUBLE_TOOL.png
Binary file not shown.
Binary file removed docs/images/icons/ARROW_END_TOOL.png
Binary file not shown.
Binary file removed docs/images/icons/ARROW_START_TOOL.png
Binary file not shown.
Binary file removed docs/images/icons/BRUSH_TOOL.png
Binary file not shown.
Binary file removed docs/images/icons/CELL_NUCLEI_BOTH.png
Binary file not shown.
Binary file removed docs/images/icons/CELL_ONLY.png
Binary file not shown.
Binary file removed docs/images/icons/CENTROIDS_ONLY.png
Binary file not shown.
Binary file removed docs/images/icons/COG.png
Binary file not shown.
Binary file removed docs/images/icons/CONTRAST.png
Binary file not shown.
Binary file removed docs/images/icons/DETECTIONS.png
Binary file not shown.
Binary file removed docs/images/icons/DETECTIONS_FILL.png
Binary file not shown.
Binary file removed docs/images/icons/ELLIPSE_TOOL.png
Binary file not shown.
Binary file removed docs/images/icons/EXTRACT_REGION.png
Binary file not shown.
Binary file removed docs/images/icons/GRID.png
Binary file not shown.
Binary file removed docs/images/icons/HELP.png
Binary file not shown.
Binary file removed docs/images/icons/INACTIVE_SERVER.png
Binary file not shown.
Binary file removed docs/images/icons/LINE_TOOL.png
Binary file not shown.
Binary file removed docs/images/icons/LOCATION.png
Binary file not shown.
Binary file removed docs/images/icons/LOG_VIEWER.png
Binary file not shown.
Binary file removed docs/images/icons/MEASURE.png
Binary file not shown.
Binary file removed docs/images/icons/MINUS.png
Binary file not shown.
Binary file removed docs/images/icons/MOVE_TOOL.png
Binary file not shown.
Binary file removed docs/images/icons/NUCLEI_ONLY.png
Diff not rendered.
Binary file removed docs/images/icons/OVERVIEW.png
Diff not rendered.
Binary file removed docs/images/icons/PIXEL_CLASSIFICATION.png
Diff not rendered.
Binary file removed docs/images/icons/PLAYBACK_PLAY.png
Diff not rendered.
Binary file removed docs/images/icons/POINTS_TOOL.png
Diff not rendered.
Binary file removed docs/images/icons/POLYGON_TOOL.png
Diff not rendered.
Binary file removed docs/images/icons/POLYLINE_TOOL.png
Diff not rendered.
Binary file removed docs/images/icons/RECTANGLE_TOOL.png
Diff not rendered.
Binary file removed docs/images/icons/REFRESH.png
Diff not rendered.
Binary file removed docs/images/icons/SCREENSHOT.png
Diff not rendered.
Binary file removed docs/images/icons/SCRIPT_EDITOR.png
Diff not rendered.
Binary file removed docs/images/icons/SELECTION_MODE.png
Diff not rendered.
Binary file removed docs/images/icons/SHOW_NAMES.png
Diff not rendered.
Binary file removed docs/images/icons/SHOW_SCALEBAR.png
Diff not rendered.
Binary file removed docs/images/icons/TABLE.png
Diff not rendered.
Binary file removed docs/images/icons/TMA_GRID.png
Diff not rendered.
Binary file removed docs/images/icons/TRACKING_RECORD.png
Diff not rendered.
Binary file removed docs/images/icons/TRACKING_REWIND.png
Diff not rendered.
Binary file removed docs/images/icons/TRACKING_STOP.png
Diff not rendered.
Binary file removed docs/images/icons/VIEWER_GRID_1x1.png
Diff not rendered.
Binary file removed docs/images/icons/VIEWER_GRID_1x2.png
Diff not rendered.
Binary file removed docs/images/icons/VIEWER_GRID_2x1.png
Diff not rendered.
Binary file removed docs/images/icons/VIEWER_GRID_2x2.png
Diff not rendered.
Binary file removed docs/images/icons/VIEWER_GRID_3x3.png
Diff not rendered.
Binary file removed docs/images/icons/WAND_TOOL.png
Diff not rendered.
Binary file removed docs/images/icons/ZOOM_IN.png
Diff not rendered.
Binary file removed docs/images/icons/ZOOM_OUT.png
Diff not rendered.
Binary file removed docs/images/icons/ZOOM_TO_FIT.png
Diff not rendered.
Binary file added docs/images/icons/dom-voronoi-50.png
Binary file added docs/images/icons/girafa.gif
Binary file added docs/images/icons/icon.png
Binary file added docs/images/icons/icon_eva.png
Binary file added docs/images/icons/icon_high_res.png
Binary file added docs/images/icons/icons8-100-50.png
Binary file added docs/images/icons/icons8-25-50.png
Binary file added docs/images/icons/icons8-3-50.png
Binary file added docs/images/icons/icons8-3d-50.png
Binary file added docs/images/icons/icons8-50-50.png
Binary file added docs/images/icons/icons8-activity-50.png
Binary file added docs/images/icons/icons8-add-image-50.png
Binary file added docs/images/icons/icons8-add-new-50.png
Binary file added docs/images/icons/icons8-adjust-50.png
Binary file added docs/images/icons/icons8-all-out-50.png
Binary file added docs/images/icons/icons8-animated-50.png
Binary file added docs/images/icons/icons8-back-50.png
Binary file added docs/images/icons/icons8-background-remover-50.png
Binary file added docs/images/icons/icons8-bar-chart-50.png
Binary file added docs/images/icons/icons8-baseline-50.png
Binary file added docs/images/icons/icons8-bell-curve-50.png
Binary file added docs/images/icons/icons8-black-and-white-50.png
Binary file added docs/images/icons/icons8-blur-50.png
Binary file added docs/images/icons/icons8-body-cells-50.png
Binary file added docs/images/icons/icons8-bookmark-50.png
Binary file added docs/images/icons/icons8-brain-50.png
Binary file added docs/images/icons/icons8-bubble-50-black-#000000.png
Binary file added docs/images/icons/icons8-bubble-50-gray-#818181.png
Binary file added docs/images/icons/icons8-bubble-50.png
Binary file added docs/images/icons/icons8-bubble-50red-#B91717.png
Binary file added docs/images/icons/icons8-bubble-blue-#1771B9-50.png
Binary file added docs/images/icons/icons8-bursts-50.png
Binary file added docs/images/icons/icons8-cancel-50.png
Binary file added docs/images/icons/icons8-cancel-last-digit-50.png
Binary file added docs/images/icons/icons8-centralized-network-50.png
Binary file added docs/images/icons/icons8-chevron-left-50.png
Binary file added docs/images/icons/icons8-chevron-right-50.png
Binary file added docs/images/icons/icons8-circle-50.png
Binary file added docs/images/icons/icons8-cleanup-edges-50.png
Binary file added docs/images/icons/icons8-cleanup-noise-50.png
Binary file added docs/images/icons/icons8-close-50-1.png
Binary file added docs/images/icons/icons8-close-50.png
Binary file added docs/images/icons/icons8-collage-50.png
Binary file added docs/images/icons/icons8-color-mode-50.png
Binary file added docs/images/icons/icons8-combo-chart-50.png
Binary file added docs/images/icons/icons8-comments-50.png
Binary file added docs/images/icons/icons8-compress-50.png
Binary file added docs/images/icons/icons8-connect-50.png
Binary file added docs/images/icons/icons8-connection-status-on-50.png
Binary file added docs/images/icons/icons8-coordinate-system-50.png
Binary file added docs/images/icons/icons8-coupon-50.png
Binary file added docs/images/icons/icons8-crop-50.png
Binary file added docs/images/icons/icons8-csv-50.png
Binary file added docs/images/icons/icons8-database-50.png
Binary file added docs/images/icons/icons8-delete-50.png
Binary file added docs/images/icons/icons8-diagonal-lines-50.png
Binary file added docs/images/icons/icons8-divide-50.png
Binary file added docs/images/icons/icons8-dna-helix-50.png
Binary file added docs/images/icons/icons8-double-left-50.png
Binary file added docs/images/icons/icons8-double-right-50.png
Binary file added docs/images/icons/icons8-download-50.png
Binary file added docs/images/icons/icons8-downloading-updates-50.png
Binary file added docs/images/icons/icons8-downloads-50.png
Binary file added docs/images/icons/icons8-edit-image-50.png
Binary file added docs/images/icons/icons8-electrical-threshold-50.png
Binary file added docs/images/icons/icons8-electronics-50.png
Binary file added docs/images/icons/icons8-ellipse-50.png
Binary file added docs/images/icons/icons8-end-50.png
Binary file added docs/images/icons/icons8-entering-geo-fence-50.png
Binary file added docs/images/icons/icons8-erase-image-50.png
Binary file added docs/images/icons/icons8-error-50.png
Binary file added docs/images/icons/icons8-erythrocytes-50.png
Binary file added docs/images/icons/icons8-expand-50.png
Binary file added docs/images/icons/icons8-export-50.png
Binary file added docs/images/icons/icons8-export-excel-50.png
Binary file added docs/images/icons/icons8-external-link-50.png
Binary file added docs/images/icons/icons8-eye-50.png
Binary file added docs/images/icons/icons8-fast-forward-50.png
Binary file added docs/images/icons/icons8-filled-circle-50.png
Binary file added docs/images/icons/icons8-filter-50.png
Binary file added docs/images/icons/icons8-final-state-50.png
Binary file added docs/images/icons/icons8-flax-seeds-50.png
Binary file added docs/images/icons/icons8-flip-vertical-50.png
Binary file added docs/images/icons/icons8-folder-50.png
Binary file added docs/images/icons/icons8-forward-50.png
Binary file added docs/images/icons/icons8-frames-50.png
Binary file added docs/images/icons/icons8-full-image-50.png
Binary file added docs/images/icons/icons8-full-screen-50 (1).png
Binary file added docs/images/icons/icons8-full-screen-50.png
Binary file added docs/images/icons/icons8-full-stop-50.png
Binary file added docs/images/icons/icons8-gallery-50.png
Binary file added docs/images/icons/icons8-gantt-chart-50.png
Binary file added docs/images/icons/icons8-genealogy-50.png
Binary file added docs/images/icons/icons8-github-50.png
Binary file added docs/images/icons/icons8-graph-50.png
Binary file added docs/images/icons/icons8-grayscale-50.png
Binary file added docs/images/icons/icons8-hand-50.png
Binary file added docs/images/icons/icons8-header-1-50.png
Binary file added docs/images/icons/icons8-header-3-50.png
Binary file added docs/images/icons/icons8-heat-map-50.png
Binary file added docs/images/icons/icons8-histogram-50-01.png
Binary file added docs/images/icons/icons8-histogram-50.png
Binary file added docs/images/icons/icons8-home-50.png
Binary file added docs/images/icons/icons8-image-50.png
Binary file added docs/images/icons/icons8-image-gallery-50.png
Binary file added docs/images/icons/icons8-inactive-state-50.png
Binary file added docs/images/icons/icons8-incoming-data-50.png
Binary file added docs/images/icons/icons8-infinity-50.png
Binary file added docs/images/icons/icons8-info-50-blue.png
Binary file added docs/images/icons/icons8-info-50-circle.png
Binary file added docs/images/icons/icons8-info-50.png
Binary file added docs/images/icons/icons8-information-50.png
Binary file added docs/images/icons/icons8-initial-state-50.png
Binary file added docs/images/icons/icons8-invert-colors-50.png
Binary file added docs/images/icons/icons8-invert-selection-50.png
Binary file added docs/images/icons/icons8-invisible-50.png
Binary file added docs/images/icons/icons8-ksi-50.png
Binary file added docs/images/icons/icons8-labels-50.png
Binary file added docs/images/icons/icons8-lambda-50.png
Binary file added docs/images/icons/icons8-last-quarter-50.png
Binary file added docs/images/icons/icons8-layer-mask-50.png
Binary file added docs/images/icons/icons8-layers-50.png
Binary file added docs/images/icons/icons8-left-50.png
Binary file added docs/images/icons/icons8-less-than-50.png
Binary file added docs/images/icons/icons8-light-50.png
Binary file added docs/images/icons/icons8-line-chart-50.png
Binary file added docs/images/icons/icons8-line-width-50.png
Binary file added docs/images/icons/icons8-literature-50.png
Binary file added docs/images/icons/icons8-live-photos-50.png
Binary file added docs/images/icons/icons8-logout-50.png
Binary file added docs/images/icons/icons8-lowercase-50.png
Binary file added docs/images/icons/icons8-mark-as-favorite-50.png
Binary file added docs/images/icons/icons8-medium-icons-50.png
Binary file added docs/images/icons/icons8-merge-horizontal-50.png
Binary file added docs/images/icons/icons8-mesh-50.png
Binary file added docs/images/icons/icons8-microsoft-excel-50.png
Binary file added docs/images/icons/icons8-mind-map-50.png
Binary file added docs/images/icons/icons8-minimum-value-50.png
Binary file added docs/images/icons/icons8-minus-sign-50.png
Binary file added docs/images/icons/icons8-moose-50.png
Binary file added docs/images/icons/icons8-move-50.png
Binary file added docs/images/icons/icons8-multiply-50.png
Binary file added docs/images/icons/icons8-music-50.png
Binary file added docs/images/icons/icons8-my-location-50.png
Binary file added docs/images/icons/icons8-neuron-50.png
Binary file added docs/images/icons/icons8-new-product-50.png
Binary file added docs/images/icons/icons8-no-image-50.png
Binary file added docs/images/icons/icons8-notification-center-50.png
Binary file added docs/images/icons/icons8-octagon-50.png
Binary file added docs/images/icons/icons8-open-lock-50.png
Binary file added docs/images/icons/icons8-opened-folder-50.png
Binary file added docs/images/icons/icons8-orthogonal-view-50.png
Binary file added docs/images/icons/icons8-oval-50.png
Binary file added docs/images/icons/icons8-padlock-50.png
Binary file added docs/images/icons/icons8-pause-50.png
Binary file added docs/images/icons/icons8-pdf-50.png
Binary file added docs/images/icons/icons8-pentagon-50.png
Binary file added docs/images/icons/icons8-percentage-50.png
Binary file added docs/images/icons/icons8-photo-gallery-50.png
Binary file added docs/images/icons/icons8-picture-1000.png
Binary file added docs/images/icons/icons8-picture-50.png
Binary file added docs/images/icons/icons8-pin-50.png
Binary file added docs/images/icons/icons8-plasmid-50.png
Binary file added docs/images/icons/icons8-play-50.png
Binary file added docs/images/icons/icons8-plot-50.png
Binary file added docs/images/icons/icons8-plus-math-50.png
Binary file added docs/images/icons/icons8-polygon-50-2.png
Binary file added docs/images/icons/icons8-polygon-50.png
Binary file added docs/images/icons/icons8-preloader-50.png
Binary file added docs/images/icons/icons8-prison-50.png
Binary file added docs/images/icons/icons8-process-50.png
Binary file added docs/images/icons/icons8-prototype-50.png
Binary file added docs/images/icons/icons8-query-50.png
Binary file added docs/images/icons/icons8-query-inner-join-50.png
Binary file added docs/images/icons/icons8-query-outer-join-50.png
Binary file added docs/images/icons/icons8-rectangle-50.png
Binary file added docs/images/icons/icons8-refresh-50.png
Binary file added docs/images/icons/icons8-remove-image-50.png
Binary file added docs/images/icons/icons8-replace-50.png
Binary file added docs/images/icons/icons8-reset-50.png
Binary file added docs/images/icons/icons8-resize-50.png
Binary file added docs/images/icons/icons8-resize-file-50.png
Binary file added docs/images/icons/icons8-restart-50.png
Binary file added docs/images/icons/icons8-rewind-50.png
Binary file added docs/images/icons/icons8-rotate-left-50.png
Binary file added docs/images/icons/icons8-rotate-right-50.png
Binary file added docs/images/icons/icons8-rounded-square-50.png
Binary file added docs/images/icons/icons8-save-50-1.png
Binary file added docs/images/icons/icons8-save-50-red.png
Binary file added docs/images/icons/icons8-save-50.png
Binary file added docs/images/icons/icons8-save-all-50.png
Binary file added docs/images/icons/icons8-save-archive-50.png
Binary file added docs/images/icons/icons8-save-as-50.png
Binary file added docs/images/icons/icons8-save-close-50.png
Binary file added docs/images/icons/icons8-scatter-plot-50.png
Binary file added docs/images/icons/icons8-search-50.png
Binary file added docs/images/icons/icons8-select-none-50.png
Binary file added docs/images/icons/icons8-send-backward-50.png
Binary file added docs/images/icons/icons8-send-to-back-50.png
Binary file added docs/images/icons/icons8-settings-50.png
Binary file added docs/images/icons/icons8-sheets-50.png
Binary file added docs/images/icons/icons8-sigma-50.png
Binary file added docs/images/icons/icons8-sine-50.png
Binary file added docs/images/icons/icons8-skip-to-start-50.png
Binary file added docs/images/icons/icons8-slide-up-50.png
Binary file added docs/images/icons/icons8-smartphone-ram-50.png
Binary file added docs/images/icons/icons8-solar-cross-50.png
Binary file added docs/images/icons/icons8-sort-down-50.png
Binary file added docs/images/icons/icons8-sort-left-50.png
Binary file added docs/images/icons/icons8-sphere-50.png
Binary file added docs/images/icons/icons8-spinner-50.png
Binary file added docs/images/icons/icons8-split-50.png
Binary file added docs/images/icons/icons8-spread-50.png
Binary file added docs/images/icons/icons8-square-border-50.png
Binary file added docs/images/icons/icons8-stop-50.png
Binary file added docs/images/icons/icons8-support-50.png
Binary file added docs/images/icons/icons8-synchronize-50.png
Binary file added docs/images/icons/icons8-system-task-50.png
Binary file added docs/images/icons/icons8-table-top-view-50.png
Binary file added docs/images/icons/icons8-tags-50.png
Binary file added docs/images/icons/icons8-target-50.png
Binary file added docs/images/icons/icons8-term-50.png
Binary file added docs/images/icons/icons8-tesseract-50.png
Binary file added docs/images/icons/icons8-text-50.png
Binary file added docs/images/icons/icons8-text-input-form-50.png
Binary file added docs/images/icons/icons8-today-50.png
Binary file added docs/images/icons/icons8-topic-50.png
Binary file added docs/images/icons/icons8-trash-50.png
Binary file added docs/images/icons/icons8-trash-can-50.png
Binary file added docs/images/icons/icons8-triangle-50.png
Binary file added docs/images/icons/icons8-triangle-arrow-50.png
Binary file added docs/images/icons/icons8-ttf-50.png
Binary file added docs/images/icons/icons8-typography-50.png
Loading

0 comments on commit 75f4c67

Please sign in to comment.