File: index.rst

package info (click to toggle)
pynwb 2.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 44,312 kB
  • sloc: python: 17,501; makefile: 597; sh: 11
file content (64 lines) | stat: -rw-r--r-- 1,648 bytes parent folder | download
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
.. PyNWB documentation master file, created by
   sphinx-quickstart on Thu Nov 17 10:41:07 2016.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

NWB for Python
==============

PyNWB is a Python package for working with NWB files. It provides a high-level API for
efficiently working with neurodata stored in the NWB format. If you are new to NWB
and would like to learn more, then please also visit the :nwb_overview:`NWB Overview <>`
website, which provides an entry point for researchers and developers interested in using NWB.

`Neurodata Without Borders (NWB) <https://www.nwb.org/>`_ is a project to develop a
unified data format for cellular-based neurophysiology data, focused on the
dynamics of groups of neurons measured under a large range of experimental
conditions.

The NWB team consists of neuroscientists and software developers
who recognize that adoption of a unified data format is an important step toward
breaking down the barriers to data sharing in neuroscience.


.. toctree::
   :maxdepth: 2
   :caption: Getting Started

   install_users
   tutorials/index
   overview_citing

.. toctree::
   :maxdepth: 2
   :caption: Resources

   validation
   export
   api_docs

.. toctree::
   :maxdepth: 2
   :caption: For Developers

   install_developers
   overview_software_architecture
   update_requirements
   software_process
   make_a_release
   testing/index
   make_a_tutorial

.. toctree::
   :maxdepth: 2
   :caption: Contributing

   contributing
   legal

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`