Skip to content

Commit

Permalink
More doxygen updates by Jim Purser for grid_tools.fd (#435)
Browse files Browse the repository at this point in the history
* cleanup of user_guides

* landing page cleanup

* fixed some doxygen warnings

* added some code authors to the README

* fixed driver.f90 reference

* added slideshow and reference in README

* more documentation improvements

* adding brew update
  • Loading branch information
edwardhartnett committed Apr 13, 2021
1 parent 15bab55 commit 2462b9b
Show file tree
Hide file tree
Showing 6 changed files with 854 additions and 749 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
sudo apt-get install libpng-dev
sudo apt-get install libjpeg-dev
elif [[ ${{ matrix.os }} == "macos-10.15" ]]; then
brew update
brew install doxygen
brew install mpich
brew install netcdf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
sudo apt-get install libjpeg-dev
elif [[ ${{ matrix.os }} == "macos-10.15" ]]; then
echo "$HOME/mpich/bin" >> $GITHUB_PATH
brew update
brew install doxygen
brew install mpich
brew install netcdf
Expand Down
Loading

0 comments on commit 2462b9b

Please sign in to comment.