Skip to content

Commit

Permalink
Merge pull request #56 from JeschkeLab/GUI
Browse files Browse the repository at this point in the history
Merge GUI to Main
  • Loading branch information
HKaras authored Apr 3, 2024
2 parents 1e8534f + f35c99e commit 256d20d
Show file tree
Hide file tree
Showing 103 changed files with 12,173 additions and 3,103 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/Build & Publish Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install furo
python -m pip install sphinx-gallery
python -m pip install sphinx-design
python -m pip install --upgrade myst-parser
python -m pip install sphinx_toolbox
python3 -m pip install sphinx-copybutton
python -m pip install numpydoc
python -m pip install .
python -m pip install '.[Dev]'
- name: Build with Sphinx
run: |
sphinx-build -E -b html ./docsrc ./docs
Expand Down
15 changes: 4 additions & 11 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- uses: actions/cache@v2
with:
path: |
Expand All @@ -26,14 +26,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install furo
python -m pip install sphinx-gallery
python -m pip install sphinx-design
python -m pip install --upgrade myst-parser
python -m pip install sphinx_toolbox
python3 -m pip install sphinx-copybutton
python -m pip install numpydoc
python -m pip install .
python -m pip install ".[Dev]"
- name: Build with Sphinx
run: |
sphinx-build -E -b html ./docsrc ./docs
sphinx-build -E -b html --keep-going ./docsrc ./docs
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,5 @@ Jupyter_Notebooks/
*.xlsx

.vscode/
**/autoapi/autodeer/**/*.rst
*.log*
Loading

0 comments on commit 256d20d

Please sign in to comment.