Skip to content

Commit

Permalink
Add QI to docs (#119)
Browse files Browse the repository at this point in the history
* Add QI to docs
* Remove dangling ref.
  • Loading branch information
amilsted authored Jul 7, 2023
1 parent 6fcf61f commit 75965ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
QuantumInterface = "5717a53b-5d69-4fa3-b976-0bf2f97ca1e5"

[compat]
Documenter = "~0.26"
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Documenter
using QuantumInterface
using QuantumOpticsBase

pages = [
Expand All @@ -8,7 +9,7 @@ pages = [

makedocs(
sitename = "QuantumOpticsBase.jl",
modules = [QuantumOpticsBase],
modules = [QuantumOpticsBase, QuantumInterface],
pages = pages,
checkdocs=:exports
)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ dense
sparse(::AbstractOperator)
```

* Time-dependent operators. See also [Time-dependent operators](@ref).
* Time-dependent operators.

```@docs
current_time
Expand Down

0 comments on commit 75965ed

Please sign in to comment.