diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2bba2b..bf95926 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: push: branches: - devel-2.0 - - main + - master pull_request: workflow_dispatch: diff --git a/doc/rst/source/modules/window1d.rst b/doc/rst/source/modules/window1d.rst index 8ee13c2..8fa5272 100644 --- a/doc/rst/source/modules/window1d.rst +++ b/doc/rst/source/modules/window1d.rst @@ -5,7 +5,7 @@ Description ----------- ``window1d`` returns weights on a 1-D grid or at query coordinates read from -standard input. Query coordinates do not need to be exactly on grid points; +standard input. Query coordinates do not need to be exactly on grid points. BLEND uses linear interpolation from neighboring grid weights. If ``-B`` is given, window supports are read from a blendfile and ``-F`` and diff --git a/doc/rst/source/reference/windows.rst b/doc/rst/source/reference/windows.rst index 6da564b..ed88b8f 100644 --- a/doc/rst/source/reference/windows.rst +++ b/doc/rst/source/reference/windows.rst @@ -2,7 +2,7 @@ Window Functions ================ BLEND window functions are point evaluators. A function is evaluated at the -requested grid point or interpolation neighbor; BLEND does not need to build +requested grid point or interpolation neighbor. BLEND does not need to build an entire window array before responding to a query. Available Names