File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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."""
4950TIPPY_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
Original file line number Diff line number Diff line change 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
55Data acquisition for a nucleate pool boiling experimental apparatus.
66
You can’t perform that action at this time.
0 commit comments