Skip to content

Commit

Permalink
publish by stuhood
Browse files Browse the repository at this point in the history
  • Loading branch information
Stu Hood committed Feb 15, 2020
1 parent f0b966b commit c9986e1
Show file tree
Hide file tree
Showing 110 changed files with 6,886 additions and 6,912 deletions.
2 changes: 1 addition & 1 deletion 1.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ <h2 id="about-the-pants-oss-project">About the Pants OSS Project</h2>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/1.0.html 2020-02-11T19:08:26.305383
from dist/markdown/html/src/docs/1.0.html 2020-02-15T11:36:47.776636
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ <h1 id="third-party-dependencies">Third-Party Dependencies</h1>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/3rdparty.html 2020-02-11T19:08:26.314292
from dist/markdown/html/src/docs/3rdparty.html 2020-02-15T11:36:47.785031
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty_jvm.html
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ <h4 id="how-to-solve-an-error-with-exports">How to Solve An Error With Exports</

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/examples/src/java/org/pantsbuild/example/3rdparty_jvm.html 2020-02-11T19:08:26.334962
from dist/markdown/html/examples/src/java/org/pantsbuild/example/3rdparty_jvm.html 2020-02-15T11:36:47.806734
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty_py.html
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ <h2 id="managing-dependencies-for-multiple-platforms">Managing dependencies for

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/examples/src/python/example/3rdparty_py.html 2020-02-11T19:08:26.343294
from dist/markdown/html/examples/src/python/example/3rdparty_py.html 2020-02-15T11:36:47.817250
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion alias.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ <h2 id="see-also">See Also</h2>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/common_tasks/alias.html 2020-02-11T19:08:26.469720
from dist/markdown/html/src/docs/common_tasks/alias.html 2020-02-15T11:36:47.944846
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion announce_201409.html
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ <h1 id="hello-pants-build">Hello Pants Build</h1>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/announce_201409.html 2020-02-11T19:08:26.350053
from dist/markdown/html/src/docs/announce_201409.html 2020-02-15T11:36:47.825667
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion architecture.html
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ <h1 id="architecture">Architecture</h1>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/architecture.html 2020-02-11T19:08:26.475507
from dist/markdown/html/src/docs/architecture.html 2020-02-15T11:36:47.954184
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion architecture_pantsd.html
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ <h2 id="an-end-to-end-run-with-pantsd">An end-to-end run with Pantsd</h2>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/architecture_pantsd.html 2020-02-11T19:08:26.484049
from dist/markdown/html/src/docs/architecture_pantsd.html 2020-02-15T11:36:47.962281
</div>

