Skip to content

Commit

Permalink
update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ba2tro committed Feb 13, 2024
1 parent 81e93de commit b53f74e
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,30 @@ function main()
modules = [QuantumSavory],
authors = "Stefan Krastanov",
pages = [
# "QuantumSavory.jl" => "index.md",
# "Getting Started Manual" => "manual.md",
"QuantumSavory.jl" => "index.md",
"Getting Started Manual" => "manual.md",
"Explanations" => [
# "explanations.md",
# "Properties and Backgrounds" => "propbackgrounds.md",
# "Symbolic Expressions" => "symbolics.md",
# "Visualizations" => "visualizations.md",
"explanations.md",
"Properties and Backgrounds" => "propbackgrounds.md",
"Symbolic Expressions" => "symbolics.md",
"Visualizations" => "visualizations.md",
"Dev Documentation" => [
"Register Interface" => "register_interface.md",
"Query Interface" => "query_interface.md",
],
],
# "How-To Guides" => [
# "howto.md",
# "1st-gen Repeater" => "howto/firstgenrepeater/firstgenrepeater.md",
# "1st-gen Repeater (Clifford formalism)" => "howto/firstgenrepeater/firstgenrepeater-clifford.md",
# "Cluster States in Atomic Memories" => "howto/colorcentermodularcluster/colorcentermodularcluster.md",
# ],
# "Tutorials" => [
# "tutorial.md",
# "Gate duration" => "tutorial/noninstantgate.md",
# "Message queues" => "tutorial/message_queues.md",
# #"Depolarization and Pauli Noise" => "tutorial/depolarization_and_pauli.md", TODO
# ],
"How-To Guides" => [
"howto.md",
"1st-gen Repeater" => "howto/firstgenrepeater/firstgenrepeater.md",
"1st-gen Repeater (Clifford formalism)" => "howto/firstgenrepeater/firstgenrepeater-clifford.md",
"Cluster States in Atomic Memories" => "howto/colorcentermodularcluster/colorcentermodularcluster.md",
],
"Tutorials" => [
"tutorial.md",
"Gate duration" => "tutorial/noninstantgate.md",
"Message queues" => "tutorial/message_queues.md",
#"Depolarization and Pauli Noise" => "tutorial/depolarization_and_pauli.md", TODO
],
"References" => [
"references.md",
"API" => "API.md",
Expand Down

0 comments on commit b53f74e

Please sign in to comment.