Opened 9 years ago
Last modified 9 years ago
#14199 closed defect
Docbuilder and auto-generated files — at Version 3
Reported by: | jdemeyer | Owned by: | mvngu |
---|---|---|---|
Priority: | blocker | Milestone: | sage-5.8 |
Component: | documentation | Keywords: | |
Cc: | jhpalmieri | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
On some OS X 10.6 system, I noticed that suddenly the following changes appeared in my working repository:
-
doc/en/reference/misc/sagetex.rst
diff --git a/doc/en/reference/misc/sagetex.rst b/doc/en/reference/misc/sagetex.rst
a b 1 Installing and using SageTeX 2 ============================ 1 .. nodoctest 3 2 4 SageTeX is a system for embedding computations and plots from Sage into 5 LaTeX documents. It is included by default with Sage, so if you have 6 installed Sage, you already have SageTeX. However, to get it to work, 7 you need to make TeX aware of SageTeX. Instructions for that are in the 8 "Make SageTeX known to TeX" section of the `Sage installation guide 9 <http://sagemath.org/doc/installation/index.html>`_ (`this link 10 <../../installation/index.html>`_ should take you to a local copy of the 11 installation guide). 3 .. _sagetex: 4 5 MISSING TITLE 6 ============= 7 8 .. This file has been autogenerated. 9 10 11 .. automodule:: sagetex 12 :members: 13 :undoc-members: 14 :show-inheritance: 15 16
If this an autogenerated file, it should not be tracked by Mercurial. And also, what happened to this file, why did all content get removed?
This happened with sage-5.8.beta2, it is always reproducible (at least on this particular build), even when no source files have changed. The output of a make doc-html
run can be found in doc.log.
Change History (3)
comment:1 Changed 9 years ago by
- Description modified (diff)
comment:2 Changed 9 years ago by
- Description modified (diff)
comment:3 Changed 9 years ago by
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.