Sebastian Wiesner
|
a2a8e8da52
|
Fixed markup escaping issue
|
2008-11-27 00:31:43 +01:00 |
|
Sebastian Wiesner
|
28f361e564
|
Automated merge with https://bitbucket.org/birkenfeld/sphinx
|
2008-11-23 13:30:03 +01:00 |
|
Georg Brandl
|
8fd56e7ece
|
Make display equations centered.
|
2008-11-23 12:43:35 +01:00 |
|
Georg Brandl
|
16d26edcd8
|
Changelog entry for #51.
|
2008-11-23 12:43:15 +01:00 |
|
Georg Brandl
|
43cc7122c2
|
Fix #51: escape config variables in HTML templates.
|
2008-11-23 12:39:21 +01:00 |
|
Georg Brandl
|
50d15d947d
|
Fix display of "--" in long option strings.
|
2008-11-23 12:26:56 +01:00 |
|
Georg Brandl
|
df7e93dcf1
|
Fix latex markup for line blocks in tables.
|
2008-11-23 12:22:43 +01:00 |
|
Georg Brandl
|
e8cfdda7a2
|
Fix three problems in HTML help index generation.
Patch from Hirokazu Yamamoto (see bugs.python.org/4252), fixes #44.
|
2008-11-22 15:28:09 +01:00 |
|
Georg Brandl
|
c8e08821fd
|
Use regular system message node for warning about latex failures.
|
2008-11-22 14:22:39 +01:00 |
|
Georg Brandl
|
446729bbcd
|
Fix a bug in jsdump.
|
2008-11-22 13:59:47 +01:00 |
|
Georg Brandl
|
4c5e72e306
|
Reorder builder sections.
|
2008-11-22 13:34:51 +01:00 |
|
Georg Brandl
|
8c5419662e
|
Add note about needed LaTeX packages.
|
2008-11-22 13:32:32 +01:00 |
|
Pauli Virtanen
|
6be9f22ecf
|
sphinx.ext.pngmath: make Latex errors non-fatal for HTML output
|
2008-11-20 21:38:21 +02:00 |
|
Sebastian Wiesner
|
096331e2f8
|
Fixed syntax error in setup.py
|
2008-11-20 20:12:41 +01:00 |
|
Sebastian Wiesner
|
331f625f91
|
Fixed encoding issue in pngmath hashing
|
2008-11-20 20:06:36 +01:00 |
|
Sebastian Wiesner
|
2f9ae1df81
|
Fixed encoding issue in pngmath hashing
|
2008-11-20 20:06:36 +01:00 |
|
Sebastian Wiesner
|
eeb494cf87
|
Switched templating to jinja2
|
2008-11-20 20:05:45 +01:00 |
|
Georg Brandl
|
d02008f99d
|
#47: fix English.
|
2008-11-19 21:36:16 +01:00 |
|
Georg Brandl
|
78072ec1e1
|
More shorthandoff languages.
|
2008-11-19 19:33:31 +01:00 |
|
Georg Brandl
|
355019b2cf
|
Raise a better error on too many section levels.
|
2008-11-19 19:12:07 +01:00 |
|
Georg Brandl
|
634003f847
|
Add Slovenian locale, by Rok Garbas.
|
2008-11-19 18:35:00 +01:00 |
|
Georg Brandl
|
4f8a18d841
|
Use an explicit language.
|
2008-11-19 18:31:11 +01:00 |
|
Georg Brandl
|
0f94263a9f
|
Add Brazilian Portuguese locale, by Roger Demetrescu.
|
2008-11-19 18:28:23 +01:00 |
|
Georg Brandl
|
3c739d9353
|
Add NetworkX.
|
2008-11-19 18:23:40 +01:00 |
|
Georg Brandl
|
390e6487ea
|
In pngmath, don't call latex again if an image with the given SHA sum already
exists.
|
2008-11-19 18:08:51 +01:00 |
|
Georg Brandl
|
7376a916ce
|
Update French locale, thanks to Sebastien Douche.
|
2008-11-16 19:11:05 +01:00 |
|
Georg Brandl
|
85f67c22e4
|
#41: Recognize C functions as autodocumentable.
|
2008-11-16 19:08:36 +01:00 |
|
Georg Brandl
|
49858b41f3
|
#38: fix behavior with unitless image dimensions.
|
2008-11-16 19:07:36 +01:00 |
|
Georg Brandl
|
22cefe2114
|
Add quote to front page.
|
2008-11-16 18:44:54 +01:00 |
|
Georg Brandl
|
b1579af47e
|
A few math experience improvements, inspired by Fredrik Johansson.
|
2008-11-16 18:44:46 +01:00 |
|
Georg Brandl
|
7d2f674ff2
|
Support table captions in LaTeX output.
|
2008-11-16 17:35:22 +01:00 |
|
Georg Brandl
|
69853e544e
|
Extensions: Add a link to the Wiki.
|
2008-11-16 13:32:04 +01:00 |
|
Georg Brandl
|
d7dfb64c0e
|
Allow build without conf.py using -C command line switch.
|
2008-11-16 13:29:10 +01:00 |
|
Georg Brandl
|
7e67cabc88
|
Add "alt" attribute to be valid HTML.
|
2008-11-16 13:11:18 +01:00 |
|
Georg Brandl
|
077324e02e
|
Compile updated catalogs.
|
2008-11-16 11:11:37 +01:00 |
|
Georg Brandl
|
fe52fd6b19
|
Update the catalogs.
|
2008-11-16 11:05:00 +01:00 |
|
Georg Brandl
|
a33f60cc12
|
Expand scope of workaround for empty desc environment to work with newest node
structure.
|
2008-11-16 11:01:02 +01:00 |
|
Georg Brandl
|
a085a033f9
|
Add two more projects and alphabetize the list sorting.
|
2008-11-16 10:46:02 +01:00 |
|
Georg Brandl
|
b13735f75e
|
#39: spurious <generator ...> was emitted in HTML output. This is due to a
Jinja bug; the workaround is to just not use empty {% block %} tags.
|
2008-11-16 10:31:31 +01:00 |
|
Georg Brandl
|
516cc73450
|
#37: link to exception in :raises X: doc field.
|
2008-11-16 09:16:34 +01:00 |
|
Georg Brandl
|
45cb5475c0
|
Add TAGS.
|
2008-11-16 09:16:17 +01:00 |
|
Georg Brandl
|
355d29c4e1
|
#42: fix tracker URL.
|
2008-11-16 09:05:07 +01:00 |
|
Georg Brandl
|
5b10659f87
|
Fix for Unicode strftime formats.
|
2008-11-13 09:35:01 +01:00 |
|
Georg Brandl
|
4342f03986
|
Add Traditional Chinese locale.
|
2008-11-13 09:18:55 +01:00 |
|
Georg Brandl
|
bf8d68f83b
|
Add Dutch locale.
|
2008-11-13 09:16:28 +01:00 |
|
Georg Brandl
|
f490645392
|
#31: apply title transformations for xref roles in TOCs too.
|
2008-11-09 20:48:32 +01:00 |
|
Georg Brandl
|
4c3f2f0d7e
|
Add classes to toctree items that indicate depth.
|
2008-11-09 20:43:36 +01:00 |
|
Georg Brandl
|
489a12c032
|
Give highlighted text a class "highlight-<lang>".
|
2008-11-09 20:21:42 +01:00 |
|
Georg Brandl
|
9ea5a8eb61
|
Remove accident.
|
2008-11-09 20:15:26 +01:00 |
|
Georg Brandl
|
295263b9b6
|
Add/improve styling for topics and sidebars.
|
2008-11-09 20:09:43 +01:00 |
|