Skip to content

Commit 077b0eb

Browse files
committed
Merge pull request #7295 from rehassachdeva/update_dev_doc
DOC: understanding code and getting started section to dev doc
2 parents 9fe706b + 92fbcaa commit 077b0eb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/source/dev/development_environment.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,18 @@ typically packaged as ``python-dbg``) is highly recommended.
203203
.. _virtualenvwrapper: http://www.doughellmann.com/projects/virtualenvwrapper/
204204

205205
.. _Waf: https://code.google.com/p/waf/
206+
207+
Understanding the code & getting started
208+
----------------------------------------
209+
210+
The best strategy to better understand the code base is to pick something you
211+
want to change and start reading the code to figure out how it works. When in
212+
doubt, you can ask questions on the mailing list. It is perfectly okay if your
213+
pull requests aren't perfect, the community is always happy to help. As a
214+
volunteer project, things do sometimes get dropped and it's totally fine to
215+
ping us if something has sat without a response for about two to four weeks.
216+
217+
So go ahead and pick something that annoys or confuses you about numpy,
218+
experiment with the code, hang around for discussions or go through the
219+
reference documents to try to fix it. Things will fall in place and soon
220+
you'll have a pretty good understanding of the project as a whole. Good Luck!

0 commit comments

Comments
 (0)