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

Docbuild warnings caused by #9219 #9561

Closed
qed777 mannequin opened this issue Jul 21, 2010 · 6 comments
Closed

Docbuild warnings caused by #9219 #9561

qed777 mannequin opened this issue Jul 21, 2010 · 6 comments

Comments

@qed777
Copy link
Mannequin

qed777 mannequin commented Jul 21, 2010

The forthcoming 4.5.2.alpha0 includes #9219, which appears to cause the following docbuild warnings:

docstring of sage.stats.hmm.chmm.GaussianHiddenMarkovModel:14: (WARNING/2) Literal block expected; none found.
docstring of sage.stats.hmm.chmm.GaussianHiddenMarkovModel.viterbi:20: (WARNING/2) Literal block expected; none found.
docstring of sage.stats.hmm.distributions.Distribution.prob:13: (WARNING/2) Literal block expected; none found.
docstring of sage.stats.hmm.distributions.Distribution.sample:14: (WARNING/2) Literal block expected; none found.

CC: @kcrisman @sagetrac-mvngu

Component: documentation

Author: Karl-Dieter Crisman

Reviewer: John Palmieri

Merged: sage-4.5.2.alpha1

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

@qed777 qed777 mannequin added this to the sage-4.5.2 milestone Jul 21, 2010
@qed777 qed777 mannequin added c: documentation labels Jul 21, 2010
@qed777 qed777 mannequin assigned sagetrac-mvngu Jul 21, 2010
@kcrisman
Copy link
Member

comment:1

This was caused by someone getting too excited about

EXAMPLES::

which does indeed often introduce actual examples, but now is more likely to have more text before the code itself. Should be very easy review.

@kcrisman
Copy link
Member

Attachment: trac_9561-stats-rst-warnings.patch.gz

Based on 4.5.1 plus relevant patches

@kcrisman
Copy link
Member

Author: Karl-Dieter Crisman

@kcrisman
Copy link
Member

comment:2

Either do 4.5.1 and patches from #9218 and #9219, or base on 4.5.2.alpha0. This should remove the warnings.

@jhpalmieri
Copy link
Member

Reviewer: John Palmieri

@dandrake
Copy link
Contributor

Merged: sage-4.5.2.alpha1

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