Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdbourke committed Oct 12, 2023
1 parent 7047206 commit 2e3a942
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/make_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:

# Copy required notebooks to docs folder
- run: cp section-2-data-science-and-ml-tools/introduction-to-numpy.ipynb docs/
- run: cp section-2-data-science-and-ml-tools/introduction-to-pandas.ipynb docs/
- run: cp section-2-data-science-and-ml-tools/introduction-to-matplotlib.ipynb docs/
- run: cp section-2-data-science-and-ml-tools/introduction-to-scikit-learn.ipynb docs/

# Last step to deploy docs
- run: mkdocs gh-deploy --force
11 changes: 4 additions & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ nav:
plugins:
- mkdocs-jupyter:
ignore_h1_titles: True
# include_source: True
- search
# - social # this will break without cairosvg and pillow installed locally

theme:
name: material
Expand All @@ -33,13 +36,7 @@ markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true

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

extra:
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/mrdbourke
Expand Down

0 comments on commit 2e3a942

Please sign in to comment.