Skip to content

Commit

Permalink
Use Vale to lint docs writing (Qiskit/qiskit-ibm-runtime#739)
Browse files Browse the repository at this point in the history
* Add writing linting with Vale

* Lint docs using Vale rules

Co-authored-by: Rebecca Dimock <[email protected]>

* Add Vale tests to CI

* Run black code formatting

* Remove unneeded echo statements

* Update PATH

---------

Co-authored-by: Rebecca Dimock <[email protected]>
  • Loading branch information
2 people authored and Eric-Arellano committed Oct 9, 2023
1 parent adc0ff1 commit be334cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions runtime-docs/faqs/max_execution_time.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To ensure fairness, there is a maximum execution time for each Qiskit Runtime jo
a job exceeds this time limit, it is forcibly cancelled. This is represented in the job
status as `Cancelled - Ran too long`. The maximum execution time is the
smaller of 1) the system limit and 2) the ``max_execution_time`` defined by the program.
The system limit is defined below:
The system limit is defined as follows:

Qiskit Runtime on IBM Cloud
---------------------------
Expand All @@ -34,7 +34,7 @@ The system limit on the job execution time is
Note that a *premium user* here means a user who has access to backends in providers other than ibm-q/open/main.


Other Limitations
Other limitations
-----------------

- Programs cannot exceed 750KB in size.
Expand Down
6 changes: 3 additions & 3 deletions runtime-docs/faqs/open_source_vs_ibm_cloud_primitives.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _faqs/open_source_vs_ibm_cloud_primitives:

=================================================================================================
What is the difference between the open source primitives and primitives available via IBM Cloud?
=================================================================================================
=====================================================================================================
What is the difference between the open source primitives and primitives available through IBM Cloud?
=====================================================================================================

The open source primitive contains the base classes (to define interfaces) and a reference implementation.
The Qiskit Runtime primitive is planned to provide more sophisticated implementation (such as with error
Expand Down

0 comments on commit be334cf

Please sign in to comment.