[DOC] fixing link in user_guide/index & fixing section heading in triangle.py - #1175
[DOC] fixing link in user_guide/index & fixing section heading in triangle.py#1175henrydingliu wants to merge 5 commits into
Conversation
updating a link in the user guide index but mostly to test out the new rtd webhook
Pyright Type CompletenessView the full Project (full
Other symbols referenced but not exported by
Symbols without documentation:
Patch (exported symbols added or changed by this PR): no exported symbol type-completeness changes detected. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1175 +/- ##
=======================================
Coverage 91.14% 91.14%
=======================================
Files 91 91
Lines 5365 5365
Branches 681 681
=======================================
Hits 4890 4890
Misses 340 340
Partials 135 135
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
I would just recommend updating the PR subject title |
|
@priyam0k can you review this too? :) |
|
thanks @kennethshsu for the nudge to start picking up reviews, still finding my footing here so please correct me if i'm reading things wrong. @henrydingliu nice, and the rtd preview link works, so the webhook side looks good too. two things i checked: the the one nit: the import pandas as pd in that testcode looks redundant. the class docstring already has a |
I actually want to blow up the overall panel setup. both this index and the example gallery index. these panels are super finicky. links can become unclickable as you scroll around.
numpydoc seems to reset the environment for every section. doctest actually fails without this new import. |
|
the section-level triangle:structure reads better than pointing at the whole page, nice. and fair enough on the panels, if the whole setup's getting redone then the label convention will sort itself out there. good by me. |
Summary of Changes
updating a link in the user guide index
updating an unrecognized numpydoc section in
triangle.pybut mostly to test out the new rtd webhook
Related GitHub Issue(s)
Additional Context for Reviewers
see here
uv run pytest) and documentation changes (uv run jb build docs --builder=custom --custom-builder=doctest)Note
Low Risk
Doc and doctest markup only; no runtime or API behavior changes.
Overview
Documentation-only updates for Sphinx/Read the Docs.
In
triangle.py, the ultimate-values narrative is moved under a proper Notes section (replacing a heading style numpydoc did not recognize). The ultimate-values subsection is labeled with bold text, and the long-format ultimate example doctest now includesimport pandas as pd.On the user guide index, the Triangles card Classes line switches from a broken
py:classreference to a Sphinx{ref}totriangle:structure, matching how other cards link to doc sections.Reviewed by Cursor Bugbot for commit 692453c. Bugbot is set up for automated code reviews on this repo. Configure here.