Skip to content

Commit 83d3050

Browse files
committed
fix auto api doc
1 parent 70c3c2f commit 83d3050

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
_KLay is a Python library for evaluating sparse arithmetic circuits on the GPU._
44

5-
To get started, install KLay using pip and check out [the documentation](https://klaycircuits.readthedocs.io/en/latest/).
5+
To get started, install KLay using pip and check out [the documentation 📖](https://klaycircuits.readthedocs.io/en/latest/).
66

77
```bash
88
pip install klaycircuits

docs/circuit_creation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ An SDD can be loaded from a file as follows.
1212

1313
.. code-block:: Python
1414
15-
from klaycircuits import Circuit
15+
from klay import Circuit
1616
1717
circuit = Circuit()
1818
circuit.add_sdd_from_file("path/to/my.sdd")

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
sphinx
2-
sphinx-tabs
2+
sphinx-tabs
3+
klaycircuits

0 commit comments

Comments
 (0)