</div> <!-- mainflow -->
Expand Down
20 changes: 18 additions & 2 deletions build_dictionary.html
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,10 @@ <h2 id="heading_targettypes_102">Target Types</h2>
<td><span class="build-symbol-arg-default"> (default: None)</span></td>
</tr>
<tr>
<td><span class="build-symbol-arg-name">runtime_platform = ...,</span></td>
<td>The name of the platform (defined under the jvm-platform subsystem) to use for runtime (that is, a key into the --jvm-platform-platforms dictionary). If unspecified, the platform will default to the first one of these that exist: (1) the default_runtime_platform specified for jvm-platform, (2) the platform that would be used for the platform kwarg.<span class="build-symbol-arg-default"> (default: None)</span></td>
</tr>
<tr>
<td><span class="build-symbol-arg-name">scalac_plugin_args = ...,</span></td>
<td>Map from scalac plugin name to list of arguments for that plugin.<span class="build-symbol-arg-default"> (default: None)</span></td>
</tr>
Expand Down Expand Up @@ -2549,6 +2553,10 @@ <h2 id="heading_targettypes_102">Target Types</h2>
<td><span class="build-symbol-arg-default"> (default: None)</span></td>
</tr>
<tr>
<td><span class="build-symbol-arg-name">runtime_platform = ...,</span></td>
<td>The name of the platform (defined under the jvm-platform subsystem) to use for runtime (that is, a key into the --jvm-platform-platforms dictionary). If unspecified, the platform will default to the first one of these that exist: (1) the default_runtime_platform specified for jvm-platform, (2) the platform that would be used for the platform kwarg.<span class="build-symbol-arg-default"> (default: None)</span></td>
</tr>
<tr>
<td><span class="build-symbol-arg-name">scalac_plugin_args = ...,</span></td>
<td>Map from scalac plugin name to list of arguments for that plugin.<span class="build-symbol-arg-default"> (default: None)</span></td>
</tr>
Expand All @@ -2574,7 +2582,7 @@ <h2 id="heading_targettypes_102">Target Types</h2>
</tr>
<tr>
<td><span class="build-symbol-arg-name">test_platform = ...,</span></td>
<td>The name of the platform (defined under the jvm-platform subsystem) to use for running tests (that is, a key into the --jvm-platform-platforms dictionary). If unspecified, the platform will default to the same one used for compilation.<span class="build-symbol-arg-default"> (default: None)</span></td>
<td>Deprecated. The name of the platform (defined under the jvm-platform subsystem) to use for running tests (that is, a key into the --jvm-platform-platforms dictionary). If unspecified, the platform will default to the same one used for compilation.<span class="build-symbol-arg-default"> (default: None)</span></td>
</tr>
<tr>
<td><span class="build-symbol-arg-name">threads = ...,</span></td>
Expand Down Expand Up @@ -2732,6 +2740,10 @@ <h2 id="heading_targettypes_102">Target Types</h2>
<td><span class="build-symbol-arg-default"> (default: None)</span></td>
</tr>
<tr>
<td><span class="build-symbol-arg-name">runtime_platform = ...,</span></td>
<td>The name of the platform (defined under the jvm-platform subsystem) to use for runtime (that is, a key into the --jvm-platform-platforms dictionary). If unspecified, the platform will default to the first one of these that exist: (1) the default_runtime_platform specified for jvm-platform, (2) the platform that would be used for the platform kwarg.<span class="build-symbol-arg-default"> (default: None)</span></td>
</tr>
<tr>
<td><span class="build-symbol-arg-name">scalac_plugin_args = ...,</span></td>
<td>Map from scalac plugin name to list of arguments for that plugin.<span class="build-symbol-arg-default"> (default: None)</span></td>
</tr>
Expand Down Expand Up @@ -2857,6 +2869,10 @@ <h2 id="heading_targettypes_102">Target Types</h2>
<td><span class="build-symbol-arg-default"> (default: None)</span></td>
</tr>
<tr>
<td><span class="build-symbol-arg-name">runtime_platform = ...,</span></td>
<td>The name of the platform (defined under the jvm-platform subsystem) to use for runtime (that is, a key into the --jvm-platform-platforms dictionary). If unspecified, the platform will default to the first one of these that exist: (1) the default_runtime_platform specified for jvm-platform, (2) the platform that would be used for the platform kwarg.<span class="build-symbol-arg-default"> (default: None)</span></td>
</tr>
<tr>
<td><span class="build-symbol-arg-name">scalac_plugin_args = ...,</span></td>
<td>Map from scalac plugin name to list of arguments for that plugin.<span class="build-symbol-arg-default"> (default: None)</span></td>
</tr>
Expand Down Expand Up @@ -5747,7 +5763,7 @@ <h2 id="heading_otherbuildsymbols_103">Other BUILD Symbols</h2>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/reference/build_dictionary_body.html 2020-02-11T19:08:26.452257
from dist/reference/build_dictionary_body.html 2020-02-15T11:36:47.925324
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion build_files.html
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ <h2 id="debugging-build-files">Debugging BUILD Files</h2>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/build_files.html 2020-02-11T19:08:26.462657
from dist/markdown/html/src/docs/build_files.html 2020-02-15T11:36:47.937225
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion bundle.html
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ <h2 id="see-also">See Also</h2>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/common_tasks/bundle.html 2020-02-11T19:08:26.491127
from dist/markdown/html/src/docs/common_tasks/bundle.html 2020-02-15T11:36:47.972913
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ <h1 id="release-notes">Release Notes</h1>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/python/pants/CHANGELOG.html 2020-02-11T19:08:26.496966
from dist/markdown/html/src/python/pants/CHANGELOG.html 2020-02-15T11:36:47.980347
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion clean.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ <h2 id="solution">Solution</h2>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/common_tasks/clean.html 2020-02-11T19:08:26.503107
from dist/markdown/html/src/docs/common_tasks/clean.html 2020-02-15T11:36:47.989586
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion cli_args.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ <h2 id="see-also">See Also</h2>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/common_tasks/cli_args.html 2020-02-11T19:08:26.509294
from dist/markdown/html/src/docs/common_tasks/cli_args.html 2020-02-15T11:36:47.996455
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion committers.html
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ <h2 id="committer-emeritus">Committer Emeritus</h2>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/committers.html 2020-02-11T19:08:26.516110
from dist/markdown/html/src/docs/committers.html 2020-02-15T11:36:48.006610
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion common_tasks.html
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ <h3 id="testing">Testing</h3>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/common_tasks/index.html 2020-02-11T19:08:26.523069
from dist/markdown/html/src/docs/common_tasks/index.html 2020-02-15T11:36:48.017441
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion community.html
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ <h1 id="community">Community</h1>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/community.html 2020-02-11T19:08:26.529114
from dist/markdown/html/src/docs/community.html 2020-02-15T11:36:48.024414
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion compile.html
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ <h2 id="discussion">Discussion</h2>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/common_tasks/compile.html 2020-02-11T19:08:26.535575
from dist/markdown/html/src/docs/common_tasks/compile.html 2020-02-15T11:36:48.033427
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion coursier_migration.html
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ <h2 id="related-links">Related links</h2>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/blog/coursier_migration.html 2020-02-11T19:08:26.358762
from dist/markdown/html/src/docs/blog/coursier_migration.html 2020-02-15T11:36:47.833849
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion dependencies.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ <h2 id="see-also">See Also</h2>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/common_tasks/dependencies.html 2020-02-11T19:08:26.542400
from dist/markdown/html/src/docs/common_tasks/dependencies.html 2020-02-15T11:36:48.041100
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion deprecation_policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ <h2 id="disallowed-api-changes">Disallowed API Changes</h2>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/deprecation_policy.html 2020-02-11T19:08:26.549288
from dist/markdown/html/src/docs/deprecation_policy.html 2020-02-15T11:36:48.051257
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ <h1 id="pants-developer-center">Pants Developer Center</h1>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/dev.html 2020-02-11T19:08:26.555695
from dist/markdown/html/src/docs/dev.html 2020-02-15T11:36:48.058591
</div>

