File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ This is based on the [Heroku buildpack] (https://github.com/heroku/heroku-buildp
77
88This buildpack supports running Django and Flask apps.
99
10- ## Using the Buildpack
10+ ### Buildpack User Documentation
1111
12- For information on deploying Python applications visit [ CloudFoundry.org ] ( http://docs.cloudfoundry.org/buildpacks/python/index.html ) .
12+ Official buildpack documentation can be found at http://docs.cloudfoundry.org/buildpacks/python/index.html .
1313
14- # Building the Buildpack
14+ ### Building the Buildpack
1515
16161 . Make sure you have fetched submodules
1717
@@ -40,7 +40,7 @@ For information on deploying Python applications visit [CloudFoundry.org](http:/
4040 cf push my_app -b custom_python_buildpack
4141 ```
4242
43- # # Testing
43+ # ## Testing
4444Buildpacks use the [Machete](https://github.com/cloudfoundry/machete) framework for running integration tests.
4545
4646To test a buildpack, run the following command from the buildpack' s directory:
@@ -51,18 +51,18 @@ BUNDLE_GEMFILE=cf.Gemfile bundle exec buildpack-build
5151
5252More options can be found on Machete' s [Github page.](https://github.com/cloudfoundry/machete)
5353
54- # # Contributing
54+ # ## Contributing
5555
5656Find our guidelines [here](./CONTRIBUTING.md).
5757
58- # # Help and Support
58+ # ## Help and Support
5959
6060Join the # buildpacks channel in our [Slack community] (http://slack.cloudfoundry.org/) if you need any further assistance.
6161
62- # # Reporting Issues
62+ # ## Reporting Issues
6363
6464Open a GitHub issue on this project [here](https://github.com/cloudfoundry/python-buildpack/issues/new)
6565
66- # # Active Development
66+ # ## Active Development
6767
6868The project backlog is on [Pivotal Tracker](https://www.pivotaltracker.com/projects/1042066)
You can’t perform that action at this time.
0 commit comments