The CW Equation Generator ========================= This package, "cweqgen" (pronouced like "*Kwek-Jen*"), generates a range of common equations used by `continuous gravitational-wave `_ community. As well as providing the LaTeX string for the equation, it can evaluate the equations based on specified values, and create a LaTeX string based on supplied fiducial values. The current set of equations that the package contains are given in :ref:`Equations`. A selection of examples of using the package are shown in :ref:`Examples`. Installation ------------ Installation from PyPI ^^^^^^^^^^^^^^^^^^^^^^ cweqgen is available on `PyPI `_ and can be installed using: .. code-block:: console $ pip install cweqgen Installation from conda ^^^^^^^^^^^^^^^^^^^^^^^ cweqgen can be install in a `conda `_ environment using: .. code-block:: console $ conda install -c conda-forge cweqgen Installation from source ^^^^^^^^^^^^^^^^^^^^^^^^ cweqgen can be installed from its source `git `_ `repository `_ using the supplied Python setup script. First, clone the repository .. tabbed:: HTTPS .. code-block:: console $ git clone https://github.com/cwinpy/cweqgen.git .. tabbed:: ssh .. code-block:: console $ git clone git@github.com:cwinpy/cweqgen.git .. tabbed:: GitHub CLI Using the GitHub `CLI `_ .. code-block:: console $ gh repo clone cwinpy/cweqgen then install the requirements and the software using: .. code-block:: console $ cd cwinpy/ $ pip install . .. toctree:: :maxdepth: 2 :hidden: Equations examples Defining equations API