Skip to content

Commit

Permalink
adding blanklines between </dl> and the examples in docstrings (#4)
Browse files Browse the repository at this point in the history
* addiing blanklines between </dl> and the examples in docstrings

* Update __main__.py

---------

Co-authored-by: R. Bernstein <[email protected]>
  • Loading branch information
mmatera and rocky authored Aug 19, 2024
1 parent bfc5d8a commit 29dc495
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pymathics/hello/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@
class Hello(Builtin):
"""
<dl>
<dt>'Hello'[]
<dt>'Hello'[$person$]
<dd>An example function in a Python-importable Mathics3 module.
</dl>
>> PyMathics`Hello["World"]
See also the <url>
:developer guide section:
https://mathics-development-guide.readthedocs.io/en/latest/extending/developing-code/extending/tutorial/1-builtin.html</url> for an \
Expand Down

0 comments on commit 29dc495

Please sign in to comment.