Skip to content

Commit 6c9dc0d

Browse files
GitHub ActionsGitHub Actions
authored andcommitted
update e63c551
0 parents  commit 6c9dc0d

File tree

208 files changed

+39877
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+39877
-0
lines changed

.nojekyll

Whitespace-only changes.

CIServices.html

Lines changed: 212 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,212 @@
1+
2+
3+
<!DOCTYPE html>
4+
<html class="writer-html5" lang="en" data-content_root="./">
5+
<head>
6+
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
7+
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9+
<title>Supported CI Services &mdash; pyVersioning 0.18.3 documentation</title>
10+
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=55b73dce" />
11+
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
12+
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=4ae1632d" />
13+
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
14+
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
15+
<link rel="stylesheet" type="text/css" href="_static/sphinx-reports.089ed2e62f89368aa21ac7591d90c12a.css?v=83177741" />
16+
<link rel="stylesheet" type="text/css" href="_static/css/override.css?v=aed75351" />
17+
18+
19+
<link rel="shortcut icon" href="_static/icon.png"/>
20+
<script src="_static/jquery.js?v=5d32c60e"></script>
21+
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
22+
<script src="_static/documentation_options.js?v=8dd6f163"></script>
23+
<script src="_static/doctools.js?v=9bcbadda"></script>
24+
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
25+
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
26+
<script src="_static/copybutton.js?v=f281be69"></script>
27+
<script src="_static/design-tabs.js?v=f930bc37"></script>
28+
<script src="_static/js/theme.js"></script>
29+
<link rel="index" title="Index" href="genindex.html" />
30+
<link rel="search" title="Search" href="search.html" />
31+
<link rel="next" title="Supported Programming Languages" href="Languages.html" />
32+
<link rel="prev" title="Supported Version Control Systems" href="VersionControlSystems.html" />
33+
</head>
34+
35+
<body class="wy-body-for-nav">
36+
<div class="wy-grid-for-nav">
37+
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
38+
<div class="wy-side-scroll">
39+
<div class="wy-side-nav-search" >
40+
41+
42+
43+
<a href="index.html">
44+
45+
<img src="_static/logo.png" class="logo" alt="Logo"/>
46+
</a>
47+
<div role="search">
48+
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
49+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
50+
<input type="hidden" name="check_keywords" value="yes" />
51+
<input type="hidden" name="area" value="default" />
52+
</form>
53+
</div>
54+
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
55+
<p class="caption" role="heading"><span class="caption-text">Overview</span></p>
56+
<ul>
57+
<li class="toctree-l1"><a class="reference internal" href="Installation.html">Installation/Updates</a></li>
58+
<li class="toctree-l1"><a class="reference internal" href="Dependency.html">Dependencies</a></li>
59+
</ul>
60+
<p class="caption" role="heading"><span class="caption-text">Details</span></p>
61+
<ul class="current">
62+
<li class="toctree-l1"><a class="reference internal" href="Usage.html">Usage</a></li>
63+
<li class="toctree-l1"><a class="reference internal" href="VersionControlSystems.html">Supported Version Control Systems</a></li>
64+
<li class="toctree-l1 current"><a class="current reference internal" href="#">Supported CI Services</a><ul>
65+
<li class="toctree-l2"><a class="reference internal" href="#appveyor">AppVeyor</a></li>
66+
<li class="toctree-l2"><a class="reference internal" href="#github-actions">GitHub Actions</a></li>
67+
<li class="toctree-l2"><a class="reference internal" href="#gitlab">GitLab</a></li>
68+
<li class="toctree-l2"><a class="reference internal" href="#travis-ci">Travis-CI</a></li>
69+
<li class="toctree-l2"><a class="reference internal" href="#ci-more"></a></li>
70+
</ul>
71+
</li>
72+
<li class="toctree-l1"><a class="reference internal" href="Languages.html">Supported Programming Languages</a></li>
73+
<li class="toctree-l1"><a class="reference internal" href="ConfigurationFile.html">Configuration File</a></li>
74+
</ul>
75+
<p class="caption" role="heading"><span class="caption-text">Templates</span></p>
76+
<ul>
77+
<li class="toctree-l1"><a class="reference internal" href="Templates/index.html">Writing Templates</a></li>
78+
<li class="toctree-l1"><a class="reference internal" href="Templates/C.html">ANSI-C</a></li>
79+
<li class="toctree-l1"><a class="reference internal" href="Templates/CXX.html">C++</a></li>
80+
</ul>
81+
<p class="caption" role="heading"><span class="caption-text">Examples</span></p>
82+
<ul>
83+
<li class="toctree-l1"><a class="reference internal" href="Examples/C.html">ANSI-C</a></li>
84+
<li class="toctree-l1"><a class="reference internal" href="Examples/CXX.html">C++</a></li>
85+
<li class="toctree-l1"><a class="reference internal" href="Examples/VHDL.html">VHDL</a></li>
86+
</ul>
87+
<p class="caption" role="heading"><span class="caption-text">References and Reports</span></p>
88+
<ul>
89+
<li class="toctree-l1"><a class="reference internal" href="CommandLineInterface.html">Command Line Interfaces</a></li>
90+
<li class="toctree-l1"><a class="reference internal" href="pyVersioning/pyVersioning.html">Python Class Reference</a></li>
91+
<li class="toctree-l1"><a class="reference internal" href="unittests/index.html">Unittest Summary Report</a></li>
92+
<li class="toctree-l1"><a class="reference internal" href="coverage/index.html">Code Coverage Details</a></li>
93+
<li class="toctree-l1"><a class="reference internal" href="CodeCoverage.html">Code Coverage Report</a></li>
94+
<li class="toctree-l1"><a class="reference internal" href="DocCoverage.html">Doc. Coverage Report</a></li>
95+
<li class="toctree-l1"><a class="reference internal" href="typing/index.html">Static Type Check Report ➚</a></li>
96+
</ul>
97+
<p class="caption" role="heading"><span class="caption-text">Appendix</span></p>
98+
<ul>
99+
<li class="toctree-l1"><a class="reference internal" href="License.html">Apache License 2.0</a></li>
100+
<li class="toctree-l1"><a class="reference internal" href="Doc-License.html">Creative Commons Attribution 4.0 International</a></li>
101+
<li class="toctree-l1"><a class="reference internal" href="Glossary.html">Glossary</a></li>
102+
<li class="toctree-l1"><a class="reference internal" href="genindex.html">Index</a></li>
103+
<li class="toctree-l1"><a class="reference internal" href="py-modindex.html">Python Module Index</a></li>
104+
<li class="toctree-l1"><a class="reference internal" href="TODO.html">TODOs</a></li>
105+
</ul>
106+
107+
</div>
108+
</div>
109+
</nav>
110+
111+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
112+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
113+
<a href="index.html">pyVersioning</a>
114+
</nav>
115+
116+
<div class="wy-nav-content">
117+
<div class="rst-content">
118+
<div role="navigation" aria-label="Page navigation">
119+
<ul class="wy-breadcrumbs">
120+
<li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li>
121+
<li class="breadcrumb-item active">Supported CI Services</li>
122+
<li class="wy-breadcrumbs-aside">
123+
<a href="_sources/CIServices.rst.txt" rel="nofollow"> View page source</a>
124+
</li>
125+
</ul>
126+
<hr/>
127+
</div>
128+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
129+
<div itemprop="articleBody">
130+
131+
<style type="text/css">
132+
span.bolditalic {font-weight: bold; font-style: italic; }
133+
span.underline {text-decoration: underline; }
134+
span.strike {text-decoration: line-through; }
135+
span.xlarge {font-size: x-large; }
136+
span.colorred {color: #CC0000; }
137+
span.colorgreen {color: #009933; }
138+
span.colorblue {color: #0066FF; }
139+
span.colorpurple {color: #9900CC; }
140+
</style><section id="supported-ci-services">
141+
<span id="ci"></span><h1>Supported CI Services<a class="headerlink" href="#supported-ci-services" title="Link to this heading"></a></h1>
142+
<section id="appveyor">
143+
<span id="ci-appveyor"></span><h2>AppVeyor<a class="headerlink" href="#appveyor" title="Link to this heading"></a></h2>
144+
<div class="admonition-todo admonition" id="id1">
145+
<p class="admonition-title">Todo</p>
146+
<p>List collected information</p>
147+
</div>
148+
</section>
149+
<section id="github-actions">
150+
<span id="ci-github"></span><h2>GitHub Actions<a class="headerlink" href="#github-actions" title="Link to this heading"></a></h2>
151+
<div class="admonition-todo admonition" id="id2">
152+
<p class="admonition-title">Todo</p>
153+
<p>List collected information</p>
154+
</div>
155+
</section>
156+
<section id="gitlab">
157+
<span id="ci-gitlab"></span><h2>GitLab<a class="headerlink" href="#gitlab" title="Link to this heading"></a></h2>
158+
<div class="admonition-todo admonition" id="id3">
159+
<p class="admonition-title">Todo</p>
160+
<p>List collected information</p>
161+
</div>
162+
</section>
163+
<section id="travis-ci">
164+
<span id="ci-travis"></span><h2>Travis-CI<a class="headerlink" href="#travis-ci" title="Link to this heading"></a></h2>
165+
<div class="admonition-todo admonition" id="id4">
166+
<p class="admonition-title">Todo</p>
167+
<p>List collected information</p>
168+
</div>
169+
</section>
170+
<section id="ci-more">
171+
<span id="id5"></span><h2><a class="headerlink" href="#ci-more" title="Link to this heading"></a></h2>
172+
<div class="admonition note">
173+
<p class="admonition-title">Note</p>
174+
<p>We open to receive pull-requests supporting more CI Services.</p>
175+
</div>
176+
</section>
177+
</section>
178+
179+
180+
</div>
181+
</div>
182+
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
183+
<a href="VersionControlSystems.html" class="btn btn-neutral float-left" title="Supported Version Control Systems" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
184+
<a href="Languages.html" class="btn btn-neutral float-right" title="Supported Programming Languages" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
185+
</div>
186+
187+
<hr/>
188+
189+
<div role="contentinfo">
190+
<p>&#169; Copyright 2020-2025, Patrick Lehmann.
191+
<span class="lastupdated">Last updated on 05.10.2025.
192+
</span></p>
193+
</div>
194+
195+
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
196+
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
197+
provided by <a href="https://readthedocs.org">Read the Docs</a>.
198+
199+
200+
</footer>
201+
</div>
202+
</div>
203+
</section>
204+
</div>
205+
<script>
206+
jQuery(function () {
207+
SphinxRtdTheme.Navigation.enable(true);
208+
});
209+
</script>
210+
211+
</body>
212+
</html>

0 commit comments

Comments
 (0)