Skip to content

Commit

Permalink
publish by jsirois
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed May 9, 2020
1 parent 0143f5f commit a382884
Show file tree
Hide file tree
Showing 113 changed files with 3,810 additions and 3,740 deletions.
2 changes: 1 addition & 1 deletion 1.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,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-05-02T17:45:54.353247
from dist/markdown/html/src/docs/1.0.html 2020-05-09T16:29:33.280378
</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 @@ -398,7 +398,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-05-02T17:45:54.359706
from dist/markdown/html/src/docs/3rdparty.html 2020-05-09T16:29:33.285209
</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 @@ -847,7 +847,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-05-02T17:45:54.379360
from dist/markdown/html/examples/src/java/org/pantsbuild/example/3rdparty_jvm.html 2020-05-09T16:29:33.304220
</div>

</div> <!-- mainflow -->
Expand Down
4 changes: 2 additions & 2 deletions 3rdparty_py.html
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ <h2 id="3rdpartypython">3rdparty/python</h2>
cffi==1.13.2
coverage&gt;=4.5,&lt;4.6
dataclasses==0.6
docutils==0.14
docutils&gt;=0.15,&lt;0.17
fasteners==0.15.0

# The MyPy requirement should be maintained in lockstep with the requirement the Pants repo uses
Expand Down Expand Up @@ -491,7 +491,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-05-02T17:45:54.388105
from dist/markdown/html/examples/src/python/example/3rdparty_py.html 2020-05-09T16:29:33.310906
</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 @@ -440,7 +440,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-05-02T17:45:54.521417
from dist/markdown/html/src/docs/common_tasks/alias.html 2020-05-09T16:29:33.434822
</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 @@ -465,7 +465,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-05-02T17:45:54.395358
from dist/markdown/html/src/docs/announce_201409.html 2020-05-09T16:29:33.316040
</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 @@ -385,7 +385,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-05-02T17:45:54.527671
from dist/markdown/html/src/docs/architecture.html 2020-05-09T16:29:33.439019
</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 @@ -454,7 +454,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-05-02T17:45:54.535407
from dist/markdown/html/src/docs/architecture_pantsd.html 2020-05-09T16:29:33.446043
</div>

</div> <!-- mainflow -->
Expand Down
21 changes: 9 additions & 12 deletions build_dictionary.html
Original file line number Diff line number Diff line change
Expand Up @@ -5238,24 +5238,21 @@ <h2 id="heading_otherbuildsymbols_103">Other BUILD Symbols</h2>
</li>
<a id="bdict_python_requirement" pantsmark="bdict_python_requirement"></a>
<li class="collapsed">
<code class="build-symbol">python_requirement</code>: <span class="build-symbol-description">Pants wrapper around pkg_resources.Requirement.</span>
<code class="build-symbol">python_requirement</code>: <span class="build-symbol-description">A Pants wrapper around pkg_resources.Requirement.</span>
<ul class="nobullets">
<span class="build-symbol-details">Describes an external dependency as understood by ``easy_install`` or
``pip``. It takes
a single non-keyword argument of the `Requirement`-style string, e.g. ::
<span class="build-symbol-details">Describes an external dependency as understood by `pip`. It takes a single non-keyword argument
of the `Requirement`-style string, e.g.

python_requirement('django-celery')
python_requirement('tornado==2.2')
python_requirement('kombu&gt;=2.1.1,&lt;3.0')

Pants resolves the dependency *and its transitive closure*.
For example, `django-celery` pulls also pulls down its
dependencies: `celery&gt;=2.5.1`, `django-picklefield&gt;=0.2.0`, `ordereddict`,
`python-dateutil`,
`kombu&gt;=2.1.1,&lt;3.0`, `anyjson&gt;=0.3.1`, `importlib`, and `amqplib&gt;=1.0`.
Pants resolves the dependency _and_ its transitive closure*. For example, `django-celery` also
pulls down its dependencies: `celery&gt;=2.5.1`, `django-picklefield&gt;=0.2.0`, `ordereddict`,
`python-dateutil`, `kombu&gt;=2.1.1,&lt;3.0`, `anyjson&gt;=0.3.1`, `importlib`, and `amqplib&gt;=1.0`.

To let other Targets depend on this ``python_requirement``, put it in a
`python_requirement_library &lt;#python_requirement_library&gt;`_.
To let other Targets depend on this `python_requirement`, put it in a
`python_requirement_library`.

