#7943: move docbuild commands to their own targets in SAGE_ROOT/makefile
-------------------------------+--------------------------------------------
Reporter: mvngu | Owner: mvngu
Type: defect | Status: positive_review
Priority: major | Milestone: sage-4.3.3
Component: documentation | Keywords:
Author: Mitesh Patel | Upstream: N/A
Reviewer: Minh Van Nguyen | Merged:
Work_issues: |
-------------------------------+--------------------------------------------
Changes (by mpatel):
* cc: jhpalmieri (added)
Comment:
Since the test targets in `SAGE_ROOT/makefile` do not depend on the doc
targets, we may get reports about failed doctests in `sage.misc.sagedoc`:
{{{
#!python
sage: len(search_doc('tree', interact=False).splitlines()) > 2000
sage: len(search_doc('tree', whole_word=True,
interact=False).splitlines()) < 100
sage: 'abvar/homology' in _search_src_or_doc('doc', 'homology', 'variety',
interact=False)
}}}
What if we make the first two `optional` and insert `or 'Warning, the
following Sage documentation'` in the third?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7943#comment:7>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.