-
Notifications
You must be signed in to change notification settings - Fork 11
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
0 parents
commit 5b64078
Showing
59 changed files
with
12,286 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 @@ | ||
pybuilder.io |
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,29 @@ | ||
# PyBuilder Documentation | ||
|
||
This project contains the documentation of [PyBuilder](https://github.com/pybuilder/pybuilder). | ||
|
||
Please visit [PyBuilder](https://pybuilder.io). | ||
|
||
## Contributing | ||
|
||
Install [jekyll](https://github.com/mojombo/jekyll) | ||
|
||
```bash | ||
sudo apt-get install jekyll | ||
``` | ||
|
||
or | ||
|
||
```bash | ||
sudo gem install jekyll | ||
``` | ||
|
||
[How to install jekyll](https://github.com/mojombo/jekyll/wiki/install) | ||
|
||
**Start local server** | ||
```bash | ||
jekyll server --watch | ||
``` | ||
|
||
Browse to [localhost:4000](http://localhost:4000) | ||
|
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,257 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C74FKNHM7K"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-C74FKNHM7K'); | ||
</script> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
|
||
<meta name="description" content="PyBuilder is an easy-to-use build automation tool for Python"/> | ||
<meta name="author" content="PyBuilder Community"/> | ||
<meta name="keywords" content="python, continuous integration, build tool, automation, CI, CD, CI/CD"/> | ||
|
||
<meta name="theme-color" content="#000000"/> | ||
|
||
<link rel="canonical" href="https://pybuilder.io/about"/> | ||
<link rel="icon" href="/img/logo.svg"/> | ||
<link rel="apple-touch-icon" href="/img/logo-apple-touch-icon.png"> | ||
|
||
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Oleo+Script:700"/> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" | ||
integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap-theme.min.css" | ||
integrity="sha384-6pzBo3FDv/PJ8r2KRkGHifhEocL+1X2rVCTTkUfGk7/0pbek5mMa1upzvWbrUbOZ" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.rawgit.com/afeld/bootstrap-toc/v0.4.1/dist/bootstrap-toc.min.css"> | ||
<link rel="stylesheet" type="text/css" href="/css/highlightjs.css"/> | ||
<link rel="stylesheet" type="text/css" href="/css/tabcontent.css"/> | ||
<link rel="stylesheet" type="text/css" href="/css/styles.css"/> | ||
|
||
<!-- Begin Jekyll SEO tag v2.8.0 --> | ||
<meta name="generator" content="Jekyll v4.3.3" /> | ||
<meta property="og:title" content="About" /> | ||
<meta property="og:locale" content="en_US" /> | ||
<link rel="canonical" href="https://pybuilder.io/about" /> | ||
<meta property="og:url" content="https://pybuilder.io/about" /> | ||
<meta property="og:image" content="https://pybuilder.io/img/logo.png" /> | ||
<meta property="og:type" content="website" /> | ||
<meta name="twitter:card" content="summary" /> | ||
<meta property="twitter:image" content="https://pybuilder.io/img/logo.png" /> | ||
<meta property="twitter:title" content="About" /> | ||
<meta name="twitter:site" content="@pybuilder_" /> | ||
<script type="application/ld+json"> | ||
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-09-14T15:27:15+00:00","headline":"About","image":"https://pybuilder.io/img/logo.png","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://pybuilder.io/img/logo.png"}},"url":"https://pybuilder.io/about"}</script> | ||
<!-- End Jekyll SEO tag --> | ||
|
||
|
||
<title>PyBuilder — About</title> | ||
</head> | ||
|
||
<body> | ||
|
||
<nav class="navbar navbar-fixed-top navbar-inverse" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#hdr-nb-collapse"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand pybuilder-brand dropdown" href="/" title="PyBuilder"> | ||
<img src="/img/logo.svg" alt="PyBuilder Logo" | ||
onerror="this.onerror=null; this.src='/img/logo-brand.png'"/></a> | ||
</div> | ||
|
||
<div class="collapse navbar-collapse" id="hdr-nb-collapse"> | ||
<ul class="nav navbar-nav"> | ||
<li class="dropdown"> | ||
<a href="/" title="PyBuilder">PyBuilder</a> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="/about" title="About">About</a> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="/news/" title="News">News</a> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="/documentation/" class="dropdown-toggle">Documentation <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
<li class="dropdown-submenu"> | ||
<a class="dropdown-item dropdown-toggle" href="#">User Documentation <b | ||
class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
<li> | ||
<a href="/documentation/installation">Installation</a> | ||
</li> | ||
<li> | ||
<a href="/documentation/tutorial">Tutorial</a> | ||
</li> | ||
<li> | ||
<a href="/documentation/examples">Examples</a> | ||
</li> | ||
<li> | ||
<a href="/documentation/manual">Manual</a> | ||
</li> | ||
<li> | ||
<a href="/documentation/plugins">Plugins</a> | ||
</li> | ||
<li> | ||
<a href="/documentation/external-plugin-list">External plugins</a> | ||
</li> | ||
<li> | ||
<a href="/documentation/ide">IDE integration</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="dropdown-submenu"> | ||
<a class="dropdown-item dropdown-toggle" href="#">Developer Documentation <b | ||
class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
<li> | ||
<a href="/documentation/writing-plugins">Writing Plugins</a> | ||
</li> | ||
<li> | ||
<a href="/documentation/developing-pybuilder">Developing PyBuilder</a> | ||
</li> | ||
<li> | ||
<a href="/documentation/publishing-plugins">Publishing Your Plugins</a> | ||
</li> | ||
<li> | ||
<a href="#">API (Unavailable)</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle">Releases <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
<li class="dropdown-submenu"> | ||
<a href="/release-notes/" class="dropdown-item dropdown-toggle">Release Notes | ||
<b class="caret"></b> | ||
</a> | ||
<ul class="dropdown-menu"> | ||
|
||
|
||
<li> | ||
<a href="/release-notes/v0.13.x">Versions 0.13.x | ||
(Current)</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/release-notes/v0.12.x">Versions 0.12.x | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/release-notes/v0.11.x">Versions 0.11.x | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/release-notes/v0.10.x">Versions 0.10.x | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/release-notes/archived">Archived Versions | ||
</a> | ||
</li> | ||
|
||
</ul> | ||
</li> | ||
<li class="dropdown-submenu"> | ||
<a href="/migration-guides/" class="dropdown-item dropdown-toggle">Migration Guides | ||
<b class="caret"></b> | ||
</a> | ||
<ul class="dropdown-menu"> | ||
|
||
|
||
<li> | ||
<a href="/migration-guides/v0.11.x-v0.12.0">Migrating v0.11.x to v0.12.0</a> | ||
</li> | ||
|
||
</ul> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
|
||
|
||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-5 col-md-offset-4"> | ||
<h2>Who Built The PyBuilder?</h2> | ||
<p> | ||
PyBuilder has been created by Alexander Metzner. | ||
</p> | ||
<p> | ||
Past maintainers include Maximilien Riehl and Michael Gruber. | ||
</p> | ||
<p> | ||
As of 2020 <a href="https://www.ivanov.biz/">Arcadiy Ivanov</a> is actively developing PyBuilder. | ||
</p> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<footer> | ||
<hr> | ||
<div class="container"> | ||
<div class="row"> | ||
<a href="https://github.com/pybuilder/pybuilder">PyBuilder on GitHub</a> | ||
<a href="https://pypi.org/project/pybuilder/">PyBuilder on PyPI</a> | ||
</div> | ||
</div> | ||
<div class="publish-date"> | ||
<small>site published on 2024-09-14 15:28:35 +0000</small> | ||
</div> | ||
</footer> | ||
|
||
<script src="https://code.jquery.com/jquery-3.4.1.min.js" | ||
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" | ||
crossorigin="anonymous"></script> | ||
<script src="/js/jquery-ui-1.10.3.custom.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" | ||
integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" | ||
crossorigin="anonymous"></script> | ||
<script src="https://cdn.rawgit.com/afeld/bootstrap-toc/v0.4.1/dist/bootstrap-toc.min.js"></script> | ||
<script src="/js/tabcontent.js"></script> | ||
<script src="/js/highlight.pack.js"></script> | ||
<script type="module" src="https://cdn.jsdelivr.net/npm/@justinribeiro/[email protected]/lite-youtube.js"></script> | ||
|
||
<script type="text/javascript"> | ||
$(document).ready(function() { | ||
$('pre code').each(function(i, e) {hljs.highlightBlock(e)}); | ||
}); | ||
</script> | ||
<script type="text/javascript"> | ||
$(function() { | ||
$(".dropdown").hover( | ||
function(){ $(this).addClass('open') }, | ||
function(){ $(this).removeClass('open') } | ||
); | ||
}); | ||
$(function() { | ||
$(".dropdown-submenu").hover( | ||
function(){ $(this).addClass('open') }, | ||
function(){ $(this).removeClass('open') } | ||
); | ||
}); | ||
</script> | ||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.