Skip to content

Commit

Permalink
add symbolics api to make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ba2tro committed Oct 20, 2023
1 parent 3ac5ce8 commit d42270a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function main()
"References" => [
"references.md",
"API" => "API.md",
"Symbolics API" => "API_Symbolics.md",
"CircuitZoo API" => "API_CircuitZoo.md",
"StatesZoo API" => "API_StatesZoo.md",
"Bibliography" => "bibliography.md",
Expand Down
5 changes: 0 additions & 5 deletions docs/src/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,3 @@
Modules = [QuantumSavory]
Private = false
```

```@autodocs
Modules = [QuantumSymbolics]
Private = false
```

0 comments on commit d42270a

Please sign in to comment.