#13215: Skew polynomials
-------------------------------------+-------------------------------------
       Reporter:  caruso             |        Owner:  tbd
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-7.3
      Component:  algebra            |   Resolution:
       Keywords:  skew polynomials   |    Merged in:
        Authors:  Xavier Caruso      |    Reviewers:  Burcin Erocal
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/arpitdm/skew_polynomials         |  dc5fb565e1a2b126a86034cb1d1c5936c41b3d19
   Dependencies:  #13214, #13303,    |     Stopgaps:
  #13640, #13641, #13642             |
-------------------------------------+-------------------------------------

Comment (by dlucas):

 Well, I don't know what happens...
 Here's what I have on my local machine:

 {{{
 [polynomia] docstring of sage.rings.polynomial.skew_polynomial_element:16:
 WARNING: Literal block expected; none found.
 [polynomia] docstring of sage.rings.polynomial.skew_polynomial_element:20:
 WARNING: Definition list ends without a blank line; unexpected unindent.
 [polynomia] docstring of sage.rings.polynomial.skew_polynomial_element:30:
 WARNING: Literal block expected; none found.
 [polynomia] docstring of
 sage.rings.polynomial.skew_polynomial_element.SkewPolynomial.left_gcd:11:
 WARNING: Bullet list ends without a blank line; unexpected unindent.
 [polynomia] docstring of
 sage.rings.polynomial.skew_polynomial_element.SkewPolynomial.left_lcm:11:
 WARNING: Bullet list ends without a blank line; unexpected unindent.
 [polynomia] docstring of
 sage.rings.polynomial.skew_polynomial_element.SkewPolynomial.left_xgcd:11:
 WARNING: Bullet list ends without a blank line; unexpected unindent.
 [polynomia] docstring of
 sage.rings.polynomial.skew_polynomial_element.SkewPolynomial.right_gcd:11:
 WARNING: Bullet list ends without a blank line; unexpected unindent.
 [polynomia] docstring of
 sage.rings.polynomial.skew_polynomial_element.SkewPolynomial.right_lcm:11:
 WARNING: Bullet list ends without a blank line; unexpected unindent.
 [polynomia] docstring of
 sage.rings.polynomial.skew_polynomial_element.SkewPolynomial.right_xgcd:11:
 WARNING: Bullet list ends without a blank line; unexpected unindent.
 [polynomia] docstring of
 sage.rings.polynomial.skew_polynomial_element.make_generic_skew_polynomial:12:
 WARNING: Literal block expected; none found.
 [polynomia] /home/david/Desktop/sage/local/lib/python2.7/site-
 packages/sage/rings/polynomial/skew_polynomial_ring_constructor.py:docstring
 of
 sage.rings.polynomial.skew_polynomial_ring_constructor.SkewPolynomialRing:73:
 WARNING: Literal block expected; none found.
 [polynomia] /home/david/Desktop/sage/local/lib/python2.7/site-
 packages/sage/rings/polynomial/skew_polynomial_ring_constructor.py:docstring
 of
 sage.rings.polynomial.skew_polynomial_ring_constructor.SkewPolynomialRing:108:
 WARNING: Literal block expected; none found.
 Error building the documentation.
 Traceback (most recent call last):
   File "/home/david/Desktop/sage/local/lib/python/runpy.py", line 162, in
 _run_module_as_main
     "__main__", fname, loader, pkg_name)
   File "/home/david/Desktop/sage/local/lib/python/runpy.py", line 72, in
 _run_code
     exec code in run_globals
   File "/home/david/Desktop/sage/local/lib/python2.7/site-
 packages/sage_setup/docbuild/__main__.py", line 2, in <module>
     main()
   File "/home/david/Desktop/sage/local/lib/python2.7/site-
 packages/sage_setup/docbuild/__init__.py", line 1630, in main
     builder()
   File "/home/david/Desktop/sage/local/lib/python2.7/site-
 packages/sage_setup/docbuild/__init__.py", line 710, in _wrapper
     getattr(DocBuilder, build_type)(self, *args, **kwds)
   File "/home/david/Desktop/sage/local/lib/python2.7/site-
 packages/sage_setup/docbuild/__init__.py", line 103, in f
     runsphinx()
   File "/home/david/Desktop/sage/local/lib/python2.7/site-
 packages/sage_setup/docbuild/sphinxbuild.py", line 215, in runsphinx
     raise exception
 OSError: [polynomia] docstring of
 sage.rings.polynomial.skew_polynomial_element:16: WARNING: Literal block
 expected; none found.
 }}}

 This is the kind of error sphinx returns when there's no blank line after
 a bullet list.
 Usually, it's because you did not indented properly if you put several
 lines in a single bullet.
 It should be like this:
 {{{
 - my first line
   and my second line
 }}}

 so it's not 4 spaces, it has to be aligned with the first character of the
 above line.

 Anyway, for your issues, I'd say run `make doc-clean` and `make`.

 David

--
Ticket URL: <https://trac.sagemath.org/ticket/13215#comment:87>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to