Skip to content

Commit

Permalink
Fix boilercore inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Jul 10, 2024
1 parent 27f778e commit b22a0f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"pytest": get_url("docs.pytest.org/en"),
"python": get_ispx("docs.python.org/3"),
"pandas": get_ispx("pandas.pydata.org/docs"),
"boilercore": IspxMappingValue("https://softboiler.org/boilercore"),
}
"""Intersphinx mapping."""
TIPPY_RTD_URLS = [
Expand Down Expand Up @@ -195,6 +196,7 @@ def dpath(path: Path, rel: Path = DOCS) -> str:
(r"py:.*", r"_pytest\..+"),
# ? TypeAlias: https://github.com/sphinx-doc/sphinx/issues/10785
(r"py:class", rf"{PACKAGE}.*\.types\..+"),
(r"py:class", r"boilercore.*\.types\..+"),
]
# ! Tippy
# ? https://sphinx-tippy.readthedocs.io/en/latest/index.html#confval-tippy_anchor_parent_selector
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# boilerdaq

[![All Contributors](https://img.shields.io/github/all-contributors/softboiler/boilerdaq?color=ee8449&style=flat-square)](../README.md#contributors)
[![All Contributors](https://img.shields.io/github/all-contributors/softboiler/boilerdaq?color=ee8449&style=flat-square)](contributors)

Data acquisition for a nucleate pool boiling experimental apparatus.

Expand Down

0 comments on commit b22a0f9

Please sign in to comment.