-
-
Notifications
You must be signed in to change notification settings - Fork 552
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
pycodestyle formatting in sage_docbuild #33301
Comments
New commits:
|
Branch: u/chapoton/33301 |
Commit: |
comment:2
in def get_builder(name):
"""
- Returns an appropriate *Builder object for the document ``name``.
+ Return an appropriate *Builder object for the document ``name``.
DocBuilder and its subclasses do all the real work in building the
documentation. def get_all_documents(self):
"""
- Returns a list of all of the documents. A document is a directory within one of
+ Return a list of all of the documents. A document is a directory within one of
the language subdirectories of SAGE_DOC_SRC specified by the global LANGUAGES
variable. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:4
Voilà qui est fait. |
comment:5
Replying to @dcoudert:
Not all of them, only for namespace packages - https://doc.sagemath.org/html/en/developer/packaging_sage_library.html#ordinary-packages-vs-implicit-namespace-packages |
comment:6
Unless I'm mistaken, the error reported by the patchbot has nothing to do with the changes done in this ticket. LGTM. |
Reviewer: David Coudert |
Changed branch from u/chapoton/33301 to |
mainly cosmetic details
also convert some "Returns" to "Return"
Component: doctest framework
Author: Frédéric Chapoton
Branch/Commit:
1040829
Reviewer: David Coudert
Issue created by migration from https://trac.sagemath.org/ticket/33301
The text was updated successfully, but these errors were encountered: