swh:1:snp:3a699297f000109a1bc833f294a54171df990207
Raw File
Tip revision: 519082ababd07f092ae1413cd3546c7ffd800326 authored by Ian Harry on 15 November 2023, 13:42:45 UTC
Release branch additions (#4568)
Tip revision: 519082a
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