-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
[MRG+1] MAINT Upgrade to sphinx 1.6.2 #9227
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
Conversation
@lesteve stupid me, we don't run latex on PR, but locally it built for me. |
@@ -566,20 +565,14 @@ def reduced_likelihood_function(self, theta=None): | |||
A dictionary containing the requested Gaussian Process model | |||
parameters: | |||
|
|||
sigma2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from being over indented what's the problem here? Isn't this otherwise a valid rst definition list?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll check a bit more but the bottom line is that it leads to a "too deeply nested" error.
sklearn/preprocessing/label.py
Outdated
|
||
If None, the threshold is assumed to be half way between | ||
neg_label and pos_label. | ||
Threshold used in the binary and multi-label cases. Use 0 when, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No comma after when please
@@ -539,8 +539,7 @@ def predict(self, X, eval_MSE=False, batch_size=None): | |||
return y | |||
|
|||
def reduced_likelihood_function(self, theta=None): | |||
""" | |||
This function determines the BLUP parameters and evaluates the reduced | |||
"""This function determines the BLUP parameters and evaluates the reduced |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should really be a single line summary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry emacs auto-saving
doc/about.rst
Outdated
@@ -169,13 +167,13 @@ for code sprints, as well as towards the organization budget of the project [#f1 | |||
<input type="hidden" name="cmd" value="_s-xclick"> | |||
<input type="hidden" name="hosted_button_id" value="74EYUMF3FTSW8"> | |||
<input type="image" | |||
src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" | |||
src="http://www.pngall.com/wp-content/uploads/2016/05/PayPal-Donate-Button-High-Quality-PNG.png" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not necessary to chance for latex. It won't render this html
LGTM. |
you can force latex builds with the right commit message iirc. |
@@ -105,7 +107,7 @@ conda update --yes --quiet conda | |||
# Configure the conda environment and put it in the path using the | |||
# provided versions | |||
conda create -n $CONDA_ENV_NAME --yes --quiet python numpy scipy \ | |||
cython nose coverage matplotlib sphinx=1.5 pillow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we not want to pin it to 1.6.2?
lgtm though I might sleep better if it's pinned. |
Thanks a lot for debugging this! Merging. |
@lesteve I upgraded to sphinx 1.6.2, I replaced the
gif
by some equivalentpng
and solve the latex error due totoo deep nested
stuff.hope it will turn green