Remove unpublished events from docs (#11748)

This commit is contained in:
Elena Peña Tapia 2024-02-08 11:32:30 +01:00 committed by GitHub
parent a6fc54deca
commit 5bf9d91db3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# This code is part of Qiskit.
#
# (C) Copyright IBM 2017, 2018.
# (C) Copyright IBM 2017, 2024.
#
# This code is licensed under the Apache License, Version 2.0. You may
# obtain a copy of this license in the LICENSE.txt file in the root directory
@ -129,11 +129,6 @@ def parallel_map( # pylint: disable=dangerous-default-value
Raises:
QiskitError: If user interrupts via keyboard.
Events:
terra.parallel.start: The collection of parallel tasks are about to start.
terra.parallel.update: One of the parallel task has finished.
terra.parallel.finish: All the parallel tasks have finished.
Examples:
.. code-block:: python