Skip to content

Commit 44c475a

Browse files
committed
Readme cleanup + docs clarity [#120578743]
1 parent efec4f8 commit 44c475a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ This is based on the [Heroku buildpack] (https://github.com/heroku/heroku-buildp
77

88
This 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

1616
1. 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
4444
Buildpacks use the [Machete](https://github.com/cloudfoundry/machete) framework for running integration tests.
4545

4646
To 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
5252
More options can be found on Machete's [Github page.](https://github.com/cloudfoundry/machete)
5353

54-
## Contributing
54+
### Contributing
5555

5656
Find our guidelines [here](./CONTRIBUTING.md).
5757

58-
## Help and Support
58+
### Help and Support
5959

6060
Join 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

6464
Open a GitHub issue on this project [here](https://github.com/cloudfoundry/python-buildpack/issues/new)
6565

66-
## Active Development
66+
### Active Development
6767

6868
The project backlog is on [Pivotal Tracker](https://www.pivotaltracker.com/projects/1042066)

0 commit comments

Comments
 (0)