mirror of https://github.com/python/cpython.git
Add in the datetime docs now that they pass LaTeX. Still ugly, but that can
be fixed.
This commit is contained in:
parent
bbdb250862
commit
446f32367b
|
@ -137,6 +137,8 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
|
||||||
lib/libarray.tex \
|
lib/libarray.tex \
|
||||||
lib/liballos.tex \
|
lib/liballos.tex \
|
||||||
lib/libos.tex \
|
lib/libos.tex \
|
||||||
|
lib/libdatetime.tex \
|
||||||
|
lib/tzinfo-examples.py \
|
||||||
lib/libtime.tex \
|
lib/libtime.tex \
|
||||||
lib/libgetopt.tex \
|
lib/libgetopt.tex \
|
||||||
lib/libtempfile.tex \
|
lib/libtempfile.tex \
|
||||||
|
|
|
@ -140,6 +140,7 @@ and how to embed it in other applications.
|
||||||
\input{libstatvfs}
|
\input{libstatvfs}
|
||||||
\input{libfilecmp}
|
\input{libfilecmp}
|
||||||
\input{libpopen2}
|
\input{libpopen2}
|
||||||
|
\input{libdatetime}
|
||||||
\input{libtime}
|
\input{libtime}
|
||||||
\input{libsched}
|
\input{libsched}
|
||||||
\input{libmutex}
|
\input{libmutex}
|
||||||
|
|
Loading…
Reference in New Issue