Liam Connors
Liam Connors
https://github.com/pola-rs/polars/issues/19144 Would it make sense to take out the deprecation notice further down as part of this? I guess it wouldn't change for `str.concat` now if it's been deprecated? https://github.com/pola-rs/polars/blob/133bf47a6083dd72b991d0c72dacb30ebd3195f2/py-polars/polars/expr/string.py#L2776-L2780
Plotly.py Mkdocs branch is here https://github.com/plotly/plotly.py/tree/api-docs Plotly.js docs to be implemented here https://github.com/plotly/graphing-library-docs/issues/346
Set up test sites for Plotly.py and Plotly.js docs Plotly.py Mkdocs here: https://github.com/plotly/plotly.py/tree/api-docs Plotly.js docs to be implemented here https://github.com/plotly/graphing-library-docs/issues/346
Write Github workflow that will handle publishing docs updates and versioning. Plotly.py Mkdocs branch is here https://github.com/plotly/plotly.py/tree/api-docs Plotly.js to be implemented here https://github.com/plotly/graphing-library-docs/issues/346
Write tests to validate that the reference docs are complete and ensure they stay up to date as changes happen in Plotly.py and Plotly.js Plotly.py mkdocs branch is here https://github.com/plotly/plotly.py/tree/api-docs...
Write tests for links in Plotly.py mkdocs site https://github.com/plotly/plotly.py/tree/api-docs And Plotly.js site once implemented here https://github.com/plotly/graphing-library-docs/issues/346
Finalize structure of updated graphing library docs and then set up redirects from old pages to new pages
Migrate Plotly.js examples to a Mkdocs site
Branch is here https://github.com/plotly/plotly.py/tree/api-docs Currently dark/light mode doesn't work out of the box.
We are looking at using mk-docs jupyter to run example notebooks in the docs, but we currently can't required metadata to the pages https://github.com/danielfrg/mkdocs-jupyter/issues/99 Plotly.py docs branch to try this...