Skip to content

Commit

Permalink
update docs, port some to ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Apr 18, 2024
1 parent 52bddab commit b98e88b
Show file tree
Hide file tree
Showing 11 changed files with 1,625 additions and 475 deletions.
6 changes: 6 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
"commands": [
"fsdocs"
]
},
"dotnet-repl": {
"version": "0.1.216",
"commands": [
"dotnet-repl"
]
}
}
}
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: deploy-gh-pages

on:
push:
branches: [ main ]
branches: [ developer ]
paths:
- 'docs/**'

Expand Down
8 changes: 4 additions & 4 deletions build/DocumentationTasks.fs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let buildDocs =

runDotNet
(sprintf
"fsdocs build --eval --clean --properties Configuration=Release --parameters fsdocs-package-version %s"
"fsdocs build --clean --properties Configuration=Release --parameters fsdocs-package-version %s"
stableVersionTag)
"./"
}
Expand All @@ -23,7 +23,7 @@ let buildDocsPrerelease =

runDotNet
(sprintf
"fsdocs build --eval --clean --properties Configuration=Release --parameters fsdocs-package-version %s"
"fsdocs build --clean --properties Configuration=Release --parameters fsdocs-package-version %s"
prereleaseTag)
"./"
}
Expand All @@ -34,7 +34,7 @@ let watchDocs =

runDotNet
(sprintf
"fsdocs watch --eval --clean --properties Configuration=Release --parameters fsdocs-package-version %s"
"fsdocs watch --clean --properties Configuration=Release --parameters fsdocs-package-version %s"
stableVersionTag)
"./"
}
Expand All @@ -45,7 +45,7 @@ let watchDocsPrerelease =

runDotNet
(sprintf
"fsdocs watch --eval --clean --properties Configuration=Release --parameters fsdocs-package-version %s"
"fsdocs watch --clean --properties Configuration=Release --parameters fsdocs-package-version %s"
prereleaseTag)
"./"
}
82 changes: 0 additions & 82 deletions docs/01_01_formula.fsx

This file was deleted.

205 changes: 0 additions & 205 deletions docs/01_02_bioitems.fsx

This file was deleted.

14 changes: 0 additions & 14 deletions docs/NuGet.config

This file was deleted.

Empty file removed docs/_template.ipynb
Empty file.
Loading

0 comments on commit b98e88b

Please sign in to comment.