mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Restructured chapters.
This commit is contained in:
@@ -5,11 +5,13 @@ Documentation
|
||||
|
||||
The category *documentation* provides workflow templates implementing
|
||||
|
||||
* :ref:`JOBTMPL/VerifyDocs` -
|
||||
* :ref:`JOBTMPL/SphinxDocumentation` -
|
||||
* :ref:`JOBTMPL/LaTeXDocumentation` -
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
VerifyDocs
|
||||
CheckDocumentation
|
||||
LaTeXDocumentation
|
||||
SphinxDocumentation
|
||||
LaTeXDocumentation
|
||||
|
||||
17
doc/JobTemplate/Package/index.rst
Normal file
17
doc/JobTemplate/Package/index.rst
Normal file
@@ -0,0 +1,17 @@
|
||||
.. _JOBTMPL/Packaging:
|
||||
|
||||
Packaging
|
||||
#########
|
||||
|
||||
The category *packaging* provides workflow templates implementing
|
||||
|
||||
* :ref:`JOBTMPL/Package` -
|
||||
* :ref:`JOBTMPL/InstallPackage` -
|
||||
* :ref:`JOBTMPL/PublishOnPyPI` -
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
Package
|
||||
InstallPackage
|
||||
PublishOnPyPI
|
||||
@@ -19,4 +19,4 @@ Instantiation
|
||||
Simple Example
|
||||
==============
|
||||
|
||||
.. todo:: PublishCoverageResults:Simple example needs documentation.
|
||||
.. todo:: PublishCoverageResults:Simple example needs documentation.
|
||||
19
doc/JobTemplate/Publish/index.rst
Normal file
19
doc/JobTemplate/Publish/index.rst
Normal file
@@ -0,0 +1,19 @@
|
||||
.. _JOBTMPL/Publish:
|
||||
|
||||
Publish
|
||||
#######
|
||||
|
||||
The category *publish* provides workflow templates implementing
|
||||
|
||||
* :ref:`JOBTMPL/PublishTestResults` -
|
||||
* :ref:`JOBTMPL/PublishCoverageResults` -
|
||||
* :ref:`JOBTMPL/PublishReleaseNotes` -
|
||||
* :ref:`JOBTMPL/PublishToGitHubPages` -
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
PublishTestResults
|
||||
PublishCoverageResults
|
||||
PublishReleaseNotes
|
||||
PublishToGitHubPages
|
||||
@@ -3,7 +3,7 @@
|
||||
CheckDocumentation
|
||||
##################
|
||||
|
||||
.. todo:: CheckDocumentation:Behavior needs documentation.
|
||||
.. todo:: CheckDocumentation:Needs documentation.
|
||||
|
||||
**Behavior:**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.. _JOBTMPL/StaticTypeChecking:
|
||||
.. _JOBTMPL/StaticTypeCheck:
|
||||
|
||||
StaticTypeCheck
|
||||
###############
|
||||
15
doc/JobTemplate/Quality/index.rst
Normal file
15
doc/JobTemplate/Quality/index.rst
Normal file
@@ -0,0 +1,15 @@
|
||||
.. _JOBTMPL/Quality:
|
||||
|
||||
Quality
|
||||
#######
|
||||
|
||||
The category *quality* provides workflow templates implementing
|
||||
|
||||
* :ref:`JOBTMPL/CheckDocumentation` -
|
||||
* :ref:`JOBTMPL/StaticTypeCheck` -
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
StaticTypeCheck
|
||||
CheckDocumentation
|
||||
13
doc/JobTemplate/Release/index.rst
Normal file
13
doc/JobTemplate/Release/index.rst
Normal file
@@ -0,0 +1,13 @@
|
||||
.. _JOBTMPL/Release:
|
||||
|
||||
Release
|
||||
#######
|
||||
|
||||
The category *release* provides workflow templates implementing
|
||||
|
||||
* :ref:`JOBTMPL/TagReleaseCommit` -
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
TagReleaseCommit
|
||||
@@ -3,7 +3,7 @@
|
||||
ApplicationTesting
|
||||
##################
|
||||
|
||||
.. todo:: ApplicationTesting:Need introduction.
|
||||
.. todo:: ApplicationTesting:Needs documentation.
|
||||
|
||||
**Behavior:**
|
||||
|
||||
15
doc/JobTemplate/Testing/index.rst
Normal file
15
doc/JobTemplate/Testing/index.rst
Normal file
@@ -0,0 +1,15 @@
|
||||
.. _JOBTMPL/Testing:
|
||||
|
||||
Testing
|
||||
#######
|
||||
|
||||
The category *testing* provides workflow templates implementing
|
||||
|
||||
* :ref:`JOBTMPL/UnitTesting` -
|
||||
* :ref:`JOBTMPL/ApplicationTesting` -
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
UnitTesting
|
||||
ApplicationTesting
|
||||
@@ -41,7 +41,7 @@ Workflow). They can also serve as an example for creating or deriving own job te
|
||||
|
||||
.. rubric:: Code Quality
|
||||
|
||||
* :ref:`JOBTMPL/StaticTypeChecking`
|
||||
* :ref:`JOBTMPL/StaticTypeCheck`
|
||||
* *code formatting (planned)*
|
||||
* *coding style (planned)*
|
||||
* *code linting (planned)*
|
||||
|
||||
Reference in New Issue
Block a user