interpn 0.11.0

N-dimensional interpolation/extrapolation methods, no-std and no-alloc compatible.
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")