Commit Graph

4652 Commits

Author SHA1 Message Date
Robert Lehmann
529519275e Fixed W3C Validator errors in index page. 2014-02-05 15:06:59 +01:00
Paul Molodowitch
d4a0a14aa5 Closes #1374: Autosummary generates overly-long summaries if first line doesn't end with a period 2014-02-03 19:35:04 -08:00
Paul Molodowitch
05f1049b3e Closes #1374: Autosummary generates overly-long summaries if first line doesn't end with a period 2014-02-03 19:35:04 -08:00
Georg Brandl
fc94bee009 merge with stable 2014-02-02 08:05:59 +01:00
Georg Brandl
2a2b59598c link to extdev doc from develop 2014-02-02 08:03:48 +01:00
Georg Brandl
43d056dbe4 link to extdev doc from develop 2014-02-02 08:03:48 +01:00
hayashi
e8503888bc Add feature to suppress uuid/location information for message catalogs
Before: default

  #: ../../../source/news.txt:6
  # 9f62de6b9c3b477095dba5e468972e6d
  msgid "News"
  msgstr

After: suppress uuid & location information

  msgid "News"
  msgstr
2014-02-01 02:34:09 +09:00
Dmitry Shachnev
31a1dd2de5 Update Ubuntu packaging guide URL 2014-01-30 11:40:16 +04:00
Georg Brandl
eb79fcafea merge with stable 2014-01-26 11:51:09 +01:00
Georg Brandl
dbe3116856 Follow-up to #1355: replace <big> tag by <span class="sig-paren">. 2014-01-26 11:49:51 +01:00
Georg Brandl
cf60ef0e75 Update list of extensions in sphinx-contrib. 2014-01-26 11:40:22 +01:00
Georg Brandl
25ac2dda9c add link 2014-01-24 20:22:58 +01:00
Alexander Lenz
4dd624a951 Merged in fslenz/examples-nicos-added-sphinx-itself-remov-1390580978166 (pull request #1)
EXAMPLES: NICOS added, Sphinx itself removed.
2014-01-24 17:30:53 +01:00
Alexander Lenz
52b8570703 EXAMPLES: NICOS added, Sphinx itself removed. 2014-01-24 16:29:53 +00:00
Georg Brandl
4ab5d6eb52 Closes #1358: Fix handling of image paths outside of the source directory when using the "wildcard" style reference. 2014-01-23 10:24:58 +01:00
shibukawa yoshiki
a130bb9f6f make stop word string unicode 2014-01-22 22:07:37 -08:00
Georg Brandl
4ea9e55934 fix print statement 2014-01-23 06:58:28 +01:00
Georg Brandl
b1a9f7548b consistency nits 2014-01-22 18:15:42 +01:00
Georg Brandl
1eb23c62ce merge with stable 2014-01-22 18:13:49 +01:00
Georg Brandl
216c664187 remove mention of development egg. 2014-01-22 18:04:44 +01:00
Georg Brandl
2acaf03270 Closes #1357: Option names documented by :rst:dir:option are now again allowed to
not start with a dash or slash, and referencing them will work correctly.
2014-01-22 17:42:38 +01:00
Georg Brandl
38f47bc0ef Closes #1356: link to page with valid Pygments lexer alias 2014-01-22 17:28:04 +01:00
Georg Brandl
652b766af9 Closes #1355: compatibility fix for Django docs. 2014-01-22 17:24:06 +01:00
Dmitry Shachnev
cf25b060e7 Resolve some conflicts 2014-01-22 18:42:53 +04:00
Dmitry Shachnev
e7293f1dee Fix formatting 2014-01-22 18:38:26 +04:00
Dmitry Shachnev
953b33d3f7 Merge 2014-01-22 18:34:51 +04:00
shibukawa yoshiki
6bda4586bd Add development memo about stemming JS code, acceleration tips about stemming, small bug fix 2014-01-22 02:12:04 -08:00
shibukawa yoshiki
18722362db update document 2014-01-22 00:34:14 -08:00
shibukawa yoshiki
ca63dba2ad merge default 2014-01-22 00:10:09 -08:00
shibukawa yoshiki
b737c56419 import stopwords from snowball project except en, ja, ro, tr 2014-01-21 23:44:18 -08:00
Georg Brandl
a683b7147a extdev changelog entry 2014-01-21 19:09:38 +01:00
Georg Brandl
1219dce8c6 changelog for PR#213. 2014-01-21 18:41:19 +01:00
Dmitry Shachnev
b182ce5ee3 setup_command.py: Add missing DistutilsOptionError import 2014-01-21 20:55:06 +04:00
Georg Brandl
f1a26f3534 dont suggest reporting issues to user list anymore 2014-01-21 10:39:07 +01:00
Georg Brandl
15989db2a7 markup fix 2014-01-21 10:33:40 +01:00
Georg Brandl
fb5a1a09a0 some directive creation docs 2014-01-21 10:32:30 +01:00
Georg Brandl
6b33e3fea4 remove duplicate wording 2014-01-21 10:05:23 +01:00
Georg Brandl
cc8d29dcab actually use exception markup 2014-01-21 10:04:11 +01:00
Georg Brandl
da09100869 doc: add exceptions from sphinx.errors 2014-01-21 09:54:31 +01:00
shibukawa yoshiki
6892b5f191 Add html_search_* options templates to conf.py
Fix encode error when building
Add printing search language label when building
2014-01-20 20:41:47 -08:00
Georg Brandl
317930a7fb merge with stable 2014-01-20 21:21:33 +01:00
Georg Brandl
83f955137b changelog entry for PR#212. 2014-01-20 21:20:19 +01:00
Ben Darnell
3ed243de54 Fix an exception introduced by b69b59480cba for __init__ with no docstring. 2014-01-20 11:54:51 -05:00
Ben Darnell
b0ca105c36 Fix an exception introduced by b69b59480cba for __init__ with no docstring. 2014-01-20 11:54:51 -05:00
Georg Brandl
3ea7613657 changelog entry for PR#211 2014-01-20 21:18:13 +01:00
Georg Brandl
fe5ac65311 Merged in ViktorHaag/sphinx/stable (pull request #211)
Fix for issue #1352
2014-01-20 21:16:33 +01:00
Viktor Haag
3c0c9cd198 updates per Georg Brandl:
- Change alteration to docs to express path relative to "configuration directory" and not "conf.py"
- Update block in HTML builder copying favicon to _static to mirror handling of html_logo
2014-01-20 13:27:52 -05:00
Georg Brandl
883324fd6c Doc: move API docs in their own chapter and add more of it. 2014-01-20 17:21:44 +01:00
Viktor Haag
549b176c85 merge to tip 2014-01-20 10:37:51 -05:00
Viktor Haag
3706ed02ac address issue #1352 -- make sure to check for the actual file stored in config.html_logo. 2014-01-20 10:37:37 -05:00