Skip to content

Commit

Permalink
Manual/pytket1.21 (#264)
Browse files Browse the repository at this point in the history
* Update deprecated intersphinx syntax

* remove sphinx version bound

* update copyright and remove duplicate theme setting

* update pytket package versions

* fix copyright format

Co-authored-by: Kartik Singhal <[email protected]>

* remove uneeded line from constraints

* mention control_state in QControlBox

* correct code snippet

* Put multiplexor pseudocode inside code block

* Edit PauliExpBox section

* Fix broken link for classical expressions

* fix rz_op

* don't use python keywords as variable names

* don't use python keywords as variable names

* fix spacing

* fix spacing again

* add slash to URL

* add docs/manual files

* make manual build fail on warnings

* fix spacing of package requirements

---------

Co-authored-by: Kartik Singhal <[email protected]>
  • Loading branch information
CalMacCQ and qartik authored Oct 24, 2023
1 parent deffc24 commit 14f0c31
Show file tree
Hide file tree
Showing 47 changed files with 1,103 additions and 13,925 deletions.
2 changes: 1 addition & 1 deletion build-manual
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ESCAPED_REQS=$(awk '{printf "%s%s",sep,$0; sep="\\\n"} END{print ""}' ../manual_
sed "s/REQUIREMENTS/$ESCAPED_REQS/" index-rst-template > index.rst

rm -rf build/
sphinx-build -b html . build
sphinx-build -b html . build -W

rm index.rst

Expand Down
2 changes: 1 addition & 1 deletion docs/manual/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: be73d8c7f790eda815f22826d5d0dd78
config: 6fd21d2ea18e0bf20a0cdefd461fb0f3
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/manual/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/manual/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/manual/.doctrees/manual_assertion.doctree
Binary file not shown.
Binary file modified docs/manual/.doctrees/manual_backend.doctree
Binary file not shown.
Binary file modified docs/manual/.doctrees/manual_circuit.doctree
Binary file not shown.
Binary file modified docs/manual/.doctrees/manual_compiler.doctree
Binary file not shown.
Binary file modified docs/manual/.doctrees/manual_noise.doctree
Binary file not shown.
Binary file modified docs/manual/.doctrees/manual_zx.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/manual/_images/manual_circuit_24_0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
196 changes: 0 additions & 196 deletions docs/manual/_images/manual_circuit_62_1.svg

This file was deleted.

Loading

0 comments on commit 14f0c31

Please sign in to comment.