deimos 0.16.2

Control-loop and data pipeline for the Deimos data acquisition system
Documentation
1
2
3
4
5
6
7
8
9
"""Test markdown code blocks"""

import pathlib
from mktestdocs import check_md_file


def test_docs():
    # check_md_file(fpath=pathlib.Path("docs") / "index.md")
    check_md_file(fpath=pathlib.Path(".") / "README.md")