-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GitHub Actions
authored and
GitHub Actions
committed
Aug 2, 2024
0 parents
commit 0deccaa
Showing
163 changed files
with
31,586 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: ef3e442da6fc944e5ec47312abce8be0 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,213 @@ | ||
<!DOCTYPE html> | ||
<html class="writer-html5" lang="en" data-content_root="./"> | ||
<head> | ||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Supported CI Services — pyVersioning 0.16.2 documentation</title> | ||
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=77553476" /> | ||
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" /> | ||
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=fd3f3429" /> | ||
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" /> | ||
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" /> | ||
<link rel="stylesheet" type="text/css" href="_static/sphinx-reports.e44b1595f1e09d5e109d001839ba3f42.css?v=0b41afa8" /> | ||
<link rel="stylesheet" type="text/css" href="_static/css/override.css?v=d48d1b8b" /> | ||
|
||
|
||
<link rel="shortcut icon" href="_static/icon.png"/> | ||
<!--[if lt IE 9]> | ||
<script src="_static/js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
|
||
<script src="_static/jquery.js?v=5d32c60e"></script> | ||
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> | ||
<script src="_static/documentation_options.js?v=ee6890a7"></script> | ||
<script src="_static/doctools.js?v=9a2dae69"></script> | ||
<script src="_static/sphinx_highlight.js?v=dc90522c"></script> | ||
<script src="_static/clipboard.min.js?v=a7894cd8"></script> | ||
<script src="_static/copybutton.js?v=f281be69"></script> | ||
<script src="_static/design-tabs.js?v=f930bc37"></script> | ||
<script src="_static/js/theme.js"></script> | ||
<link rel="index" title="Index" href="genindex.html" /> | ||
<link rel="search" title="Search" href="search.html" /> | ||
<link rel="next" title="Supported Programming Languages" href="Languages.html" /> | ||
<link rel="prev" title="Supported Version Control Systems" href="VersionControlSystems.html" /> | ||
</head> | ||
|
||
<body class="wy-body-for-nav"> | ||
<div class="wy-grid-for-nav"> | ||
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> | ||
<div class="wy-side-scroll"> | ||
<div class="wy-side-nav-search" > | ||
|
||
|
||
|
||
<a href="index.html"> | ||
|
||
<img src="_static/logo.png" class="logo" alt="Logo"/> | ||
</a> | ||
<div class="version"> | ||
0.16 | ||
</div> | ||
<div role="search"> | ||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get"> | ||
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" /> | ||
<input type="hidden" name="check_keywords" value="yes" /> | ||
<input type="hidden" name="area" value="default" /> | ||
</form> | ||
</div> | ||
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> | ||
<p class="caption" role="heading"><span class="caption-text">Overview</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="Installation.html">Installation/Updates</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Dependency.html">Dependencies</a></li> | ||
</ul> | ||
<p class="caption" role="heading"><span class="caption-text">Details</span></p> | ||
<ul class="current"> | ||
<li class="toctree-l1"><a class="reference internal" href="Usage.html">Usage</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="VersionControlSystems.html">Supported Version Control Systems</a></li> | ||
<li class="toctree-l1 current"><a class="current reference internal" href="#">Supported CI Services</a><ul> | ||
<li class="toctree-l2"><a class="reference internal" href="#appveyor">AppVeyor</a></li> | ||
<li class="toctree-l2"><a class="reference internal" href="#github-actions">GitHub Actions</a></li> | ||
<li class="toctree-l2"><a class="reference internal" href="#gitlab">GitLab</a></li> | ||
<li class="toctree-l2"><a class="reference internal" href="#travis-ci">Travis-CI</a></li> | ||
<li class="toctree-l2"><a class="reference internal" href="#ci-more">…</a></li> | ||
</ul> | ||
</li> | ||
<li class="toctree-l1"><a class="reference internal" href="Languages.html">Supported Programming Languages</a></li> | ||
</ul> | ||
<p class="caption" role="heading"><span class="caption-text">Templates</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="templates/index.html">Writing Templates</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="templates/ANSI-C.html">ANSI-C</a></li> | ||
</ul> | ||
<p class="caption" role="heading"><span class="caption-text">Examples</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="examples/ANSI-C.html">ANSI-C</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="examples/VHDL.html">VHDL</a></li> | ||
</ul> | ||
<p class="caption" role="heading"><span class="caption-text">References and Reports</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="CommandLineInterface.html">Command Line Interfaces</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="pyVersioning/pyVersioning.html">Python Class Reference</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="unittests/index.html">Unittest Summary Report</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="coverage/index.html">Code Coverage Report</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="DocCoverage.html">Doc. Coverage Report</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="typing/index.html">Static Type Check Report ➚</a></li> | ||
</ul> | ||
<p class="caption" role="heading"><span class="caption-text">Appendix</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="License.html">Apache License 2.0</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Doc-License.html">Creative Commons Attribution 4.0 International</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Glossary.html">Glossary</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="genindex.html">Index</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="py-modindex.html">Python Module Index</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="TODO.html">TODOs</a></li> | ||
</ul> | ||
|
||
</div> | ||
</div> | ||
</nav> | ||
|
||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" > | ||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
<a href="index.html">pyVersioning</a> | ||
</nav> | ||
|
||
<div class="wy-nav-content"> | ||
<div class="rst-content"> | ||
<div role="navigation" aria-label="Page navigation"> | ||
<ul class="wy-breadcrumbs"> | ||
<li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li> | ||
<li class="breadcrumb-item active">Supported CI Services</li> | ||
<li class="wy-breadcrumbs-aside"> | ||
<a href="_sources/CIServices.rst.txt" rel="nofollow"> View page source</a> | ||
</li> | ||
</ul> | ||
<hr/> | ||
</div> | ||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
<div itemprop="articleBody"> | ||
|
||
<style type="text/css"> | ||
span.bolditalic {font-weight: bold; font-style: italic; } | ||
span.underline {text-decoration: underline; } | ||
span.strike {text-decoration: line-through; } | ||
span.xlarge {font-size: x-large; } | ||
span.colorred {color: #CC0000; } | ||
span.colorgreen {color: #009933; } | ||
span.colorblue {color: #0066FF; } | ||
span.colorpurple {color: #9900CC; } | ||
</style><section id="supported-ci-services"> | ||
<span id="ci"></span><h1>Supported CI Services<a class="headerlink" href="#supported-ci-services" title="Link to this heading"></a></h1> | ||
<section id="appveyor"> | ||
<span id="ci-appveyor"></span><h2>AppVeyor<a class="headerlink" href="#appveyor" title="Link to this heading"></a></h2> | ||
<div class="admonition-todo admonition" id="id1"> | ||
<p class="admonition-title">Todo</p> | ||
<p>List collected information</p> | ||
</div> | ||
</section> | ||
<section id="github-actions"> | ||
<span id="ci-github"></span><h2>GitHub Actions<a class="headerlink" href="#github-actions" title="Link to this heading"></a></h2> | ||
<div class="admonition-todo admonition" id="id2"> | ||
<p class="admonition-title">Todo</p> | ||
<p>List collected information</p> | ||
</div> | ||
</section> | ||
<section id="gitlab"> | ||
<span id="ci-gitlab"></span><h2>GitLab<a class="headerlink" href="#gitlab" title="Link to this heading"></a></h2> | ||
<div class="admonition-todo admonition" id="id3"> | ||
<p class="admonition-title">Todo</p> | ||
<p>List collected information</p> | ||
</div> | ||
</section> | ||
<section id="travis-ci"> | ||
<span id="ci-travis"></span><h2>Travis-CI<a class="headerlink" href="#travis-ci" title="Link to this heading"></a></h2> | ||
<div class="admonition-todo admonition" id="id4"> | ||
<p class="admonition-title">Todo</p> | ||
<p>List collected information</p> | ||
</div> | ||
</section> | ||
<section id="ci-more"> | ||
<span id="id5"></span><h2>…<a class="headerlink" href="#ci-more" title="Link to this heading"></a></h2> | ||
<div class="admonition note"> | ||
<p class="admonition-title">Note</p> | ||
<p>We open to receive pull-requests supporting more CI Services.</p> | ||
</div> | ||
</section> | ||
</section> | ||
|
||
|
||
</div> | ||
</div> | ||
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer"> | ||
<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> | ||
<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> | ||
</div> | ||
|
||
<hr/> | ||
|
||
<div role="contentinfo"> | ||
<p>© Copyright 2020-2024, Patrick Lehmann. | ||
<span class="lastupdated">Last updated on 02.08.2024. | ||
</span></p> | ||
</div> | ||
|
||
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a | ||
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> | ||
provided by <a href="https://readthedocs.org">Read the Docs</a>. | ||
|
||
|
||
</footer> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
<script> | ||
jQuery(function () { | ||
SphinxRtdTheme.Navigation.enable(true); | ||
}); | ||
</script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.