-
-
Notifications
You must be signed in to change notification settings - Fork 659
Closed
Milestone
Description
Currently, in the elliptic-curves codebase, there are quite a few occurrences of the following formatting quirks:
- Lines indented by
4n-1
instead of4n
spaces. - Non-standard use of
-
and--
in input/output lists. - Lowercase
.. note::
or.. warning::
blocks, and occasional use ofAUTHOR:
instead ofAUTHORS:
. - Excessive empty lines.
This patch makes an attempt at cleaning up these things somewhat.
Component: documentation
Author: Lorenz Panny
Branch/Commit: ef8e8cc
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/33582