sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.31k stars 450 forks source link

Laurent series docs and doctest coverage improvements #12259

Open roed314 opened 12 years ago

roed314 commented 12 years ago

Doctest coverage is part of metaticket #12024.

Both files laurent_series_ring and laurent_series_ring_element lack the slightest introduction, many methods are textually undefined, and where they are, they adhere to the 'Returns' convention.

Component: documentation

Issue created by migration from https://trac.sagemath.org/ticket/12259

KPanComputes commented 11 years ago
comment:1

Basically a memo for me: on sage 5.7.beta2, laurent_series_ring.py has coverage 100%.

rwst commented 9 years ago

Description changed:

--- 
+++ 
@@ -1 +1,3 @@
-Part of metaticket #12024
+Doctest coverage is part of metaticket #12024.
+
+Both files `laurent_series_ring` and `laurent_series_ring_element` lack the slightest introduction, many methods are textually undefined, and where they are, they adhere to the 'Returns' convention.