You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A wealth of notebooks in here can be converted to full MDX within website/. Each one notebook is a worthy PR to get started with as a new page in src/docs/. These are the current notebooks in need of conversion to narrative linked documentation with interactives:
Convert the Markdown file to an MDX file, adding JSX components where necessary.
Add the MDX file to the website/docs/
Create a PR for each notebook conversion.
Acceptance Criteria:
Each Jupyter notebook is successfully converted to an MDX file.
Each MDX file is added to the website/docs/ directory of the website.
A PR is created for each notebook conversion.
Alternate approach: automation
Originally I was setting up some automated tooling to bring in notebooks into docusaurus. Doing that effectively requires more work in docusaurus. If anyone's ready for that, then by all means!
The text was updated successfully, but these errors were encountered:
A wealth of notebooks in here can be converted to full MDX within
website/
. Each one notebook is a worthy PR to get started with as a new page insrc/docs/
. These are the current notebooks in need of conversion to narrative linked documentation with interactives:notebooks/the-data-science-helper.ipynb
notebooks/parallel-function-calling.ipynb
notebooks/knowledge-graph.ipynb
notebooks/color-picker.ipynb
notebooks/basics.ipynb
notebooks/function-registry.ipynb
notebooks/open-model-functions.ipynb
notebooks/python-hallucination.ipynb
notebooks/introduce-time.ipynb
Tasks:
For each notebook:
website/docs/
Acceptance Criteria:
website/docs/
directory of the website.Alternate approach: automation
Originally I was setting up some automated tooling to bring in notebooks into docusaurus. Doing that effectively requires more work in docusaurus. If anyone's ready for that, then by all means!
The text was updated successfully, but these errors were encountered: