You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 line
342 B

  1. ---
  2. id: {{ pvd }}
  3. title: {{ pvd|up_or_title(pvd) }}
  4. ---
  5. Node classes list of {{ pvd }} provider.
  6. {% for typ, classes in typ_classes.items() %}
  7. ## {{ pvd }}.{{ typ }}
  8. {% for class in classes %}
  9. - **diagrams.{{ pvd }}.{{ typ }}.{{ class['name'] }}**{% if class['alias'] %}, **{{ class['alias'] }}** (alias){% endif %}{% endfor %}
  10. {% endfor %}