</div> <!-- mainflow -->
Expand Down
19 changes: 9 additions & 10 deletions dev_tasks.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,15 +440,14 @@ <h2 id="task-installation-associate-task-with-goals">Task Installation: Associat
<span class="k">def</span> <span class="nf">rules</span><span class="p">():</span>
<span class="k">return</span> <span class="p">(</span>
<span class="o"><em></em></span><span class="n">download_pex_bin</span><span class="o">.</span><span class="n">rules</span><span class="p">(),</span>
<span class="o"></span></pre></div></div></p><span class="n">inject_init</span><span class="o">.</span><span class="n">rules</span><span class="p">(),</span>
<span class="o"><em></em></span><span class="n">prepare_chrooted_python_sources</span><span class="o">.</span><span class="n">rules</span><span class="p">(),</span>
<span class="o"></span><span class="n">pex</span><span class="o">.</span><span class="n">rules</span><span class="p">(),</span>
<span class="o"><em></em></span><span class="n">pex_from_target_closure</span><span class="o">.</span><span class="n">rules</span><span class="p">(),</span>
<span class="o"></span><span class="n">python_test_runner</span><span class="o">.</span><span class="n">rules</span><span class="p">(),</span>
<span class="o"><em></em></span><span class="n">python_create_binary</span><span class="o">.</span><span class="n">rules</span><span class="p">(),</span>
<span class="o"></span><span class="n">python_native_code</span><span class="o">.</span><span class="n">rules</span><span class="p">(),</span>
<span class="o"><em></em></span><span class="n">run_setup_py</span><span class="o">.</span><span class="n">rules</span><span class="p">(),</span>
<span class="o"></span><span class="n">subprocess_environment</span><span class="o">.</span><span class="n">rules</span><span class="p">(),</span>
<span class="o"></span></pre></div></div></p><span class="n">prepare_chrooted_python_sources</span><span class="o">.</span><span class="n">rules</span><span class="p">(),</span>
<span class="o"><em></em></span><span class="n">pex</span><span class="o">.</span><span class="n">rules</span><span class="p">(),</span>
<span class="o"></span><span class="n">pex_from_target_closure</span><span class="o">.</span><span class="n">rules</span><span class="p">(),</span>
<span class="o"><em></em></span><span class="n">python_test_runner</span><span class="o">.</span><span class="n">rules</span><span class="p">(),</span>
<span class="o"></span><span class="n">python_create_binary</span><span class="o">.</span><span class="n">rules</span><span class="p">(),</span>
<span class="o"><em></em></span><span class="n">python_native_code</span><span class="o">.</span><span class="n">rules</span><span class="p">(),</span>
<span class="o"></span><span class="n">run_setup_py</span><span class="o">.</span><span class="n">rules</span><span class="p">(),</span>
<span class="o">*</span><span class="n">subprocess_environment</span><span class="o">.</span><span class="n">rules</span><span class="p">(),</span>
<span class="p">)</span>


