summaryrefslogtreecommitdiff
path: root/doc/Contributing.txt
blob: e39b5cb7427a3eaa719e7bc81a2c686bfd11389c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
How to Contribute
-----------------

NetworkX is an open source project and we are glad to have
contributions of algorithms, examples, bug reports and fixes or any
other suggestions for improvements or features.

Mailing Lists
-------------

- networkx-discuss_: discussions of all things related to using NetworkX 

.. raw:: html

  <table style="background-color: #fff; padding: 5px;" cellspacing=0>
  <tr><td>
    <img src="http://groups.google.com/groups/img/3/groups_bar.gif"
         height=26 width=132 alt="Google Groups Beta">
  </td></tr>
  <tr><td style="padding-left: 5px;font-size: 125%">
    <b>networkx-discuss</b>
  </td></tr>
  <tr><td style="padding-left: 5px">
  <a href="http://groups.google.com/group/networkx-discuss">Visit this group</a>
  </td></tr>
  </table>

- networkx-devel_ is for topics related to development of the NetworkX

.. raw:: html

  <table style="background-color: #fff; padding: 5px;" cellspacing=0>
  <tr><td>
    <img src="http://groups.google.com/groups/img/3/groups_bar.gif"
         height=26 width=132 alt="Google Groups Beta">
  </td></tr>
  <tr><td style="padding-left: 5px;font-size: 125%">
    <b>networkx-devel</b>
  </td></tr>
  <tr><td style="padding-left: 5px">
    <a href="http://groups.google.com/group/networkx-devel">Visit this group</a>
  </td></tr>
  </table>

Source code repository
----------------------
You can browse the source at 

https://networkx.lanl.gov/browser/networkx/trunk

To access the repository using subversion_, you will need a subversion client 
(e.g. svn for Linux).  Then check out the code using

::

  svn co https://networkx.lanl.gov/svn/networkx/trunk networkx



Trac Ticket System: Bugs, features, fixes 
-----------------------------------------

Use the ticket_ system to report a bug, or request a feature.
Because of ongoing spam problems you will need to register_ first.

Send email to hagberg@lanl.gov with patches or requests for 
source code repository write access.

.. _subversion: http://subversion.tigris.org
.. _ticket: https://networkx.lanl.gov/newticket ticket
.. _register: https://networkx.lanl.gov/register
.. _networkx-discuss: http://groups.google.com/group/networkx-discuss
.. _networkx-devel:  http://groups.google.com/group/networkx-devel