Skip to content

Commit

Permalink
docs: PyFluent cheat sheet (#3481)
Browse files Browse the repository at this point in the history
* docs: PyFluent cheat sheet

* docs: PyFluent cheat sheet

* docs: PyFluent cheat sheet

* docs: PyFluent cheat sheet

* docs: PyFluent cheat sheet

* docs: PyFluent cheat sheet
  • Loading branch information
hpohekar authored Nov 15, 2024
1 parent 1721d69 commit b2f6558
Show file tree
Hide file tree
Showing 6 changed files with 1,176 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,22 @@ jobs:
restore-keys: |
Python-${{ runner.os }}-${{ matrix.python-version }}
- name: Install Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
tinytex: true

- name: Check Quarto Version
shell: bash
run: |
quarto --version
- name: "Install Poppler for PDF to PNG conversion"
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y poppler-utils
- name: Install pyfluent
run: make install

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ ENV*/

# mkdocs documentation
/site
/.quarto/

# mypy
.mypy_cache/
Expand Down
Binary file added doc/source/_static/temp_contour.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions doc/source/cheatsheet/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.quarto/
Loading

0 comments on commit b2f6558

Please sign in to comment.