-
-
Notifications
You must be signed in to change notification settings - Fork 573
Update versions and expose in documentation #7447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…sion numbers can be referred to dynamically in various docs See below PRwhere this was implemented for Tabulator doc. holoviz#7053
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix. Most of these version variables don't exist yet and would have to be defined. We then also need to use these versions consistently across the docs.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7447 +/- ##
==========================================
- Coverage 87.37% 86.92% -0.46%
==========================================
Files 348 348
Lines 53843 53923 +80
==========================================
- Hits 47045 46870 -175
- Misses 6798 7053 +255 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…rsion Now that holoviz#7447 has been merged, versions of libraries used by Panel can be referred to dynamically in the docs. This PR is a first iteration of this. It adds the sentence: Panel uses Plotly version x. To the docs, by adding the code line: "Panel uses [Plotly](https://plotly.com/python/) **version {{PLOTLY_VERSION}}** \n", "\n", Suggestions for alternate / improved phrasing are very welcome. Please chime in @philippjfr , @MarcSkovMadsen , @hoxbro if you have suggestions. Once the optimal phrasing has emerged, the intention is to apply it to other reference docs, to ensure uniformity between docs. The intention is to submit those subsequent doc changes as 1 PR.
See below PR where this was implemented for Tabulator doc.
Added version numbers for the following:
Deck.gl/ PyDeck, Echarts/ PyEcharts, Katex/ MathJax, Plotly, Altair & Vega.
#7053
References need to be added / updated in the various docs for the respective libraries to dynamically show the library version numbers.
Example doc snippet that uses this:
The library is built on version {{TABULATOR_VERSION}} of Tabulator