blob: d685f9ed45c684c8e89db4bd261aa052ac52330d [file] [log] [blame]
<!--
Documentation generated by Skydoc
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Overview</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.1.1/material.green-light_blue.min.css">
<script defer src="https://code.getmdl.io/1.1.1/material.min.js"></script>
<link rel="stylesheet" href="./main.css">
</head>
<body>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-drawer
mdl-layout--fixed-header">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<span class="mdl-layout-title">Overview</span>
</div>
</header>
<div class="mdl-layout__drawer">
<span class="mdl-layout-title">Bazel</span>
<nav class="drawer-nav">
<ul class="drawer-nav">
<li><a href="./index.html">Overview</a></li>
<li>
<a href="./debug.html">debug Rules</a>
<ul>
</ul>
</li>
<li>
<a href="./subpar.html">Build self-contained python executables.</a>
<ul>
<li>
<a href="./subpar.html#parfile">
parfile
</a>
</li>
<li>
<a href="./subpar.html#parfile_test">
parfile_test
</a>
</li>
</ul>
</li>
</ul>
</nav>
</div>
<main class="mdl-layout__content">
<div class="page-content">
<h1>Overview</h1>
<nav class="toc">
<h2>Rule sets</h2>
<ul>
<li><a href="#debug">debug Rules</a></li>
<li><a href="#subpar">Build self-contained python executables.</a></li>
</ul>
</nav>
<h2><a href="./debug.html" id="debug">debug Rules</a></h2>
<h3>Macros</h3>
<table class="overview-table">
<colgroup>
<col class="col-name" />
<col class="col-description" />
</colgroup>
<tbody>
<tr>
<td>
<a href="./debug.html#dump">
<code>dump</code>
</a>
</td>
<td>
<p>Debugging method that recursively prints object fields to stderr</p>
</td>
</tr>
</tbody>
</table>
<h2><a href="./subpar.html" id="subpar">Build self-contained python executables.</a></h2>
<h3>Rules</h3>
<table class="overview-table">
<colgroup>
<col class="col-name" />
<col class="col-description" />
</colgroup>
<tbody>
<tr>
<td>
<a href="./subpar.html#parfile">
<code>parfile</code>
</a>
</td>
<td>
<p>A self-contained, single-file Python program, with a .par file extension.</p>
</td>
</tr>
<tr>
<td>
<a href="./subpar.html#parfile_test">
<code>parfile_test</code>
</a>
</td>
<td>
<p>Identical to par_binary, but the rule is marked as being a test.</p>
</td>
</tr>
</tbody>
</table>
<h3>Macros</h3>
<table class="overview-table">
<colgroup>
<col class="col-name" />
<col class="col-description" />
</colgroup>
<tbody>
<tr>
<td>
<a href="./subpar.html#par_binary">
<code>par_binary</code>
</a>
</td>
<td>
<p>An executable Python program.</p>
</td>
</tr>
<tr>
<td>
<a href="./subpar.html#par_test">
<code>par_test</code>
</a>
</td>
<td>
<p>An executable Python test.</p>
</td>
</tr>
</tbody>
</table>
</div>
<footer class="mdl-mini-footer">
<div class="mdl-mini-footer__left-section">
<div class="mdl-logo">Bazel</div>
<ul class="mdl-mini-footer__link-list">
<li><a href="https://bazel.build">Home</a></li>
<li><a href="https://github.com/bazelbuild">GitHub</a></li>
</ul>
</div>
</footer>
</main>
</div>
</body>
</html>