|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + |
| 4 | +<!-- |
| 5 | + Copyright 2014 Pants project contributors (see CONTRIBUTORS.md). |
| 6 | + Licensed under the Apache License, Version 2.0 (see LICENSE). |
| 7 | +--> |
| 8 | + |
| 9 | +<head> |
| 10 | + <meta charset="utf-8"/> |
| 11 | + <title>Community</title> |
| 12 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 13 | + <link rel="shortcut icon" href="pants-logo.ico"> |
| 14 | + <!-- In case this is a "test publish", tell search engines where real version lives: --> |
| 15 | + <link rel="canonical" href="https://pantsbuild.github.io/community.html"> |
| 16 | + |
| 17 | + <link rel="stylesheet" href="bootstrap-custom.min.css"> |
| 18 | + <link rel="stylesheet" href="bootstrap-custom-theme.min.css"> |
| 19 | + <link rel="stylesheet" href="docsite.css"> |
| 20 | +</head> |
| 21 | + |
| 22 | +<body> |
| 23 | + |
| 24 | +<div class="header"> |
| 25 | + <nav class="navbar navbar-default navbar-static-top"> |
| 26 | + <div class="container"> |
| 27 | + <div class="navbar-header"> |
| 28 | + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> |
| 29 | + <span class="sr-only">Toggle navigation</span> |
| 30 | + <span class="icon-bar"></span> |
| 31 | + <span class="icon-bar"></span> |
| 32 | + <span class="icon-bar"></span> |
| 33 | + </button> |
| 34 | + <a class="navbar-brand navbar-brand-img" href="index.html"> |
| 35 | + <img src="pants-logo.ico" alt="[pantsbuild logo]"> |
| 36 | + </a> |
| 37 | + <a class="navbar-brand" href="index.html"> |
| 38 | + Pants |
| 39 | + </a> |
| 40 | + </div> |
| 41 | + <div id="navbar" class="navbar-collapse collapse"> |
| 42 | + <ul class="nav navbar-nav navbar-right"> |
| 43 | + <li><a href="/">Docs</a></li> |
| 44 | + <li><a href="community.html">Community</a></li> |
| 45 | + <li><a href="https://www.github.com/pantsbuild/pants">GitHub</a></li> |
| 46 | + <li> |
| 47 | + <form class="navbar-form navbar-left search" role="search" action="https://www.google.com/search"> |
| 48 | + <div class="form-group"> |
| 49 | + <input type="text" name="as_q" class="form-control query" placeholder="Search"> |
| 50 | + <input name="as_sitesearch" value="pantsbuild.github.io" type="hidden"> |
| 51 | + </div> |
| 52 | + </form> |
| 53 | + </li> |
| 54 | + </ul> |
| 55 | + </div><!--/.nav-collapse --> |
| 56 | + </div> |
| 57 | + </nav> |
| 58 | +</div> |
| 59 | + |
| 60 | +<div class="page"> |
| 61 | + |
| 62 | + <div class="container-fluid"> |
| 63 | + <div class="row"> |
| 64 | + |
| 65 | + <div class="col-md-1"> |
| 66 | + </div> |
| 67 | + |
| 68 | + <div class="col-md-2"> |
| 69 | + <div class="site-toc"> |
| 70 | + <ul> |
| 71 | + <li class="toc-h1 toc-heading"> |
| 72 | + Getting Started |
| 73 | + </li> |
| 74 | + <li class="toc-h1 toc-link "> |
| 75 | + <a href="install.html">Installing Pants</a> |
| 76 | + </li> |
| 77 | + <li class="toc-h1 toc-link "> |
| 78 | + <a href="setup_repo.html">Setting Up Pants</a> |
| 79 | + </li> |
| 80 | + <li class="toc-h1 toc-link "> |
| 81 | + <a href="first_tutorial.html">Tutorial</a> |
| 82 | + </li> |
| 83 | + <li class="toc-h1 toc-heading"> |
| 84 | + Pants Basics |
| 85 | + </li> |
| 86 | + <li class="toc-h1 toc-link "> |
| 87 | + <a href="why_use_pants.html">Why Use Pants?</a> |
| 88 | + </li> |
| 89 | + <li class="toc-h1 toc-link "> |
| 90 | + <a href="first_concepts.html">Pants Concepts</a> |
| 91 | + </li> |
| 92 | + <li class="toc-h1 toc-link "> |
| 93 | + <a href="build_files.html">BUILD files</a> |
| 94 | + </li> |
| 95 | + <li class="toc-h1 toc-link "> |
| 96 | + <a href="target_addresses.html">Target Addresses</a> |
| 97 | + </li> |
| 98 | + <li class="toc-h1 toc-link "> |
| 99 | + <a href="3rdparty.html">Third-Party Dependencies</a> |
| 100 | + </li> |
| 101 | + <li class="toc-h1 toc-link "> |
| 102 | + <a href="options.html">Pants Options</a> |
| 103 | + </li> |
| 104 | + <li class="toc-h1 toc-link "> |
| 105 | + <a href="invoking.html">Invoking Pants</a> |
| 106 | + </li> |
| 107 | + <li class="toc-h1 toc-link "> |
| 108 | + <a href="reporting_server.html">Reporting Server</a> |
| 109 | + </li> |
| 110 | + <li class="toc-h1 toc-link "> |
| 111 | + <a href="ide_support.html">IDE Support</a> |
| 112 | + </li> |
| 113 | + <li class="toc-h1 toc-heading"> |
| 114 | + JVM |
| 115 | + </li> |
| 116 | + <li class="toc-h1 toc-link "> |
| 117 | + <a href="jvm_projects.html">JVM Projects with Pants</a> |
| 118 | + </li> |
| 119 | + <li class="toc-h1 toc-link "> |
| 120 | + <a href="3rdparty_jvm.html">JVM 3rdparty Pattern</a> |
| 121 | + </li> |
| 122 | + <li class="toc-h1 toc-link "> |
| 123 | + <a href="scala.html">Scala Support</a> |
| 124 | + </li> |
| 125 | + <li class="toc-h1 toc-link "> |
| 126 | + <a href="publish.html">Publishing Artifacts</a> |
| 127 | + </li> |
| 128 | + <li class="toc-h1 toc-link "> |
| 129 | + <a href="from_maven.html">Pants for Maven Experts</a> |
| 130 | + </li> |
| 131 | + <li class="toc-h1 toc-heading"> |
| 132 | + Python |
| 133 | + </li> |
| 134 | + <li class="toc-h1 toc-link "> |
| 135 | + <a href="python_readme.html">Python Projects with Pants</a> |
| 136 | + </li> |
| 137 | + <li class="toc-h1 toc-link "> |
| 138 | + <a href="3rdparty_py.html">Python 3rdparty Pattern</a> |
| 139 | + </li> |
| 140 | + <li class="toc-h1 toc-heading"> |
| 141 | + Codegen |
| 142 | + </li> |
| 143 | + <li class="toc-h1 toc-link "> |
| 144 | + <a href="thrift_deps.html">Thrift</a> |
| 145 | + </li> |
| 146 | + <li class="toc-h1 toc-heading"> |
| 147 | + Docgen |
| 148 | + </li> |
| 149 | + <li class="toc-h1 toc-link "> |
| 150 | + <a href="page.html">Markdown</a> |
| 151 | + </li> |
| 152 | + <li class="toc-h1 toc-heading"> |
| 153 | + Getting Help |
| 154 | + </li> |
| 155 | + <li class="toc-h1 toc-link "> |
| 156 | + <a href="tshoot.html">Troubleshooting</a> |
| 157 | + </li> |
| 158 | + <li class="toc-h1 toc-link toc-here"> |
| 159 | + Community |
| 160 | + </li> |
| 161 | + <li class="toc-h1 toc-heading"> |
| 162 | + Reference |
| 163 | + </li> |
| 164 | + <li class="toc-h1 toc-link "> |
| 165 | + <a href="build_dictionary.html">Pants BUILD Dictionary</a> |
| 166 | + </li> |
| 167 | + <li class="toc-h1 toc-link "> |
| 168 | + <a href="options_reference.html">Pants Reference</a> |
| 169 | + </li> |
| 170 | + <li class="toc-h1 toc-heading"> |
| 171 | + Developer |
| 172 | + </li> |
| 173 | + <li class="toc-h1 toc-link "> |
| 174 | + <a href="dev.html">Pants Developer Center</a> |
| 175 | + </li> |
| 176 | + <li class="toc-h1 toc-link "> |
| 177 | + <a href="changelog.html">Release History</a> |
| 178 | + </li> |
| 179 | + <li class="toc-h1 toc-link "> |
| 180 | + <a href="export.html">Export Format</a> |
| 181 | + </li> |
| 182 | + </ul> |
| 183 | + </div> <!-- site-toc --> |
| 184 | + </div> |
| 185 | + |
| 186 | + <div class="col-md-8"> |
| 187 | + <div class="content"> |
| 188 | + |
| 189 | + <div class="mainflow"> |
| 190 | + |
| 191 | + <!-- main content start --> |
| 192 | + <!-- generated by pants! --> |
| 193 | +<style> |
| 194 | +.codehilite .hll { background-color: #ffffcc } |
| 195 | +.codehilite { background: #f0f0f0; } |
| 196 | +.codehilite .c { color: #60a0b0; font-style: italic } /* Comment */ |
| 197 | +.codehilite .err { border: 1px solid #FF0000 } /* Error */ |
| 198 | +.codehilite .k { color: #007020; font-weight: bold } /* Keyword */ |
| 199 | +.codehilite .o { color: #666666 } /* Operator */ |
| 200 | +.codehilite .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */ |
| 201 | +.codehilite .cp { color: #007020 } /* Comment.Preproc */ |
| 202 | +.codehilite .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */ |
| 203 | +.codehilite .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */ |
| 204 | +.codehilite .gd { color: #A00000 } /* Generic.Deleted */ |
| 205 | +.codehilite .ge { font-style: italic } /* Generic.Emph */ |
| 206 | +.codehilite .gr { color: #FF0000 } /* Generic.Error */ |
| 207 | +.codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */ |
| 208 | +.codehilite .gi { color: #00A000 } /* Generic.Inserted */ |
| 209 | +.codehilite .go { color: #808080 } /* Generic.Output */ |
| 210 | +.codehilite .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ |
| 211 | +.codehilite .gs { font-weight: bold } /* Generic.Strong */ |
| 212 | +.codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ |
| 213 | +.codehilite .gt { color: #0040D0 } /* Generic.Traceback */ |
| 214 | +.codehilite .kc { color: #007020; font-weight: bold } /* Keyword.Constant */ |
| 215 | +.codehilite .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ |
| 216 | +.codehilite .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */ |
| 217 | +.codehilite .kp { color: #007020 } /* Keyword.Pseudo */ |
| 218 | +.codehilite .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ |
| 219 | +.codehilite .kt { color: #902000 } /* Keyword.Type */ |
| 220 | +.codehilite .m { color: #40a070 } /* Literal.Number */ |
| 221 | +.codehilite .s { color: #4070a0 } /* Literal.String */ |
| 222 | +.codehilite .na { color: #4070a0 } /* Name.Attribute */ |
| 223 | +.codehilite .nb { color: #007020 } /* Name.Builtin */ |
| 224 | +.codehilite .nc { color: #0e84b5; font-weight: bold } /* Name.Class */ |
| 225 | +.codehilite .no { color: #60add5 } /* Name.Constant */ |
| 226 | +.codehilite .nd { color: #555555; font-weight: bold } /* Name.Decorator */ |
| 227 | +.codehilite .ni { color: #d55537; font-weight: bold } /* Name.Entity */ |
| 228 | +.codehilite .ne { color: #007020 } /* Name.Exception */ |
| 229 | +.codehilite .nf { color: #06287e } /* Name.Function */ |
| 230 | +.codehilite .nl { color: #002070; font-weight: bold } /* Name.Label */ |
| 231 | +.codehilite .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ |
| 232 | +.codehilite .nt { color: #062873; font-weight: bold } /* Name.Tag */ |
| 233 | +.codehilite .nv { color: #bb60d5 } /* Name.Variable */ |
| 234 | +.codehilite .ow { color: #007020; font-weight: bold } /* Operator.Word */ |
| 235 | +.codehilite .w { color: #bbbbbb } /* Text.Whitespace */ |
| 236 | +.codehilite .mf { color: #40a070 } /* Literal.Number.Float */ |
| 237 | +.codehilite .mh { color: #40a070 } /* Literal.Number.Hex */ |
| 238 | +.codehilite .mi { color: #40a070 } /* Literal.Number.Integer */ |
| 239 | +.codehilite .mo { color: #40a070 } /* Literal.Number.Oct */ |
| 240 | +.codehilite .sb { color: #4070a0 } /* Literal.String.Backtick */ |
| 241 | +.codehilite .sc { color: #4070a0 } /* Literal.String.Char */ |
| 242 | +.codehilite .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */ |
| 243 | +.codehilite .s2 { color: #4070a0 } /* Literal.String.Double */ |
| 244 | +.codehilite .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */ |
| 245 | +.codehilite .sh { color: #4070a0 } /* Literal.String.Heredoc */ |
| 246 | +.codehilite .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */ |
| 247 | +.codehilite .sx { color: #c65d09 } /* Literal.String.Other */ |
| 248 | +.codehilite .sr { color: #235388 } /* Literal.String.Regex */ |
| 249 | +.codehilite .s1 { color: #4070a0 } /* Literal.String.Single */ |
| 250 | +.codehilite .ss { color: #517918 } /* Literal.String.Symbol */ |
| 251 | +.codehilite .bp { color: #007020 } /* Name.Builtin.Pseudo */ |
| 252 | +.codehilite .vc { color: #bb60d5 } /* Name.Variable.Class */ |
| 253 | +.codehilite .vg { color: #bb60d5 } /* Name.Variable.Global */ |
| 254 | +.codehilite .vi { color: #bb60d5 } /* Name.Variable.Instance */ |
| 255 | +.codehilite .il { color: #40a070 } /* Literal.Number.Integer.Long */ |
| 256 | +</style> |
| 257 | +<h1 id="community">Community</h1> |
| 258 | +<p>The best way to get help with Pants is to ask! The Pants community is committed to helping |
| 259 | +new Pants adopters get up and running as smoothly and quickly as possible.</p> |
| 260 | +<p>There are a two main ways to engage in the Pants conversation:</p> |
| 261 | +<ul> |
| 262 | +<li>On the <a href="https://groups.google.com/forum/#!forum/pants-devel" title="pants-devel">pants-devel</a> mailing list.</li> |
| 263 | +<li>On the <code>#general</code> channel in the <a href="https://pantsbuild.slack.com/"><code>pantsbuild</code></a> Slack organization. |
| 264 | + You can <a href="https://pantsslack.herokuapp.com/">send yourself an invite</a> or ask for one on <a href="https://groups.google.com/forum/#!forum/pants-devel" title="pants-devel">pants-devel</a>.</li> |
| 265 | +</ul> |
| 266 | +<p>Please let us know if you have any questions, issues or bug reports. We'll be glad to help!</p> |
| 267 | + |
| 268 | + <!-- main content end --> |
| 269 | + |
| 270 | + <div class="generated"> |
| 271 | + Generated by <a href="http://pantsbuild.github.io/docs.html">publish_docs</a> |
| 272 | + from dist/markdown/html/src/docs/community.html 2016-04-29T13:50:58.923278 |
| 273 | + </div> |
| 274 | + |
| 275 | + </div> <!-- mainflow --> |
| 276 | + |
| 277 | + </div> <!-- content --> |
| 278 | + |
| 279 | + </div> |
| 280 | + |
| 281 | + <div class="col-md-1"> |
| 282 | + </div> |
| 283 | + |
| 284 | + </div> <!-- row --> |
| 285 | + </div> <!-- container-fluid --> |
| 286 | + |
| 287 | +</div> <!-- page --> |
| 288 | + |
| 289 | +<script src="https://code.jquery.com/jquery-2.2.3.min.js" integrity="sha384-I6F5OKECLVtK/BL+8iSLDEHowSAfUo76ZL9+kGAgTRdiByINKJaqTPH/QVNS1VDb" crossorigin="anonymous"></script> |
| 290 | +<script src="bootstrap-custom.min.js"></script> |
| 291 | +<script> |
| 292 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 293 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 294 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 295 | + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
| 296 | + |
| 297 | + ga('create', 'UA-39101739-2', 'auto'); |
| 298 | + ga('send', 'pageview'); |
| 299 | +</script> |
| 300 | + |
| 301 | +</body> |
| 302 | +</html> |
0 commit comments