Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert setup.cfg to pyproject.toml, update tools #80

Merged
merged 18 commits into from
Sep 29, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
blacken-docs
braingram committed Sep 26, 2023

Verified

This commit was signed with the committer’s verified signature.
aj-stein-nist A.J. Stein
commit a51957566e5b8afba3003f285dbf0118c5337935
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -171,8 +171,10 @@ resolved as links, include the following in your ``docs/conf.py`` file:
.. code-block:: python
asdf_schema_reference_mappings = [
('tag:stsci.edu:asdf',
'http://asdf-standard.readthedocs.io/en/latest/generated/stsci.edu/asdf/'),
(
"tag:stsci.edu:asdf",
"http://asdf-standard.readthedocs.io/en/latest/generated/stsci.edu/asdf/",
),
]
Inline documentation