Doc qto#2289
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Merging this PR will not alter performance
|
|
this adds a page showing the different unit conversion functions There's a nice table showing several examples - Are there any other good examples that could help show the differences in functions? |
Replace hand-written list-table with a testcode/testoutput block that generates the table using pandas and renders it as markdown. Add pandas and tabulate to the docs pixi environment. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace testcode/testoutput blocks with a raw HTML table generated from df.to_html(). The pandas generation code is kept as an RST comment for maintainers. Switches from ipython directive to raw HTML so the full table renders without truncation and no code prompt is visible. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
pre-commit run --all-filesorpixi run lint --all-fileswith no errors