Skip to content

Commit

Permalink
update asdf standard intersphinx url
Browse files Browse the repository at this point in the history
  • Loading branch information
alphasentaurii committed Dec 13, 2024
1 parent 8bf0395 commit 1eb4711
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
23 changes: 13 additions & 10 deletions asdf_website/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@
extensions = [
"sphinx.ext.intersphinx",
"sphinx.ext.extlinks",
# "sphinx.ext.githubpages",
]


intersphinx_mapping = {
"asdf-standard": ("https://asdf-standard.readthedocs.io/en/latest/", None),
"asdf-standard": ("https://www.asdf-format.org/projects/asdf-standard/en/latest/", None),
"asdf": ("https://asdf.readthedocs.io/en/latest/", None),
"asdf-coordinates-schemas": ("https://www.asdf-format.org/projects/asdf-coordinates-schemas/en/latest/", None),
"asdf-transform-schemas": ("https://www.asdf-format.org/projects/asdf-transform-schemas/en/latest/", None),
Expand Down Expand Up @@ -78,7 +77,7 @@
pygments_style = "monokai"

# NB Dark style pygments is furo-specific at this time
# pygments_dark_style = "monokai"
pygments_dark_style = "monokai"

# Render inheritance diagrams in SVG
graphviz_output_format = "svg"
Expand All @@ -104,7 +103,7 @@

# -- Options for HTML output -------------------------------------------------

html_title = "ASDF"
html_title = "ASDF Documentation"
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
Expand Down Expand Up @@ -178,13 +177,17 @@
html_show_copyright = True


html_js_files = [
'js/custom.js',
]
# html_css_files = [
# 'css/globalnav.css',
# # 'css/custom.css',
# ]

# html_js_files = [
# 'js/custom.js',
# ]

# html_context = {"bootswatch_css_custom": ["_static/custom.css"]}

intersphinx_disabled_reftypes = ["*"]

def setup(app):
app.add_css_file("custom.css")
# def setup(app):
# app.add_css_file("custom.css")
2 changes: 1 addition & 1 deletion asdf_website/extensions/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Extensions
==========

In addition to the core schemas defined in the ASDF Standard, there are several additional schemas available as extensions. These schemas are based upon the schemas in the :ref:`ASDF Standard <asdf-standard:asdf-standard>` and are packaged for use by the :ref:`ASDF <asdf:asdf>` library.
In addition to the core schemas defined in the ASDF Standard, there are several additional schemas available as extensions. These schemas are based upon the schemas in :ref:`ASDF Standard <asdf-standard:asdf-standard>` and are packaged for use by the :ref:`asdf <asdf:asdf>` library.

.. toctree::
:maxdepth: 1
Expand Down
2 changes: 1 addition & 1 deletion asdf_website/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ References
.. [Thomas2015] Thomas, B., Jenness. T. et al. (2015).
Learning from FITS: Limitations in use in modern astronomical research.
*Astronomy and Computing*, 12: 133-145.
`doi:10.1016/j.ascom.2015.01.009 <https://doi.org/10.1016/j.ascom.2015.01.009>`__
`doi:10.1016/j.ascom.2015.01.009 <https://doi.org/10.1016/j.ascom.2015.01.009>`__
2 changes: 1 addition & 1 deletion asdf_website/standard/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
ASDF Standard
=============

The :ref:`ASDF Standard <asdf-standard:asdf-standard>` prescribes the specification and implementation standards for creating, editing and reading files that use the Advanced Scientific Data Format (asdf). This is a good place to start if you want to understand more about the file layout, tree structure, and core schema requirements of ASDF.
The :ref:`ASDF Standard <asdf-standard:asdf-standard>` prescribes the specification and implementation standards for creating, editing and reading files that use the Advanced Scientific Data Format (ASDF). This is a good place to start if you want to understand more about the file layout, tree structure, and core schema requirements of ASDF.

0 comments on commit 1eb4711

Please sign in to comment.