Skip to content

Commit

Permalink
Use debug in docs generation (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewIOM authored Apr 17, 2024
1 parent 40f2ebf commit 5599b4d
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 19 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: Build
run: dotnet fake build -t All
- name: Deploy documentation from master
if: matrix.os == 'macos-latest'
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion docs/confidence-intervals.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index: 5

(*** condition: prepare ***)
#nowarn "211"
#r "../src/Bristlecone/bin/Release/netstandard2.0/Bristlecone.dll"
#r "../src/Bristlecone/bin/Debug/netstandard2.0/Bristlecone.dll"
(*** condition: fsx ***)
#if FSX
#r "nuget: Bristlecone,{{fsdocs-package-version}}"
Expand Down
2 changes: 1 addition & 1 deletion docs/data.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index: 6

(*** condition: prepare ***)
#nowarn "211"
#r "../src/Bristlecone/bin/Release/netstandard2.0/Bristlecone.dll"
#r "../src/Bristlecone/bin/Debug/netstandard2.0/Bristlecone.dll"
(*** condition: fsx ***)
#if FSX
#r "nuget: Bristlecone,{{fsdocs-package-version}}"
Expand Down
2 changes: 1 addition & 1 deletion docs/dendro.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ index: 1
*)
(*** condition: prepare ***)
#nowarn "211"
#r "../src/Bristlecone/bin/Release/netstandard2.0/Bristlecone.dll"
#r "../src/Bristlecone/bin/Debug/netstandard2.0/Bristlecone.dll"
(*** condition: fsx ***)
#if FSX
#r "nuget: Bristlecone,{{fsdocs-package-version}}"
Expand Down
2 changes: 1 addition & 1 deletion docs/diagnostics.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index: 5

(*** condition: prepare ***)
#nowarn "211"
#r "../src/Bristlecone/bin/Release/netstandard2.0/Bristlecone.dll"
#r "../src/Bristlecone/bin/Debug/netstandard2.0/Bristlecone.dll"
(*** condition: fsx ***)
#if FSX
#r "nuget: Bristlecone,{{fsdocs-package-version}}"
Expand Down
2 changes: 1 addition & 1 deletion docs/estimation-engine.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index: 3

(*** condition: prepare ***)
#nowarn "211"
#r "../src/Bristlecone/bin/Release/netstandard2.0/Bristlecone.dll"
#r "../src/Bristlecone/bin/Debug/netstandard2.0/Bristlecone.dll"
(*** condition: fsx ***)
#if FSX
#r "nuget: Bristlecone,{{fsdocs-package-version}}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(**
---
title: Plant response to temperature
title: Dendroecology: investigating plant-environment interactions
category: Examples
categoryindex: 2
index: 1
Expand All @@ -9,7 +9,7 @@ index: 1

(*** condition: prepare ***)
#nowarn "211"
#r "../../src/Bristlecone/bin/Release/netstandard2.0/Bristlecone.dll"
#r "../../src/Bristlecone/bin/Debug/netstandard2.0/Bristlecone.dll"
#r "nuget: MathNet.Numerics.FSharp,5.0.0"
(*** condition: fsx ***)
#if FSX
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/predator-prey.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ index: 1
#nowarn "211"
#r "nuget: MathNet.Numerics.FSharp,5.0.0"
#r "nuget: FSharp.Data,6.3"
#r "../../src/Bristlecone/bin/Release/netstandard2.0/Bristlecone.dll"
#r "../../src/Bristlecone/bin/Debug/netstandard2.0/Bristlecone.dll"

#r "nuget: Plotly.NET, 4.2.0"

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/shrub-resource.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index: 1

(*** condition: prepare ***)
#nowarn "211"
#r "../../src/Bristlecone/bin/Release/netstandard2.0/Bristlecone.dll"
#r "../../src/Bristlecone/bin/Debug/netstandard2.0/Bristlecone.dll"
#r "nuget: MathNet.Numerics.FSharp,5.0.0"
(*** condition: fsx ***)
#if FSX
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/tutorial.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index: 1

(*** condition: prepare ***)
#nowarn "211"
#r "../src/Bristlecone/bin/Release/netstandard2.0/Bristlecone.dll"
#r "../src/Bristlecone/bin/Debug/netstandard2.0/Bristlecone.dll"
(*** condition: fsx ***)
#if FSX
#r "nuget: Bristlecone,{{fsdocs-package-version}}"
Expand Down
2 changes: 1 addition & 1 deletion docs/index.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index: 1

