Skip to content

Commit

Permalink
Update FORD author to Fluid Numerics
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidnumerics-joe committed Oct 23, 2024
1 parent 0bfd0e1 commit 5776e0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:

- name: Install docs dependencies
run: |
apt install python3-pydot graphviz
python -m pip install --upgrade pip
pip install -r docs/requirements.txt
python -m pip install -r docs/requirements.txt
- name: Generate API docs
run: |
Expand Down
10 changes: 5 additions & 5 deletions self.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
project: SELF
summary: SELF -- Spectral Element Library in Fortran. Fortran classes for implementing spectral element methods on CPU and GPU hardware.
author: Joe Schoonover
author_description: Committed to service for science
summary: Spectral Element Library in Fortran. Fortran classes for implementing spectral element methods on CPU and GPU hardware.
author: Fluid Numerics
author_description: We science everything
github: https://github.com/fluidnumerics
email: joe@fluidnumerics.com
email: support@fluidnumerics.com
project_github: https://github.com/FluidNumerics/SELF
project_website: https://www.fluidnumerics.com/products/selffluids
project_website: https://self.fluidnumerics.com
src_dir: ./src/
output_dir: ./docs/ford
exclude_dir: ./src/dev
Expand Down

0 comments on commit 5776e0b

Please sign in to comment.