Expand Down Expand Up @@ -667,7 +666,7 @@ <h2 id="recording-target-specific-data">Recording Target Specific Data</h2>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/dev_tasks.html 2020-02-11T19:08:26.572231
from dist/markdown/html/src/docs/dev_tasks.html 2020-02-15T11:36:48.077622
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion dev_tasks_publish_extras.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ <h2 id="constructing-a-name-for-your-extra-artifact">Constructing a name for you

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/dev_tasks_publish_extras.html 2020-02-11T19:08:26.578946
from dist/markdown/html/src/docs/dev_tasks_publish_extras.html 2020-02-15T11:36:48.087128
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ <h2 id="doc-site-config">Doc Site Config</h2>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/docs.html 2020-02-11T19:08:26.586834
from dist/markdown/html/src/docs/docs.html 2020-02-15T11:36:48.096115
</div>

</div> <!-- mainflow -->
Expand Down
6 changes: 5 additions & 1 deletion export.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@
<li class="toc-h2"><a href="#targets">Targets</a></li>
<li class="toc-h1"><a href="#example-export-output">Example export output</a></li>
<li class="toc-h1"><a href="#export-format-changes">Export Format Changes</a></li>
<li class="toc-h2"><a href="#110">1.1.0</a></li>
<li class="toc-h2"><a href="#1014">1.0.14</a></li>
<li class="toc-h2"><a href="#1013">1.0.13</a></li>
<li class="toc-h2"><a href="#1012">1.0.12</a></li>
Expand Down Expand Up @@ -555,6 +556,9 @@ <h1 id="example-export-output">Example export output</h1>
}
</pre></div>
<h1 id="export-format-changes">Export Format Changes</h1>
<h2 id="110">1.1.0</h2>
<p>Added 'runtime_platform' to target.</p>
<p>Removed 'test_platform'.</p>
<h2 id="1014">1.0.14</h2>
<p>Export only modulizable targets for <code>export-dep-as-jar</code>, and the rest of targets will appear as libraries.</p>
<p>Definition of <code>modulizable_targets</code>:
Expand Down Expand Up @@ -606,7 +610,7 @@ <h2 id="100">1.0.0</h2>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/export.html 2020-02-11T19:08:26.594514
from dist/markdown/html/src/docs/export.html 2020-02-15T11:36:48.106318
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion file_bundles.html
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ <h2 id="see-also">See Also</h2>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/common_tasks/file_bundles.html 2020-02-11T19:08:26.601741
from dist/markdown/html/src/docs/common_tasks/file_bundles.html 2020-02-15T11:36:48.113491
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion first_concepts.html
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ <h2 id="next-step">Next Step</h2>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/first_concepts.html 2020-02-11T19:08:26.609620
from dist/markdown/html/src/docs/first_concepts.html 2020-02-15T11:36:48.122913
</div>

</div> <!-- mainflow -->
Expand Down
Loading

0 comments on commit c9986e1

Please sign in to comment.