(*** condition: prepare ***)
#nowarn "211"
#r "../src/Bristlecone/bin/Release/netstandard2.0/Bristlecone.dll"
#r "../src/Bristlecone/bin/Debug/netstandard2.0/Bristlecone.dll"
#r "nuget: MathNet.Numerics.FSharp,5.0.0"
(*** condition: fsx ***)
#if FSX
Expand Down
2 changes: 1 addition & 1 deletion docs/integration.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index: 3

(*** condition: prepare ***)
#nowarn "211"
#r "../src/Bristlecone/bin/Release/netstandard2.0/Bristlecone.dll"
#r "../src/Bristlecone/bin/Debug/netstandard2.0/Bristlecone.dll"
(*** condition: fsx ***)
#if FSX
#r "nuget: Bristlecone,{{fsdocs-package-version}}"
Expand Down
2 changes: 1 addition & 1 deletion docs/language.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index: 1

(*** condition: prepare ***)
#nowarn "211"
#r "../src/Bristlecone/bin/Release/netstandard2.0/Bristlecone.dll"
#r "../src/Bristlecone/bin/Debug/netstandard2.0/Bristlecone.dll"
(*** condition: fsx ***)
#if FSX
#r "nuget: Bristlecone,{{fsdocs-package-version}}"
Expand Down
2 changes: 1 addition & 1 deletion docs/logging.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index: 3

(*** condition: prepare ***)
#nowarn "211"
#r "../src/Bristlecone/bin/Release/netstandard2.0/Bristlecone.dll"
#r "../src/Bristlecone/bin/Debug/netstandard2.0/Bristlecone.dll"
(*** condition: fsx ***)
#if FSX
#r "nuget: Bristlecone,{{fsdocs-package-version}}"
Expand Down
2 changes: 1 addition & 1 deletion docs/model-fitting.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index: 2

(*** condition: prepare ***)
#nowarn "211"
#r "../src/Bristlecone/bin/Release/netstandard2.0/Bristlecone.dll"
#r "../src/Bristlecone/bin/Debug/netstandard2.0/Bristlecone.dll"
(*** condition: fsx ***)
#if FSX
#r "nuget: Bristlecone,{{fsdocs-package-version}}"
Expand Down
2 changes: 1 addition & 1 deletion docs/model-selection.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index: 3

(*** condition: prepare ***)
#nowarn "211"
#r "../src/Bristlecone/bin/Release/netstandard2.0/Bristlecone.dll"
#r "../src/Bristlecone/bin/Debug/netstandard2.0/Bristlecone.dll"
(*** condition: fsx ***)
#if FSX
#r "nuget: Bristlecone,{{fsdocs-package-version}}"
Expand Down
2 changes: 1 addition & 1 deletion docs/model.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index: 2

(*** condition: prepare ***)
#nowarn "211"
#r "../src/Bristlecone/bin/Release/netstandard2.0/Bristlecone.dll"
#r "../src/Bristlecone/bin/Debug/netstandard2.0/Bristlecone.dll"
(*** condition: fsx ***)
#if FSX
#r "nuget: Bristlecone,{{fsdocs-package-version}}"
Expand Down
2 changes: 1 addition & 1 deletion docs/optimisation.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index: 1

(*** condition: prepare ***)
#nowarn "211"
#r "../src/Bristlecone/bin/Release/netstandard2.0/Bristlecone.dll"
#r "../src/Bristlecone/bin/Debug/netstandard2.0/Bristlecone.dll"
(*** condition: fsx ***)
#if FSX
#r "nuget: Bristlecone,{{fsdocs-package-version}}"
Expand Down
2 changes: 1 addition & 1 deletion docs/workflow.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index: 4

(*** condition: prepare ***)
#nowarn "211"
#r "../src/Bristlecone/bin/Release/netstandard2.0/Bristlecone.dll"
#r "../src/Bristlecone/bin/Debug/netstandard2.0/Bristlecone.dll"
(*** condition: fsx ***)
#if FSX
#r "nuget: Bristlecone,{{fsdocs-package-version}}"
Expand Down

0 comments on commit 5599b4d

Please sign in to comment.