0023962: Moving OCCT documentation to sources
authoribs <ibs@opencascade.com>
Thu, 17 Oct 2013 08:47:29 +0000 (12:47 +0400)
committerbugmaster <bugmaster@opencascade.com>
Thu, 17 Oct 2013 10:50:43 +0000 (14:50 +0400)
commit72b7576f488cd2a84709901857e3780f3d51255a
treefeac0c18503509624a8506c219c17b03da2964da
parent4d42a1a5486505d051f199fcc2dfb63f73ea7275
0023962: Moving OCCT documentation to sources

OCCT documentation (Overview and User Guides) has been converted from MS Word files to text-based MarkDown format and added to OCCT sources, in the new subfolder 'dox'. The HTML and PDF articles can be generated from the sources using Doxygen and MiKTeX. See the file OCCT_Docs_HowTo.md for details on the new documentation system.

This branch includes:

- new folder structure for Open CASCADE documentation
- sources of almost all OCCT User Guides and Overview
- tcl and bat scripts, which allow to generate HTML and PDF articles
259 files changed:
.gitattributes
.gitignore
LICENSE
dox/DoxygenLayout.xml [new file with mode: 0644]
dox/FILES.txt [new file with mode: 0644]
dox/Overview/LICENSE.md [new file with mode: 0644]
dox/Overview/Overview.md [new file with mode: 0644]
dox/dev_guides/building/automake.md [new file with mode: 0644]
dox/dev_guides/building/cmake.md [new file with mode: 0644]
dox/dev_guides/building/code_blocks.md [new file with mode: 0644]
dox/dev_guides/building/msvc.md [new file with mode: 0644]
dox/dev_guides/building/xcode.md [new file with mode: 0644]
dox/dev_guides/cdl/cdl.md [new file with mode: 0644]
dox/dev_guides/cdl/images/cdl_image001.jpg [new file with mode: 0644]
dox/dev_guides/cdl/images/cdl_image002.jpg [new file with mode: 0644]
dox/dev_guides/cdl/images/cdl_image003.jpg [new file with mode: 0644]
dox/dev_guides/cdl/images/cdl_image004.jpg [new file with mode: 0644]
dox/dev_guides/cdl/images/cdl_image005.jpg [new file with mode: 0644]
dox/dev_guides/cdl/images/cdl_image006.jpg [new file with mode: 0644]
dox/dev_guides/cdl/images/cdl_image007.jpg [new file with mode: 0644]
dox/dev_guides/cdl/images/cdl_image008.jpg [new file with mode: 0644]
dox/dev_guides/cdl/images/cdl_image009.jpg [new file with mode: 0644]
dox/dev_guides/cdl/images/cdl_image010.jpg [new file with mode: 0644]
dox/dev_guides/cdl/images/cdl_image011.jpg [new file with mode: 0644]
dox/dev_guides/cdl/images/cdl_image012.jpg [new file with mode: 0644]
dox/dev_guides/dev_guides.md [new file with mode: 0644]
dox/dev_guides/documentation/documentation.md [new file with mode: 0644]
dox/dev_guides/documentation/images/documentation_image001.png [new file with mode: 0644]
dox/dev_guides/tests/images/tests_image001.png [new file with mode: 0644]
dox/dev_guides/tests/tests.md [new file with mode: 0644]
dox/dev_guides/wok/images/wok_image001.jpg [new file with mode: 0644]
dox/dev_guides/wok/images/wok_image002.jpg [new file with mode: 0644]
dox/dev_guides/wok/images/wok_image003.jpg [new file with mode: 0644]
dox/dev_guides/wok/images/wok_image004.jpg [new file with mode: 0644]
dox/dev_guides/wok/wok.md [new file with mode: 0644]
dox/occdoc.tcl [new file with mode: 0644]
dox/overview/images/overview_c__ie.png [new file with mode: 0644]
dox/overview/images/overview_draw.png [new file with mode: 0644]
dox/overview/images/overview_installation.png [new file with mode: 0644]
dox/overview/images/overview_mvc.png [new file with mode: 0644]
dox/overview/images/overview_occttransparent.png [new file with mode: 0644]
dox/overview/images/overview_qt.png [new file with mode: 0644]
dox/overview/tutorial/images/tutorial_image001.png [new file with mode: 0644]
dox/overview/tutorial/images/tutorial_image002.png [new file with mode: 0644]
dox/overview/tutorial/images/tutorial_image003.png [new file with mode: 0644]
dox/overview/tutorial/images/tutorial_image004.png [new file with mode: 0644]
dox/overview/tutorial/images/tutorial_image005.png [new file with mode: 0644]
dox/overview/tutorial/images/tutorial_image006.png [new file with mode: 0644]
dox/overview/tutorial/images/tutorial_image007.png [new file with mode: 0644]
dox/overview/tutorial/images/tutorial_image008.png [new file with mode: 0644]
dox/overview/tutorial/images/tutorial_image009.png [new file with mode: 0644]
dox/overview/tutorial/images/tutorial_image010.png [new file with mode: 0644]
dox/overview/tutorial/images/tutorial_image011.png [new file with mode: 0644]
dox/overview/tutorial/images/tutorial_image012.png [new file with mode: 0644]
dox/overview/tutorial/images/tutorial_image013.png [new file with mode: 0644]
dox/overview/tutorial/images/tutorial_image014.png [new file with mode: 0644]
dox/overview/tutorial/images/tutorial_image015.png [new file with mode: 0644]
dox/overview/tutorial/images/tutorial_image016.png [new file with mode: 0644]
dox/overview/tutorial/images/tutorial_image017.png [new file with mode: 0644]
dox/overview/tutorial/images/tutorial_image018.png [new file with mode: 0644]
dox/overview/tutorial/images/tutorial_image019.png [new file with mode: 0644]
dox/overview/tutorial/tutorial.md [new file with mode: 0644]
dox/resources/occt_logo.png [new file with mode: 0644]
dox/start.tcl [new file with mode: 0644]
dox/technical_overview/images/technical_overview_over.png [new file with mode: 0644]
dox/technical_overview/technical_overview.md [new file with mode: 0644]
dox/user_guides/draw_test_harness/draw_test_harness.md [new file with mode: 0644]
dox/user_guides/draw_test_harness/images/draw_test_harness_image001.jpg [new file with mode: 0644]
dox/user_guides/draw_test_harness/images/draw_test_harness_image002.jpg [new file with mode: 0644]
dox/user_guides/foundation_classes/foundation_classes.md [new file with mode: 0644]
dox/user_guides/foundation_classes/images/foundation_classes_image001.jpg [new file with mode: 0644]
dox/user_guides/foundation_classes/images/foundation_classes_image002.jpg [new file with mode: 0644]
dox/user_guides/foundation_classes/images/foundation_classes_image003.jpg [new file with mode: 0644]
dox/user_guides/foundation_classes/images/foundation_classes_image004.jpg [new file with mode: 0644]
dox/user_guides/foundation_classes/images/foundation_classes_image005.jpg [new file with mode: 0644]
dox/user_guides/foundation_classes/images/foundation_classes_image006.jpg [new file with mode: 0644]
dox/user_guides/foundation_classes/images/foundation_classes_image007.jpg [new file with mode: 0644]
dox/user_guides/foundation_classes/images/foundation_classes_image008.jpg [new file with mode: 0644]
dox/user_guides/iges/iges.md [new file with mode: 0644]
dox/user_guides/iges/images/iges_image001.jpg [new file with mode: 0644]
dox/user_guides/iges/images/iges_image002.jpg [new file with mode: 0644]
dox/user_guides/iges/images/iges_image003.jpg [new file with mode: 0644]
dox/user_guides/iges/images/iges_image004.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image001.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image002.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image003.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image004.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image005.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image006.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image007.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image008.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image009.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image010.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image011.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image012.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image013.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image014.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image015.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image016.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image017.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image018.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image019.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image020.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image021.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image022.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image023.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image024.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image025.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image026.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image027.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image028.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image029.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image030.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image031.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image032.png [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image033.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image034.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image035.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image036.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image037.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image038.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image039.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image040.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image041.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image042.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image043.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image044.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image045.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image046.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image047.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image048.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image049.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image050.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image051.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image052.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image053.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image054.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/images/modeling_algos_image055.jpg [new file with mode: 0644]
dox/user_guides/modeling_algos/modeling_algos.md [new file with mode: 0644]
dox/user_guides/modeling_data/images/modeling_data_image001.jpg [new file with mode: 0644]
dox/user_guides/modeling_data/images/modeling_data_image002.jpg [new file with mode: 0644]
dox/user_guides/modeling_data/images/modeling_data_image003.jpg [new file with mode: 0644]
dox/user_guides/modeling_data/images/modeling_data_image004.jpg [new file with mode: 0644]
dox/user_guides/modeling_data/images/modeling_data_image005.jpg [new file with mode: 0644]
dox/user_guides/modeling_data/images/modeling_data_image006.jpg [new file with mode: 0644]
dox/user_guides/modeling_data/images/modeling_data_image007.jpg [new file with mode: 0644]
dox/user_guides/modeling_data/images/modeling_data_image008.jpg [new file with mode: 0644]
dox/user_guides/modeling_data/images/modeling_data_image009.jpg [new file with mode: 0644]
dox/user_guides/modeling_data/images/modeling_data_image010.jpg [new file with mode: 0644]
dox/user_guides/modeling_data/images/modeling_data_image011.jpg [new file with mode: 0644]
dox/user_guides/modeling_data/images/modeling_data_image012.jpg [new file with mode: 0644]
dox/user_guides/modeling_data/images/modeling_data_image013.jpg [new file with mode: 0644]
dox/user_guides/modeling_data/images/modeling_data_image014.jpg [new file with mode: 0644]
dox/user_guides/modeling_data/modeling_data.md [new file with mode: 0644]
dox/user_guides/ocaf/images/ocaf_image001.png [new file with mode: 0644]
dox/user_guides/ocaf/images/ocaf_image002.png [new file with mode: 0644]
dox/user_guides/ocaf/images/ocaf_image003.png [new file with mode: 0644]
dox/user_guides/ocaf/images/ocaf_image004.png [new file with mode: 0644]
dox/user_guides/ocaf/images/ocaf_image005.png [new file with mode: 0644]
dox/user_guides/ocaf/images/ocaf_image006.png [new file with mode: 0644]
dox/user_guides/ocaf/images/ocaf_image007.png [new file with mode: 0644]
dox/user_guides/ocaf/images/ocaf_image008.png [new file with mode: 0644]
dox/user_guides/ocaf/images/ocaf_image009.png [new file with mode: 0644]
dox/user_guides/ocaf/images/ocaf_image010.png [new file with mode: 0644]
dox/user_guides/ocaf/images/ocaf_image011.png [new file with mode: 0644]
dox/user_guides/ocaf/images/ocaf_image012.png [new file with mode: 0644]
dox/user_guides/ocaf/images/ocaf_image013.png [new file with mode: 0644]
dox/user_guides/ocaf/images/ocaf_image014.png [new file with mode: 0644]
dox/user_guides/ocaf/images/ocaf_image015.png [new file with mode: 0644]
dox/user_guides/ocaf/images/ocaf_image016.png [new file with mode: 0644]
dox/user_guides/ocaf/images/ocaf_image017.png [new file with mode: 0644]
dox/user_guides/ocaf/ocaf.md [new file with mode: 0644]
dox/user_guides/shape_healing/images/shape_healing_image001.jpg [new file with mode: 0644]
dox/user_guides/shape_healing/images/shape_healing_image002.jpg [new file with mode: 0644]
dox/user_guides/shape_healing/images/shape_healing_image003.jpg [new file with mode: 0644]
dox/user_guides/shape_healing/images/shape_healing_image004.jpg [new file with mode: 0644]
dox/user_guides/shape_healing/images/shape_healing_image005.jpg [new file with mode: 0644]
dox/user_guides/shape_healing/images/shape_healing_image006.jpg [new file with mode: 0644]
dox/user_guides/shape_healing/images/shape_healing_image007.jpg [new file with mode: 0644]
dox/user_guides/shape_healing/images/shape_healing_image008.jpg [new file with mode: 0644]
dox/user_guides/shape_healing/images/shape_healing_image009.png [new file with mode: 0644]
dox/user_guides/shape_healing/images/shape_healing_image010.png [new file with mode: 0644]
dox/user_guides/shape_healing/images/shape_healing_image011.png [new file with mode: 0644]
dox/user_guides/shape_healing/images/shape_healing_image012.png [new file with mode: 0644]
dox/user_guides/shape_healing/images/shape_healing_image013.png [new file with mode: 0644]
dox/user_guides/shape_healing/images/shape_healing_image014.png [new file with mode: 0644]
dox/user_guides/shape_healing/shape_healing.md [new file with mode: 0644]
dox/user_guides/step/images/step_image001.jpg [new file with mode: 0644]
dox/user_guides/step/images/step_image002.jpg [new file with mode: 0644]
dox/user_guides/step/images/step_image003.jpg [new file with mode: 0644]
dox/user_guides/step/images/step_image004.jpg [new file with mode: 0644]
dox/user_guides/step/step.md [new file with mode: 0644]
dox/user_guides/tobj/images/tobj_image003.png [new file with mode: 0644]
dox/user_guides/tobj/images/tobj_image004.jpg [new file with mode: 0644]
dox/user_guides/tobj/images/tobj_image005.png [new file with mode: 0644]
dox/user_guides/tobj/images/tobj_image006.png [new file with mode: 0644]
dox/user_guides/tobj/images/tobj_image007.png [new file with mode: 0644]
dox/user_guides/tobj/images/tobj_image008.png [new file with mode: 0644]
dox/user_guides/tobj/tobj.md [new file with mode: 0644]
dox/user_guides/user_guides.md [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image001.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image002.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image003.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image004.png [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image005.png [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image006.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image007.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image008.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image009.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image010.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image011.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image012.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image013.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image014.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image015.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image016.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image017.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image018.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image019.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image020.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image021.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image022.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image023.png [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image024.png [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image025.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image026.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image027.jpg [new file with mode: 0644]
dox/user_guides/visualization/images/visualization_image028.jpg [new file with mode: 0644]
dox/user_guides/visualization/visualization.md [new file with mode: 0644]
dox/user_guides/wok/images/wok_image001.jpg [new file with mode: 0644]
dox/user_guides/wok/images/wok_image002.jpg [new file with mode: 0644]
dox/user_guides/wok/images/wok_image005.jpg [new file with mode: 0644]
dox/user_guides/wok/images/wok_image005.png [new file with mode: 0644]
dox/user_guides/wok/images/wok_image006.png [new file with mode: 0644]
dox/user_guides/wok/images/wok_image007.png [new file with mode: 0644]
dox/user_guides/wok/images/wok_image008.png [new file with mode: 0644]
dox/user_guides/wok/images/wok_image009.png [new file with mode: 0644]
dox/user_guides/wok/images/wok_image010.png [new file with mode: 0644]
dox/user_guides/wok/images/wok_image011.png [new file with mode: 0644]
dox/user_guides/wok/images/wok_image012.png [new file with mode: 0644]
dox/user_guides/wok/images/wok_image013.jpg [new file with mode: 0644]
dox/user_guides/wok/images/wok_image014.jpg [new file with mode: 0644]
dox/user_guides/wok/images/wok_image015.png [new file with mode: 0644]
dox/user_guides/wok/images/wok_image016.png [new file with mode: 0644]
dox/user_guides/wok/images/wok_image017.png [new file with mode: 0644]
dox/user_guides/wok/images/wok_image018.png [new file with mode: 0644]
dox/user_guides/wok/images/wok_image019.png [new file with mode: 0644]
dox/user_guides/wok/images/wok_image020.png [new file with mode: 0644]
dox/user_guides/wok/images/wok_image021.png [new file with mode: 0644]
dox/user_guides/wok/images/wok_image022.png [new file with mode: 0644]
dox/user_guides/wok/wok.md [new file with mode: 0644]
dox/user_guides/xde/images/xde_image001.jpg [new file with mode: 0644]
dox/user_guides/xde/images/xde_image002.jpg [new file with mode: 0644]
dox/user_guides/xde/images/xde_image003.jpg [new file with mode: 0644]
dox/user_guides/xde/images/xde_image004.jpg [new file with mode: 0644]
dox/user_guides/xde/images/xde_image005.jpg [new file with mode: 0644]
dox/user_guides/xde/images/xde_image006.jpg [new file with mode: 0644]
dox/user_guides/xde/xde.md [new file with mode: 0644]
gendoc.bat [new file with mode: 0644]