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

Commit 682ee59

Browse files
authored
Update README.md
1 parent 04d7d71 commit 682ee59

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you'd like to contribute to Qiskit Tutorials, please take a look at our [cont
2222
### Tutorial limitations
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

25-
1. There is currently a 3min/cell execution time limit. Cells that go over this limit will raise an exception.
25+
1. There is currently a three minute per cell execution time limit. Cells that go over this limit will raise an exception.
2626

2727
2. It is important to maintain stict header compliance. All notebooks should start with, and contain only one, top level (h1) header:
2828

@@ -48,6 +48,7 @@ Because the tutorials are executed as part of the build process, and eventually
4848
4949
To add a gallery image to a notebook, select a cell with an output image and add `nbsphinx-thumbnail` as a cell tag. To see the cell tags go to: `View -> Cell Toolbar -> Tags` in the notebook menu. Adding gallery images from images not generated inside of the notebooks themselves should be avoided if possible as this gets messy in the present build system.
5050
51+
5152
## Building documentation
5253
5354
In addition to serving up standalone notebooks, this repository also includes the infrastructure needed to build the tutorials into HTML documentation using [Sphinx](https://www.sphinx-doc.org/). Along with the Qiskit dependencies, building the documentation requires the following:

0 commit comments

Comments
 (0)