Skip to content

Commit

Permalink
working on deploying documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredthomas68 committed Jul 29, 2021
1 parent fab8b4c commit cceb0b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/Manifest.toml
/dev/
/docs/build/
/docs/site/
*/.ipynb_checkpoints/*
Untitled.ipynb
*.out
Expand All @@ -14,4 +13,4 @@ Untitled.ipynb
/test/ipoptresults_iteration_details
/test/ipoptresults_summary.txt
/test/snoptresults_summary.txt
.vscode/
.vscode/
2 changes: 1 addition & 1 deletion docs/src/Explanation.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ff.adjust_for_wind_shear(locz, reference_velocity, reference_height, ground_heig
7.2100037008866416
```

```@example index
```@example
using FLOWFarm; const ff = FLOWFarm
using DataFrames
using PyPlot; const plt = PyPlot
Expand Down

0 comments on commit cceb0b4

Please sign in to comment.