summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2017-07-17 11:24:00 -0700
committerDan Schult <dschult@colgate.edu>2017-07-17 14:24:00 -0400
commit471294a157b6cec8d53c36f9e6ceb5ff44c692e1 (patch)
treed036c97af82b9be0b13261c72e61a49c3413100c /README.rst
parent7a138a1bab6e9eefa92883dfa11fcb45dc8347ca (diff)
downloadnetworkx-471294a157b6cec8d53c36f9e6ceb5ff44c692e1.tar.gz
Fix sphinx (#2517)
* Ensure valid rst file * Edit text * Update README and package docstring * Add myself as a contributor * Update gitwash * Fix warnings/errors except citations/footnotes * Remove old note about 3.0 incompatibility * Remove stale ref to gh-pages * Create top-level tools directory (standard practice) * Use sphinx-gallery extension for examples * Sphinx-gallery generates images for `plot_` examples * Comply with pep8 * Don't save figures
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 929ad3b2..90c33234 100644
--- a/README.rst
+++ b/README.rst
@@ -14,9 +14,9 @@ NetworkX
.. image:: https://coveralls.io/repos/networkx/networkx/badge.svg?branch=master
:target: https://coveralls.io/r/networkx/networkx?branch=master
-NetworkX is a Python package for the creation, manipulation, and study of the
-structure, dynamics, and functions of complex networks.
-
+NetworkX is a Python package for the creation, manipulation,
+and study of the structure, dynamics, and functions
+of complex networks.
- **Website (including documentation):** http://networkx.github.io
- **Mailing list:** https://groups.google.com/forum/#!forum/networkx-discuss
@@ -54,9 +54,10 @@ Bugs
----
Please report any bugs that you find `here <https://github.com/networkx/networkx/issues>`_.
-Or, even better, fork the repository on GitHub and create a pull request (PR).
-We welcome all changes, big or small, and we will help you make the PR if you are
-new to `git` (just ask on the issue and/or see `CONTRIBUTE.rst`).
+Or, even better, fork the repository on `GitHub <https://github.com/networkx/networkx>`_
+and create a pull request (PR). We welcome all changes, big or small, and we
+will help you make the PR if you are new to `git` (just ask on the issue and/or
+see `CONTRIBUTE.rst`).
License
-------