Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for Sphinx upgrade #20488

Closed
jdemeyer opened this issue Apr 22, 2016 · 10 comments
Closed

Prepare for Sphinx upgrade #20488

jdemeyer opened this issue Apr 22, 2016 · 10 comments

Comments

@jdemeyer
Copy link

This branch collects a few commits which were originally on #18497 but which are general fixes which make sense even with the current Sphinx.

CC: @hivert

Component: documentation

Author: André Apitzsch, Jeroen Demeyer

Branch/Commit: 3c4e4b0

Reviewer: Frédéric Chapoton

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

@jdemeyer jdemeyer added this to the sage-7.2 milestone Apr 22, 2016
@jdemeyer
Copy link
Author

Branch: u/jdemeyer/ticket/20488

@jdemeyer
Copy link
Author

Commit: 0a2da2a

@jdemeyer
Copy link
Author

New commits:

9d5e4fdfix warning "more than one target found for cross-reference u'groebner_basis'"
72241c3Don't use code-block:: python if it's not Python
fbf5406Trivial autodoc changes
0a2da2aFix citation warnings in the first docbuild pass

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Apr 23, 2016

Changed commit from 0a2da2a to 3c4e4b0

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Apr 23, 2016

Branch pushed to git repo; I updated commit sha1. New commits:

3c4e4b0Do not doctest SandpileConfig.fire_vertex?

@fchapoton
Copy link
Contributor

comment:6

Looks good but why do you add that

+from six import PY2, iterkeys, iteritems, itervalues, text_type, class_types, \
+    string_types, StringIO

?

@jdemeyer
Copy link
Author

comment:7

Replying to @fchapoton:

Looks good but why do you add that

+from six import PY2, iterkeys, iteritems, itervalues, text_type, class_types, \
+    string_types, StringIO

?

That's a line from upstream's autodoc.py.

@fchapoton
Copy link
Contributor

Reviewer: Frédéric Chapoton

@fchapoton
Copy link
Contributor

comment:8

ok, then

@vbraun
Copy link
Member

vbraun commented Apr 26, 2016

Changed branch from u/jdemeyer/ticket/20488 to 3c4e4b0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants