You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewrite all of the existing code examples so that they are tested with Sybil.
Find them by ripgrepping for Examples:: and Example:. Replace these with .. code-block:: python as per the examples elsewhere in the code. Also add code examples to properties and classes that lack them entirely.
Motivation and context
Sybil tests the code examples to ensure that they run without errors. Many of the non-tested examples have errors.
The text was updated successfully, but these errors were encountered:
Description
Rewrite all of the existing code examples so that they are tested with Sybil.
Find them by ripgrepping for
Examples::
andExample:
. Replace these with.. code-block:: python
as per the examples elsewhere in the code. Also add code examples to properties and classes that lack them entirely.Motivation and context
Sybil tests the code examples to ensure that they run without errors. Many of the non-tested examples have errors.
The text was updated successfully, but these errors were encountered: