File: index.rst

package info (click to toggle)
bpack 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 644 kB
  • sloc: python: 6,088; makefile: 75
file content (38 lines) | stat: -rw-r--r-- 770 bytes parent folder | download | duplicates (2)
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
.. bpack documentation master file, created by
   sphinx-quickstart on Sun Nov 29 10:40:46 2020.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

.. title and metadata

===========================================
Binary data structures (un-)Packing library
===========================================

.. include:: bpack.rst
   :start-after: .. metadata
   :end-before: .. toctree::

.. description

.. include:: ../README.rst
  :start-after: .. description
  :end-before: .. local-definitions

.. |struct| replace:: :mod:`struct`


Documentation
=============

.. toctree::
   :maxdepth: 2

   overview
   installation
   userguide
   api/bpack
   development
   license
   release_notes
   indices