Skip to content

Commit

Permalink
Merge pull request #191 from control-toolbox/190-remove-private-=-false
Browse files Browse the repository at this point in the history
remove private = false @index
  • Loading branch information
ocots authored Jul 4, 2024
2 parents 142a6c5 + 251384f commit 288d568
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 18 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
- uses: julia-actions/add-julia-registry@v1
- uses: julia-actions/add-julia-registry@latest
with:
key: ${{ secrets.SSH_KEY }}
registry: control-toolbox/ct-registry
- uses: julia-actions/julia-buildpkg@v1
with:
version: '1.10'
- uses: julia-actions/julia-buildpkg@latest
#with:
# version: '1.10'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
GKSwstype: 100 # To make GitHub Action work, disable showing a plot window with the GR backend of the Plots package
run: julia --project=docs/ -e 'ENV["GKSwstype"]="nul" ; include("docs/make.jl")'
run: julia --project=docs/ -e 'ENV["GKSwstype"]="nul" ; include("docs/make.jl")'
1 change: 0 additions & 1 deletion docs/src/api-callbacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
Pages = ["api-callbacks.md"]
Modules = [CTBase]
Order = [:module, :constant, :type, :function, :macro]
Private = false
```

## Documentation
Expand Down
1 change: 0 additions & 1 deletion docs/src/api-ctbase.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
Pages = ["api-ctbase.md"]
Modules = [CTBase]
Order = [:module, :constant, :type, :function, :macro]
Private = false
```

## Documentation
Expand Down
1 change: 0 additions & 1 deletion docs/src/api-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
Pages = ["api-description.md"]
Modules = [CTBase]
Order = [:module, :constant, :type, :function, :macro]
Private = false
```

## Documentation
Expand Down
1 change: 0 additions & 1 deletion docs/src/api-developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
Pages = ["api-developers.md"]
Modules = [CTBase]
Order = [:module, :constant, :type, :function, :macro]
Public = false
```

## Documentation
Expand Down
1 change: 0 additions & 1 deletion docs/src/api-diffgeom.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
Pages = ["api-diffgeom.md"]
Modules = [CTBase]
Order = [:module, :constant, :type, :function, :macro]
Private = false
```

## Documentation
Expand Down
1 change: 0 additions & 1 deletion docs/src/api-exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
Pages = ["api-exceptions.md"]
Modules = [CTBase]
Order = [:module, :constant, :type, :function, :macro]
Private = false
```

## Documentation
Expand Down
1 change: 0 additions & 1 deletion docs/src/api-init.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
Pages = ["api-init.md"]
Modules = [CTBase]
Order = [:module, :constant, :type, :function, :macro]
Private = false
```

## Documentation
Expand Down
1 change: 0 additions & 1 deletion docs/src/api-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
Pages = ["api-model.md"]
Modules = [CTBase]
Order = [:module, :constant, :type, :function, :macro]
Private = false
```

## Documentation
Expand Down
1 change: 0 additions & 1 deletion docs/src/api-parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
Pages = ["api-parser.md"]
Modules = [CTBase]
Order = [:module, :constant, :type, :function, :macro]
Private = false
```

## Documentation
Expand Down
1 change: 0 additions & 1 deletion docs/src/api-repl.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
Pages = ["api-repl.md"]
Modules = [CTBase]
Order = [:module, :constant, :type, :function, :macro]
Private = false
```

## Documentation
Expand Down
1 change: 0 additions & 1 deletion docs/src/api-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
Pages = ["api-types.md"]
Modules = [CTBase]
Order = [:module, :constant, :type, :function, :macro]
Private = false
```

## Documentation
Expand Down
1 change: 0 additions & 1 deletion docs/src/api-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
Pages = ["api-utils.md"]
Modules = [CTBase]
Order = [:module, :constant, :type, :function, :macro]
Private = false
```

## Documentation
Expand Down

0 comments on commit 288d568

Please sign in to comment.