Ignore:
Timestamp:
Apr 1, 2020, 5:03:13 PM (4 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
d78851d, e0005c9
Parents:
50f9ca6
Message:

updated online documentation FIX for tickets #265 and #262

File:
1 edited

Legend:

Unmodified
Added
Removed
  • For_developers/Sphinx/source/Developers/gen_docu.rst

    rba99230 rb1674ed  
    1010Developers working on ``flex_extract`` should make extensive use of the prepared test cases, unit tests and update the documentation. For this, some additional software is necessary:
    1111
    12 - pylint
    13 - pytest
    14 - mock
    15 - graphviz
    16 - sphinx
    17 - pip install sphinxcontrib-exceltable
    18 - pip install seqdiag
    19 - pip install sphinxcontrib-seqdiag
    20 - pip install sphinxcontrib-blockdiag
    21 - pip install pycallgraph
     12.. code-block:: sh
    2213
    23 #- pip install sphinx-fortran
     14  pip install pylint
     15  pip install pytest
     16  pip install mock
     17  pip install graphviz
     18  pip install sphinx
     19  pip install sphinxcontrib-exceltable
     20  pip install seqdiag
     21  pip install sphinxcontrib-seqdiag
     22  pip install sphinxcontrib-blockdiag
     23  pip install pycallgraph
     24
     25
    2426
    2527
     
    3133
    3234It uses ``pyreverse`` to generate a class and a package diagram with graphviz and overwrites the old files in the developers directory.
    33 ``pyreverse`` creates ``dot`` files and with the ``dot`` program of the ``graphviz`` software the ``png`` files are created. Everything happens in the Python source directory before moving them finally to the ``for_developers`` directory. The Sphinx source code has a ``_files`` directory which contains links to these ``png`` files and therefore they should not be renamed. 
     35``pyreverse`` creates ``dot`` files and with the ``dot`` program of the ``graphviz`` software the ``png`` files are created. Everything happens in the Python source directory before moving them finally to the ``For_developers`` directory. The Sphinx source code has a ``_files`` directory which contains links to these ``png`` files and therefore they should not be renamed. 
    3436
    3537
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG