Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit 93826af

Browse files
authored
Update README.md
1 parent cd85308 commit 93826af

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ If you'd like to contribute to Qiskit Tutorials, please take a look at our [cont
2323
Because the tutorials are executed as part of the build process, and eventually turned into RST documentation, there are several limitations to be aware of:
2424

2525
1. There is currently a three minute per cell execution time limit. Cells that go over this limit will raise an exception.
26+
27+
2. Tutorials cannot make calls to the IBM Quantum Experience, e.g. no `IBMQ.load_account()`.
2628

27-
2. It is important to maintain strict header compliance. All notebooks should start with, and contain only one, top level (h1) header:
29+
3. It is important to maintain strict header compliance. All notebooks should start with, and contain only one, top level (h1) header:
2830

2931
```
3032
# I am a top level header
@@ -44,7 +46,7 @@ Because the tutorials are executed as part of the build process, and eventually
4446
## I am another secondary header
4547
```
4648
47-
3. In order for a tutorial to show up in the Qiskit documentation, after successful merging, an additional PR needs to be made in the [Qiskit meta-repo](https://github.com/Qiskit/qiskit) to trigger the rebuilding of the documentation.
49+
4. In order for a tutorial to show up in the Qiskit documentation, after successful merging, an additional PR needs to be made in the [Qiskit meta-repo](https://github.com/Qiskit/qiskit) to trigger the rebuilding of the documentation.
4850
4951
### Adding a gallery image
5052

0 commit comments

Comments
 (0)