Skip to content

Commit

Permalink
update mkdocs yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdbourke committed Oct 12, 2023
1 parent 1b78d48 commit cd7da44
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ nav:
- Home: "index.md"
- Getting Ready for ML Projects: "a-6-step-framework-for-approaching-machine-learning-projects.md"
- Introduction to NumPy: "introduction-to-numpy.ipynb"
- Introduction to pandas: "introduction-to-pandas.ipynb"
- Introduction to Matplotlib: "introduction-to-matplotlib.ipynb"
- Introduction to Scikit-Learn: "introduction-to-scikit-learn.ipynb"

plugins:
- mkdocs-jupyter:
Expand All @@ -31,10 +34,10 @@ markdown_extensions:
custom_checkbox: true

plugins:
- mkdocs-jupyter:
include_source: True
- search
- social
- mkdocs-jupyter:
include_source: True
- search
- social

extra:
social:
Expand Down

0 comments on commit cd7da44

Please sign in to comment.