Skip to content

Commit b22a0f9

Browse files
Fix boilercore inventory
1 parent 27f778e commit b22a0f9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"pytest": get_url("docs.pytest.org/en"),
4545
"python": get_ispx("docs.python.org/3"),
4646
"pandas": get_ispx("pandas.pydata.org/docs"),
47+
"boilercore": IspxMappingValue("https://softboiler.org/boilercore"),
4748
}
4849
"""Intersphinx mapping."""
4950
TIPPY_RTD_URLS = [
@@ -195,6 +196,7 @@ def dpath(path: Path, rel: Path = DOCS) -> str:
195196
(r"py:.*", r"_pytest\..+"),
196197
# ? TypeAlias: https://github.com/sphinx-doc/sphinx/issues/10785
197198
(r"py:class", rf"{PACKAGE}.*\.types\..+"),
199+
(r"py:class", r"boilercore.*\.types\..+"),
198200
]
199201
# ! Tippy
200202
# ? https://sphinx-tippy.readthedocs.io/en/latest/index.html#confval-tippy_anchor_parent_selector

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# boilerdaq
22

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

55
Data acquisition for a nucleate pool boiling experimental apparatus.
66

0 commit comments

Comments
 (0)