File: index.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 (24 lines) | stat: -rw-r--r-- 614 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
=================
PyTables Cookbook
=================

.. this document includes contents coming from the UserDocuments section of
   wiki (http://www.pytables.org/moin/UserDocuments) and from the
   HintsForSQLUsers page (http://www.pytables.org/moin/HintsForSQLUsers).


--------
Contents
--------

.. toctree::
    :maxdepth: 1

    hints_for_sql_users
    PyTables & py2exe Howto (by Tommy Edvardsen) <py2exe_howto>
    How to install PyTables when you're not root (by Koen van de Sande) <no_root_install>
    tailoring_atexit_hooks
    custom_data_types
    simple_table
    inmemory_hdf5_files
    threading