:API: public</span>
<li>
Expand Down Expand Up @@ -5733,7 +5730,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-05-02T17:45:54.502563
from dist/reference/build_dictionary_body.html 2020-05-09T16:29:33.421263
</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 @@ -543,7 +543,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-05-02T17:45:54.514798
from dist/markdown/html/src/docs/build_files.html 2020-05-09T16:29:33.429331
</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 @@ -429,7 +429,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-05-02T17:45:54.543307
from dist/markdown/html/src/docs/common_tasks/bundle.html 2020-05-09T16:29:33.452049
</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 @@ -386,7 +386,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-05-02T17:45:54.548935
from dist/markdown/html/src/python/pants/CHANGELOG.html 2020-05-09T16:29:33.456320
</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 @@ -397,7 +397,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-05-02T17:45:54.554325
from dist/markdown/html/src/docs/common_tasks/clean.html 2020-05-09T16:29:33.460763
</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 @@ -399,7 +399,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-05-02T17:45:54.560940
from dist/markdown/html/src/docs/common_tasks/cli_args.html 2020-05-09T16:29:33.465049
</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 @@ -451,7 +451,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-05-02T17:45:54.567409
from dist/markdown/html/src/docs/committers.html 2020-05-09T16:29:33.470147
</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 @@ -430,7 +430,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-05-02T17:45:54.575086
from dist/markdown/html/src/docs/common_tasks/index.html 2020-05-09T16:29:33.475306
</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 @@ -395,7 +395,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-05-02T17:45:54.581986
from dist/markdown/html/src/docs/community.html 2020-05-09T16:29:33.479633
</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 @@ -405,7 +405,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-05-02T17:45:54.589733
from dist/markdown/html/src/docs/common_tasks/compile.html 2020-05-09T16:29:33.484194
</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 @@ -600,7 +600,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-05-02T17:45:54.406463
from dist/markdown/html/src/docs/blog/coursier_migration.html 2020-05-09T16:29:33.323811
</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 @@ -426,7 +426,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-05-02T17:45:54.598012
from dist/markdown/html/src/docs/common_tasks/dependencies.html 2020-05-09T16:29:33.489832
</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 @@ -453,7 +453,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-05-02T17:45:54.604528
from dist/markdown/html/src/docs/deprecation_policy.html 2020-05-09T16:29:33.494782
</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 @@ -411,7 +411,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-05-02T17:45:54.611830
from dist/markdown/html/src/docs/dev.html 2020-05-09T16:29:33.499377
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion dev_tasks.html
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,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-05-02T17:45:54.628742
from dist/markdown/html/src/docs/dev_tasks.html 2020-05-09T16:29:33.515261
</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 @@ -457,7 +457,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-05-02T17:45:54.636357
from dist/markdown/html/src/docs/dev_tasks_publish_extras.html 2020-05-09T16:29:33.520273
</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 @@ -490,7 +490,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-05-02T17:45:54.644567
from dist/markdown/html/src/docs/docs.html 2020-05-09T16:29:33.526911
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion export.html
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,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-05-02T17:45:54.652674
from dist/markdown/html/src/docs/export.html 2020-05-09T16:29:33.532930
</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 @@ -412,7 +412,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-05-02T17:45:54.660338
from dist/markdown/html/src/docs/common_tasks/file_bundles.html 2020-05-09T16:29:33.538532
</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 @@ -527,7 +527,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-05-02T17:45:54.668324
from dist/markdown/html/src/docs/first_concepts.html 2020-05-09T16:29:33.544956
</div>

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

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/first_tutorial.html 2020-05-02T17:45:54.681753
from dist/markdown/html/src/docs/first_tutorial.html 2020-05-09T16:29:33.557161
</div>

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

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/examples/src/java/org/pantsbuild/example/from_maven.html 2020-05-02T17:45:54.692678
from dist/markdown/html/examples/src/java/org/pantsbuild/example/from_maven.html 2020-05-09T16:29:33.564217
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion globs.html
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,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/globs.html 2020-05-02T17:45:54.699679
from dist/markdown/html/src/docs/common_tasks/globs.html 2020-05-09T16:29:33.569657
</div>

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

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/contrib/go/README.html 2020-05-02T17:45:54.711539
from dist/markdown/html/contrib/go/README.html 2020-05-09T16:29:33.580585
</div>

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

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/common_tasks/python_proto_gen.html 2020-05-02T17:45:57.022463
from dist/markdown/html/src/docs/common_tasks/python_proto_gen.html 2020-05-09T16:29:35.389393
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion howto_ask.html
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ <h1 id="how-to-ask">How To Ask</h1>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/howto_ask.html 2020-05-02T17:45:54.717916
from dist/markdown/html/src/docs/howto_ask.html 2020-05-09T16:29:33.585205
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion howto_contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ <h3 id="committing-a-change">Committing a Change</h3>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/howto_contribute.html 2020-05-02T17:45:54.725503
from dist/markdown/html/src/docs/howto_contribute.html 2020-05-09T16:29:33.592202
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion howto_develop.html
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ <h3 id="jvm-tool-development-tips">JVM Tool Development Tips</h3>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/howto_develop.html 2020-05-02T17:45:54.739450
from dist/markdown/html/src/docs/howto_develop.html 2020-05-09T16:29:33.604104
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion howto_plugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ <h2 id="examples-from-twittercommons">Examples from <code>twitter/commons</code>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/howto_plugin.html 2020-05-02T17:45:54.750519
from dist/markdown/html/src/docs/howto_plugin.html 2020-05-09T16:29:33.613177
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion ide_support.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ <h2 id="pants-plugin-for-intellij-idea">Pants Plugin for IntelliJ IDEA</h2>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/ide_support.html 2020-05-02T17:45:54.756089
from dist/markdown/html/src/docs/ide_support.html 2020-05-09T16:29:33.617361
</div>

</div> <!-- mainflow -->
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ <h2 id="contributing-to-pants">Contributing to Pants</h2>

<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/docs/index.html 2020-05-02T17:45:54.762823
from dist/markdown/html/src/docs/index.html 2020-05-09T16:29:33.622141
</div>

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

0 comments on commit a382884

Please sign in to comment.