swh:1:snp:3a699297f000109a1bc833f294a54171df990207
Raw File
Tip revision: 371123b67568c64726b0fa3f8c0cb2d7dd42283a authored by Tito Dal Canton on 17 March 2023, 16:11:43 UTC
Set version to 2.1.1 (#4293)
Tip revision: 371123b
devs.rst
=============================
Documentation for Developers
=============================

Documentation on building stand-alone bundled executables with PyInstaller is available at:

.. toctree::
   :maxdepth: 1

   building_bundled_executables

PyCBC developers should read the pages below which explain how to write
documentation, develop the code, and create releases:

.. toctree::
   :maxdepth: 1

   documentation
   release

Developers who are interested in file I/O, data storage, and access should
read the documentation at:

.. toctree::
   :maxdepth: 1

   formats/hdf_format

Developers who are interested in creating new scientific workflow generation
scripts should read the documentation at:

.. toctree::
   :maxdepth: 1

   workflow

Full Module Documentation is available at:

.. toctree::
   :maxdepth: 1

   modules

Instructions for building the GitHub pages documentation are at:

.. toctree::
   :maxdepth: 1

   build_gh_pages
back to top