Skip to content

Commit

Permalink
fix install commands for mkdocs & update gitignore (#51)
Browse files Browse the repository at this point in the history
* fix file with install commands for mkdocs
  • Loading branch information
han16nah authored Mar 19, 2024
1 parent c902c2e commit 3f6914f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ profile_default/
ipython_config.py

# Python module specific
.polyscope.ini
imgui.ini
*.polyscope.ini
*imgui.ini

# Anaconda environments
.env
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ conda install -c conda-forge mkdocs
python -m pip install mkdocs-material
python -m pip install mkdocs-jupyter
python -m pip install jupyter_contrib_nbextensions
python -m pip pip install mathjax
python -m pip install mathjax

0 comments on commit 3f6914f

Please sign in to comment.