From be334cf96fd644f02c32fc0b24a8582f30918ffc Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Tue, 7 Mar 2023 19:00:35 +0000 Subject: [PATCH] Use Vale to lint docs writing (Qiskit/qiskit-ibm-runtime#739) * Add writing linting with Vale * Lint docs using Vale rules Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com> * Add Vale tests to CI * Run black code formatting * Remove unneeded echo statements * Update PATH --------- Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com> --- runtime-docs/faqs/max_execution_time.rst | 4 ++-- runtime-docs/faqs/open_source_vs_ibm_cloud_primitives.rst | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/runtime-docs/faqs/max_execution_time.rst b/runtime-docs/faqs/max_execution_time.rst index 34271a5fbdd..edfa0973686 100644 --- a/runtime-docs/faqs/max_execution_time.rst +++ b/runtime-docs/faqs/max_execution_time.rst @@ -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 --------------------------- @@ -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. diff --git a/runtime-docs/faqs/open_source_vs_ibm_cloud_primitives.rst b/runtime-docs/faqs/open_source_vs_ibm_cloud_primitives.rst index 4ce2f686201..f7cc9d05f49 100644 --- a/runtime-docs/faqs/open_source_vs_ibm_cloud_primitives.rst +++ b/runtime-docs/faqs/open_source_vs_ibm_cloud_primitives.rst @@ -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