From 29dc495907667eb9428ac4eef07c5e476b2eb0ae Mon Sep 17 00:00:00 2001 From: Juan Mauricio Matera Date: Mon, 19 Aug 2024 11:58:36 -0300 Subject: [PATCH] adding blanklines between and the examples in docstrings (#4) * addiing blanklines between and the examples in docstrings * Update __main__.py --------- Co-authored-by: R. Bernstein --- pymathics/hello/__main__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pymathics/hello/__main__.py b/pymathics/hello/__main__.py index b27ead3..5c75775 100644 --- a/pymathics/hello/__main__.py +++ b/pymathics/hello/__main__.py @@ -7,10 +7,13 @@ class Hello(Builtin): """
+
'Hello'[]
'Hello'[$person$]
An example function in a Python-importable Mathics3 module.
+ >> PyMathics`Hello["World"] + See also the :developer guide section: https://mathics-development-guide.readthedocs.io/en/latest/extending/developing-code/extending/tutorial/1-builtin.html for an \