Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pantsbuild.pants / backend / docgen / tasks / templates / reference / pants_reference.html.mustache
Size: Mime:
<!DOCTYPE html>
<html>
<head>
  <title>Pants Reference</title>
  <style>
      {{> reference/standalone.css}}
  </style>
</head>
<body>

{{> reference/pants_reference_body.html}}

</body>
</html>