mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
Document all recently added workflow templates.
This commit is contained in:
32
doc/JobTemplate/AllInOne/index.rst
Normal file
32
doc/JobTemplate/AllInOne/index.rst
Normal file
@@ -0,0 +1,32 @@
|
||||
.. _JOBTMPL/AllInOne:
|
||||
|
||||
All-In-One
|
||||
##########
|
||||
|
||||
The category *all-in-one* provides workflow templates implementing all necessary steps (jobs) for testing and publishing
|
||||
a Python project. It utilizes allmost all of ``pyTooling/Acion``'s workflow templates.
|
||||
|
||||
Such a all-in-one workflow template covers:
|
||||
|
||||
* unit testing
|
||||
* code coverage collections
|
||||
* documentation checking
|
||||
* pulishing of unit test and code coverage results
|
||||
* merging of test reports
|
||||
* packaging as wheel
|
||||
* publishing wheels tp PyPI
|
||||
* documentation generation via Sphinx and Miktex
|
||||
* automatic tagging of release commits
|
||||
* releasing
|
||||
|
||||
.. topic:: Provides *all-in-one* workflow templates
|
||||
|
||||
* :ref:`JOBTMPL/CompletePipeline` - Use all of ``pyTooling/Acion``'s workflow templates by instantiation of a single
|
||||
workflow template.
|
||||
|
||||
.. image:: ../../_static/pyTooling-Actions-SimplePackage.png
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
CompletePipeline
|
||||
Reference in New Issue
Block a user