8000 documentation updates for 1.9 by juliantaylor · Pull Request #4906 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

documentation updates for 1.9 #4906

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jul 27, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC: fix PEP links in HOWTO_DOCUMENT.rst.txt
  • Loading branch information
oztalha authored and juliantaylor committed Jul 27, 2014
commit e8a43585025503c01889c61090607449815439ac
12 changes: 6 additions & 6 deletions doc/HOWTO_DOCUMENT.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ A Guide to NumPy/SciPy Documentation

Overview
--------
In general, we follow the standard Python style conventions as described here:
* `Style Guide for C Code <http://www.python.org/peps/pep-0007.html>`_
* `Style Guide for Python Code <http://www.python.org/peps/pep-0008.html>`_
* `Docstring Conventions <http://www.python.org/peps/pep-0257.html>`_
We mostly follow the standard Python style conventions as described here:
* `Style Guide for C Code <http://python.org/dev/peps/pep-0007/>`_
* `Style Guide for Python Code <http://python.org/dev/peps/pep-0008/>`_
* `Docstring Conventions <http://python.org/dev/peps/pep-0257/>`_

Additional PEPs of interest regarding documentation of code:
* `Docstring Processing Framework <http://www.python.org/peps/pep-0256.html>`_
* `Docutils Design Specification <http://www.python.org/peps/pep-0258.html>`_
* `Docstring Processing Framework <http://python.org/dev/peps/pep-0256/>`_
* `Docutils Design Specification <http://python.org/dev/peps/pep-0258/>`_

Use a code checker:
* `pylint <http://www.logilab.org/857>`_
Expand Down
0