Skip to content

Commit

Permalink
v3.5 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Sep 11, 2024
1 parent 6606f82 commit c8ffeb1
Show file tree
Hide file tree
Showing 52 changed files with 1,155 additions and 366 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
git config --global user.name "Theodore Chang"
git config --global user.email "tlcfem@gmail.com"
git pull
mike deploy 3.4
mike deploy 3.5
git push origin gh-pages
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
*egg-info
__pycache__
.idea
.obsidian
.venv
.vscode
__pycache__
*egg-info
build
dist
docs/Doxygen
site
suanPan-dev
suanPan-linux*
suanPan-manual.py
suanPan-manual.spec
venv
working
suanPan-linux*
working
Loading

0 comments on commit c8ffeb1

Please sign in to comment.