Skip to content

Commit

Permalink
Repaired reference in docs.
Browse files Browse the repository at this point in the history
Added barebones latexmkrc.
  • Loading branch information
rhjdjong committed Apr 3, 2024
1 parent b289195 commit bc6b9fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions latexmkrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$pdf_mode = 1;
6 changes: 1 addition & 5 deletions src/sliplib/slip.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,9 @@
Class :class:`Driver` offers the following methods:
.. automethod:: send
.. automethod:: get
.. automethod:: receive
To enable recovery from a :exc:`ProtocolError`, the
:class:`Driver` class offers the following attribute and method:
.. autoattribute:: messages
.. automethod:: flush
"""

from __future__ import annotations
Expand Down

0 comments on commit bc6b9fd

Please sign in to comment.