File: development.rst

package info (click to toggle)
pytables 3.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,972 kB
  • ctags: 16,919
  • sloc: python: 59,339; ansic: 46,596; cpp: 1,463; sh: 476; makefile: 428
file content (48 lines) | stat: -rw-r--r-- 1,582 bytes parent folder | download | duplicates (3)
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
====================
PyTables Development
====================

If you want to follow the development of PyTables and take part in it,
you may have a look at the PyTables project pages on
`GitHub <https://github.com>`_.

The source code for PyTables may be found at the `GitHub project site`_.
You can get a copy of the latest version of the source code (under
development) from the master branch of the project repository using git::

    git clone git@github.com:PyTables/PyTables.git

Also, be sure to subscribe to the `Users' Mailing List`_ and/or the
`Developers' Mailing List`_.

.. _`GitHub project site`: https://github.com/PyTables
.. _`Users' Mailing List`: https://groups.google.com/group/pytables-users
.. _`Developers' Mailing List`: https://groups.google.com/group/pytables-dev

Other resources for developers:

* `GitHub project site`_
* :ref:`library_reference`
* `Git Repository browser <https://github.com/PyTables/PyTables>`_
* `Issue tracker <https://github.com/PyTables/PyTables/issues>`_
* `Developers wiki <https://github.com/PyTables/PyTables/wiki>`_
* `Users' Mailing List`_
* `Developers' Mailing List`_
* Continuous Integration:

  - `master <http://hudson.openmicroscopy.org.uk/job/PyTables>`_ branch at
    OME_
  - `all branches <https://travis-ci.org/PyTables/PyTables>`_ on `Travis-CI`_

* `Old trac site <http://www.pytables.org/trac-bck>`_

.. _OME: http://www.openmicroscopy.org
.. _`Shining Panda`: https://www.shiningpanda-ci.com
.. _`Travis-CI`: https://travis-ci.org

.. toctree::
    :maxdepth: 1

    irclogs

.. todo:: improve this section