Skip to content

Commit

Permalink
Preparations for the 1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Jun 8, 2019
1 parent c9d7071 commit fb772a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/macrogen/etc/default.yaml
Expand Up @@ -16,15 +16,15 @@ scene_xml: # XML file with scene information

bibliography: https://raw.githubusercontent.com/faustedition/faust-gen-html/master/xslt/bibliography.xml # The bibliography

xmlroot: https://github.com/faustedition/faust-xml/tree/master/xml/macrogenesis # base for links to xml files
xmlroot: https://github.com/faustedition/faust-xml/tree/1.2-RC/xml/macrogenesis # base for links to xml files

subgraph_links: true # generate links to the interactive subgraph viewer
subgraph_links: false # generate links to the interactive subgraph viewer

## Limits
half_interval_mode: light # off, light, always
half_interval_correction: 182.5 # if we only have a start or end date, the other limit is max. this many days away
render_node_limit: 1500 # do not layout graphs with more nodes than this
render_timeout: # max number of seconds before rendering a dot file is aborted
render_node_limit: 5000 # do not layout graphs with more nodes than this
render_timeout: 1800 # max number of seconds before rendering a dot file is aborted

## Options for solving the FES
fes_method: baharev # ip, baharev: exact methods; eades: inexact, list of two: select by fes_threshold
Expand Down
2 changes: 1 addition & 1 deletion src/macrogen/report.py
Expand Up @@ -887,7 +887,7 @@ def report_index(graphs):
'Graph aller für die Sortierung berücksichtigter Aussagen (einzoomen!)'),
('tred', 'transitive Reduktion',
'<a href="https://de.wikipedia.org/w/index.php?title=Transitive_Reduktion">Transitive Reduktion</a> des Gesamtgraphen'),
('timeline', 'Zeitstrahl', 'Zeitstrahl datierter Zeugen'),
#('timeline', 'Zeitstrahl', 'Zeitstrahl datierter Zeugen'),
('help', 'Legende', 'Legende zu den Graphen'),
('downloads', 'Downloads', 'Graphen zum Download'),
('stats', 'Statistik', 'Der Graph in Zahlen')]
Expand Down

0 comments on commit fb772a9

Please sign in to comment.