Skip to content

Commit

Permalink
modify tox.ini and docs for primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorii committed Aug 29, 2022
1 parent 61f22f7 commit 6dfb376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions qiskit_aer/primitives/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@

"""
===================================================
Primitives (:mod:`qiskit.providers.aer.primitives`)
Primitives (:mod:`qiskit_aer.primitives`)
===================================================
.. currentmodule:: qiskit.providers.aer.primitives
.. currentmodule:: qiskit_aer.primitives
This module is Aer implementation of primitives.
See the docs https://qiskit.org/documentation/apidoc/primitives.html for general descriptions.
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ envlist = py37, py38, py39, py310, lint
skipsdist = True

[testenv]
usedevelop=True
install_command = pip install -c{toxinidir}/constraints.txt -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
Expand Down

0 comments on commit 6dfb376

Please sign in to comment.