Skip to content

Commit

Permalink
Merge pull request #1770 from braingram/fix_docs
Browse files Browse the repository at this point in the history
Fix docs and modify CI job run requirements
  • Loading branch information
braingram authored Mar 10, 2024
2 parents 4a0064a + 25e6231 commit bfd7a68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- linux: asdf-unit-schemas
test:
needs: [core, asdf-schemas]
needs: [core]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
submodules: false
Expand All @@ -84,7 +84,7 @@ jobs:
- windows: py39-parallel
dev:
needs: [core, asdf-schemas]
needs: [core]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
submodules: false
Expand All @@ -99,7 +99,7 @@ jobs:
- linux: py311-pytestdev-parallel
oldest:
needs: [core, asdf-schemas]
needs: [core]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
submodules: false
Expand All @@ -109,7 +109,7 @@ jobs:
- linux: py39-oldestdeps-parallel
compatibility:
needs: [core, asdf-schemas]
needs: [core]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
submodules: false
Expand All @@ -119,7 +119,7 @@ jobs:
- linux: compatibility
package:
needs: [core, asdf-schemas]
needs: [core]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
with:
python-version: "3.11"
Expand Down
4 changes: 2 additions & 2 deletions docs/asdf/extending/schemas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ numeric value and corresponding unit:
required: [value, unit]
...
This is similar to the quantity schema, found :ref:`here <asdf-standard:unit-schema>`, of the ASDF Standard, but
This is similar to the quantity schema, found :ref:`here <asdf-standard:stsci.edu/asdf/unit/quantity-1.1.0>`, of the ASDF Standard, but
has been updated to reflect current recommendations regarding schemas.
Let's walk through this schema line by line.

Expand Down Expand Up @@ -303,4 +303,4 @@ See also:

- `Understanding JSON Schema <https://json-schema.org/understanding-json-schema/>`_

- :ref:`Unit Schemas <asdf-standard:unit-schema>`
- :ref:`Unit Schemas <asdf-standard:stsci.edu/asdf/unit/quantity-1.1.0>`

0 comments on commit bfd7a68

Please sign in to comment.