Ignore:
Timestamp:
Jul 29, 2019, 8:23:57 AM (5 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
bc27d19
Parents:
41c9dbc
Message:

Documentation status version 0

File:
1 edited

Legend:

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

    r41c9dbc r0b00607  
    1515- graphviz
    1616- sphinx
     17- pip install sphinxcontrib-exceltable
     18- pip install seqdiag
     19- pip install sphinxcontrib-seqdiag
     20- pip install sphinxcontrib-blockdiag
     21- pip install pycallgraph
     22
     23#- pip install sphinx-fortran
    1724
    1825
     
    2734
    2835
     36Sequence diagramms
     37------------------
     38
     39You might need to adapt the fonts path for the diagrams to a true type font. Currently it is set to:
     40
     41.. code-block:: bash
     42
     43    # Fontpath for seqdiag (truetype font)
     44    seqdiag_fontpath = '/usr/share/fonts/dejavu/DejaVuSerif.ttf'
     45
     46
     47Block diagramms
     48------------------
     49
     50You might need to adapt the fonts path for the diagrams to a true type font. Currently it is set to:
     51
     52.. code-block:: bash
     53
     54     # Fontpath for blockdiag (truetype font)
     55     blockdiag_fontpath = '/usr/share/fonts/dejavu/DejaVuSerif.ttf'
     56
    2957
    3058
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG