Skip to content

Conversation

glemaitre
Copy link
Member

@lesteve I upgraded to sphinx 1.6.2, I replaced the gif by some equivalent png and solve the latex error due to too deep nested stuff.

hope it will turn green

@glemaitre
Copy link
Member Author

@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
Copy link
Member

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?

Copy link
Member Author

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.


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,
Copy link
Member

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
Copy link
Member

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.

Copy link
Member Author

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"
Copy link
Member

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

@glemaitre glemaitre changed the title [MRG] MAINT Upgrade to sphinx 1.6.2 [WIP] MAINT Upgrade to sphinx 1.6.2 Jun 27, 2017
@glemaitre glemaitre changed the title [WIP] MAINT Upgrade to sphinx 1.6.2 [MRG] MAINT Upgrade to sphinx 1.6.2 Jun 27, 2017
@glemaitre
Copy link
Member Author

@jnothman @lesteve I addressed the comments and checked that we have a non-zero exit code in case of failure with the option --nonstopmode

@lesteve lesteve changed the title [MRG] MAINT Upgrade to sphinx 1.6.2 [MRG+1] MAINT Upgrade to sphinx 1.6.2 Jun 27, 2017
@lesteve
Copy link
Member

lesteve commented Jun 27, 2017

LGTM.

@amueller
Copy link
Member

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
Copy link
Member

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?

@amueller
Copy link
Member

lgtm though I might sleep better if it's pinned.

@lesteve
Copy link
Member

lesteve commented Jun 29, 2017

Thanks a lot for debugging this! Merging.

@lesteve lesteve merged commit 076f46a into scikit-learn:master Jun 29, 2017
midinas pushed a commit to midinas/scikit-learn that referenced this pull request Jun 29, 2017
midinas pushed a commit to midinas/scikit-learn that referenced this pull request Jun 29, 2017
dmohns pushed a commit to dmohns/scikit-learn that referenced this pull request Aug 7, 2017
dmohns pushed a commit to dmohns/scikit-learn that referenced this pull request Aug 7, 2017
NelleV pushed a commit to NelleV/scikit-learn that referenced this pull request Aug 11, 2017
paulha pushed a commit to paulha/scikit-learn that referenced this pull request Aug 19, 2017
AishwaryaRK pushed a commit to AishwaryaRK/scikit-learn that referenced this pull request Aug 29, 2017
maskani-moh pushed a commit to maskani-moh/scikit-learn that referenced this pull request Nov 15, 2017
jwjohnson314 pushed a commit to jwjohnson314/scikit-learn that referenced this pull request Dec 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants