Salome HOME
bos #20430 [CEA 20428] FIELDS : improvement of simplified visualisations: Documentation
authorrnv <rnv@opencascade.com>
Tue, 20 Apr 2021 21:23:06 +0000 (00:23 +0300)
committerrnv <rnv@opencascade.com>
Fri, 30 Apr 2021 15:19:23 +0000 (18:19 +0300)
commit92aa42bea9a1de9066bbc95efdf1e049ba7ed9bf
treee7d9e010164edc52464075d5f20ada5fec9597e5
parent1ac55efe6e7f983cc71f072db6e727152a3411e8
bos #20430 [CEA 20428] FIELDS : improvement of simplified visualisations: Documentation
56 files changed:
CMakeLists.txt
doc/dev/sphinx/index.rst
doc/dev/sphinx/medcalc-userguide-gui.rst
src/MEDCalc/CMakeLists.txt
src/MEDCalc/doc/CMakeLists.txt [new file with mode: 0644]
src/MEDCalc/doc/conf.py.in [new file with mode: 0644]
src/MEDCalc/doc/images/image_contour.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_contour_prs.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_cut_segment.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_cut_segment_prs.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_data_source_representation.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_datasource_add.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_deflection.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_deflection_shape_prs.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_fields.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_fields_preferences.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_file_search.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_icons_modern.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_icons_standard.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_mesh.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_mesh_prs.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_plot3d.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_plot3d_prs.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_point_sprite.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_point_sprite_prs.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_representations.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_scalar_map.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_scalar_map_prs.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_slices.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_slices_prs.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_stream_lines.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_stream_lines_prs.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_vector.png [new file with mode: 0644]
src/MEDCalc/doc/images/image_vector_field_prs.png [new file with mode: 0644]
src/MEDCalc/doc/input/fields_contour_presentation.rst [new file with mode: 0644]
src/MEDCalc/doc/input/fields_cut_segment_presentation.rst [new file with mode: 0644]
src/MEDCalc/doc/input/fields_data_source.rst [new file with mode: 0644]
src/MEDCalc/doc/input/fields_deflection_shape_presentation.rst [new file with mode: 0644]
src/MEDCalc/doc/input/fields_fields_presentation.rst [new file with mode: 0644]
src/MEDCalc/doc/input/fields_introduction.rst [new file with mode: 0644]
src/MEDCalc/doc/input/fields_managing_presentations.rst [new file with mode: 0644]
src/MEDCalc/doc/input/fields_mesh_presentation.rst [new file with mode: 0644]
src/MEDCalc/doc/input/fields_plot3d_presentation.rst [new file with mode: 0644]
src/MEDCalc/doc/input/fields_point_sprite_presentation.rst [new file with mode: 0644]
src/MEDCalc/doc/input/fields_preferences.rst [new file with mode: 0644]
src/MEDCalc/doc/input/fields_presentations.rst [new file with mode: 0644]
src/MEDCalc/doc/input/fields_scalar_map_presentation.rst [new file with mode: 0644]
src/MEDCalc/doc/input/fields_slices_presentation.rst [new file with mode: 0644]
src/MEDCalc/doc/input/fields_stream_lines_presentation.rst [new file with mode: 0644]
src/MEDCalc/doc/input/fields_vector_field_presentation.rst [new file with mode: 0644]
src/MEDCalc/doc/input/fields_view_modes.rst [new file with mode: 0644]
src/MEDCalc/doc/input/index.rst [new file with mode: 0644]
src/MEDCalc/doc/locale/fr/README [new file with mode: 0644]
src/MEDCalc/doc/static/switchers.js.in [new file with mode: 0644]
src/MEDCalc/doc/templates/breadcrumbs.html [new file with mode: 0644]
src/MEDCalc/doc/templates/layout.html [new file with mode: 0644]