Skip to content
Snippets Groups Projects
Commit d45ecdf4 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Add .readthedocs.yaml file

parent 659d7f74
No related branches found
No related tags found
1 merge request!191Add .readthedocs.yaml file
Pipeline #74679 failed
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"
# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/source/conf.py
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
# builder: "dirhtml"
# Fail on all warnings to avoid broken references
# fail_on_warning: true
# Optionally build your docs in additional formats such as PDF and ePub
# formats:
# - pdf
# - epub
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
......@@ -89,7 +89,7 @@ html_favicon = 'favicon.ico'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
#html_static_path = ['_static']
# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
......
......@@ -79,11 +79,7 @@ The workflow ``gsmcal`` consists of:
- concatenating the data into chunks (subworkflow ``concat``)
- wide-band statistical flagging (steps ``ms_concat`` and ``aoflag``)
- checking for bad data chunks (step ``check_unflagged_fraction``)
<<<<<<< HEAD
- perform the calibration against the global skymodel (subworkflow ``calibrate_target``, baseline-dependend smoothing (step ``BLsmooth``) if specified ``do_smooth : true``)
=======
- perform the calibration against the global skymodel (subworkflow ``calibrate_target``, baseline-dependend smoothing (step ``BLsmooth``) if specified ``do_smooth : true``))
>>>>>>> 4f7b5d13b606fd62dd09b652430e5bb7f5f83279
- perform self-calibration against a skymodel derived from imaging the dataset (subworkflow ``selfcal_target_lba`` for **LBA** observations and ``selfcal_target_hba`` (optional) for **HBA** observations)
Self-calibration workflow for **HBA** observations (``selfcal_target_hba``)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment