diff options
author | C.A.M. Gerlach <widenetservices@gmail.com> | 2018-07-30 21:04:04 -0500 |
---|---|---|
committer | C.A.M. Gerlach <widenetservices@gmail.com> | 2018-07-30 21:04:04 -0500 |
commit | e2f13ccbd5ebb99423fd4a6a02e3d2c78962d8d2 (patch) | |
tree | 97eef8aa9e09925afcb825c97c8d29fcc72fa195 /doc | |
parent | 0fdd813106fda756ce31c95edecd3eca62788be7 (diff) | |
download | numpy-e2f13ccbd5ebb99423fd4a6a02e3d2c78962d8d2.tar.gz |
DOC: Cleanup messy trailing spaces in dev env setup
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/dev/development_environment.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/dev/development_environment.rst b/doc/source/dev/development_environment.rst index 091eb09f0..aa4326f63 100644 --- a/doc/source/dev/development_environment.rst +++ b/doc/source/dev/development_environment.rst @@ -216,13 +216,13 @@ Understanding the code & getting started ---------------------------------------- The best strategy to better understand the code base is to pick something you -want to change and start reading the code to figure out how it works. When in +want to change and start reading the code to figure out how it works. When in doubt, you can ask questions on the mailing list. It is perfectly okay if your -pull requests aren't perfect, the community is always happy to help. As a -volunteer project, things do sometimes get dropped and it's totally fine to +pull requests aren't perfect, the community is always happy to help. As a +volunteer project, things do sometimes get dropped and it's totally fine to ping us if something has sat without a response for about two to four weeks. -So go ahead and pick something that annoys or confuses you about numpy, -experiment with the code, hang around for discussions or go through the -reference documents to try to fix it. Things will fall in place and soon +So go ahead and pick something that annoys or confuses you about numpy, +experiment with the code, hang around for discussions or go through the +reference documents to try to fix it. Things will fall in place and soon you'll have a pretty good understanding of the project as a whole. Good Luck! |