mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 19:16:57 +08:00
Merge junit files. Merge coverage files. Extending UnitTesting to support code coverage in a matrix too.
15 lines
251 B
ReStructuredText
15 lines
251 B
ReStructuredText
.. # Template created by Patrick Lehmann
|
|
|
|
Python Class Reference
|
|
######################
|
|
|
|
Reference of all packages and modules:
|
|
|
|
.. automodule:: {{ node.name }}
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
{% for item in subnodes %}
|
|
{{ item.name }}
|
|
{%- endfor %}
|