Georg Brandl
|
e35182bc20
|
Adapt viewcode styles to theme.
|
2010-01-14 21:35:08 +01:00 |
|
Georg Brandl
|
e7ddf20ed5
|
Use <h1>, otherwise themes will break.
|
2010-01-14 21:33:54 +01:00 |
|
Georg Brandl
|
27f85a8dab
|
Fix style inconsistency.
|
2010-01-14 21:33:30 +01:00 |
|
Georg Brandl
|
e2b5248177
|
Fix typo.
|
2010-01-14 20:42:10 +01:00 |
|
Georg Brandl
|
82e53778a6
|
Fix duplication of source links.
|
2010-01-14 19:53:00 +01:00 |
|
Georg Brandl
|
ba13060ebe
|
Fix docs of emit_firstresult().
|
2010-01-14 11:18:28 +01:00 |
|
Georg Brandl
|
6ae7e196c3
|
Fix test suite errors.
|
2010-01-13 23:44:31 +00:00 |
|
Georg Brandl
|
ba8ffcc8d0
|
Cleanup make check.
|
2010-01-13 23:38:44 +00:00 |
|
Georg Brandl
|
07f295df7c
|
merge
|
2010-01-13 23:35:13 +00:00 |
|
Georg Brandl
|
a52885d078
|
Fix the test suite.
|
2010-01-13 23:35:05 +00:00 |
|
Georg Brandl
|
edb89b1940
|
Add the "viewcode" extension.
|
2010-01-13 23:53:01 +01:00 |
|
Georg Brandl
|
177e0d19ee
|
Move getting module source to util.
|
2010-01-13 23:43:43 +01:00 |
|
Georg Brandl
|
cc35b402d9
|
Note the full name on the signature node.
|
2010-01-13 23:43:09 +01:00 |
|
Georg Brandl
|
cbbae81e8f
|
Add html-collect-pages event.
|
2010-01-13 23:42:58 +01:00 |
|
Georg Brandl
|
65b426b22b
|
Rename parse_signature() to handle_signature(); allows more to happen. Record module and class name in Python object descriptions.
|
2010-01-13 20:58:44 +01:00 |
|
Georg Brandl
|
54a31c5a6f
|
Change naming convention in doc_read_data to "domain:key".
|
2010-01-13 20:45:34 +01:00 |
|
Georg Brandl
|
883b40b7e9
|
Fix long line.
|
2010-01-08 20:40:28 +01:00 |
|
Georg Brandl
|
2a2a66a923
|
merge with trunk
|
2010-01-08 18:55:35 +01:00 |
|
Georg Brandl
|
c37ddd0a6f
|
Add some XXXes... sigh.
|
2010-01-08 18:54:41 +01:00 |
|
Georg Brandl
|
1efbe7c623
|
Add nature examples.
|
2010-01-08 18:53:53 +01:00 |
|
Georg Brandl
|
820aefb0f7
|
Add another personal page.
|
2010-01-08 18:52:36 +01:00 |
|
Georg Brandl
|
5302829443
|
Don't name a variable like the macro it's in, Jinja 2.1 doesn't like it.
|
2010-01-08 18:47:15 +01:00 |
|
Georg Brandl
|
ae4099e79c
|
Record jinja2 version.
|
2010-01-08 18:43:59 +01:00 |
|
Georg Brandl
|
c80f52dfbf
|
Added `tab-width option to literalinclude ` directive.
|
2010-01-08 18:36:58 +01:00 |
|
Georg Brandl
|
2ca792f809
|
Regroup examples list by theme used.
|
2010-01-08 18:09:16 +01:00 |
|
Georg Brandl
|
c227fc2720
|
merge with trunk (and remove debugging leftover from test layout.html template)
|
2010-01-07 21:51:23 +01:00 |
|
Georg Brandl
|
03b9d79b34
|
Fix compatibility with blocks in the old sidebar scheme: blocks cannot be used in included templates. Deprecate the blocks accordingly.
|
2010-01-07 21:49:31 +01:00 |
|
Georg Brandl
|
b1c937f0d9
|
merge with trunk (not working perfectly yet)
|
2010-01-07 21:41:03 +01:00 |
|
Georg Brandl
|
5e17487b74
|
merge with trunk
|
2010-01-07 19:19:58 +01:00 |
|
Georg Brandl
|
cbd75346fd
|
merge with trunk
|
2010-01-07 19:17:45 +01:00 |
|
Georg Brandl
|
a43738e47a
|
merge with trunk
|
2010-01-07 19:07:50 +01:00 |
|
Georg Brandl
|
75be813edc
|
Unify logo and favicon handling.
|
2010-01-07 18:07:22 +01:00 |
|
Georg Brandl
|
2f09d24472
|
The `html_sidebars ` config value can now contain patterns as keys, and the values can be lists that explicitly select which sidebar templates should be rendered.
That means that the builtin sidebar contents can be included only selectively.
|
2010-01-07 17:56:09 +01:00 |
|
Georg Brandl
|
5cb64a7228
|
Apply static path exclusion patterns again.
Refactor exclusion stuff a bit, so that matchers only have to be compiled once.
|
2010-01-07 16:39:59 +01:00 |
|
Georg Brandl
|
c9345b33b2
|
`html_static_path ` can now contain single file entries.
Exclusion of static path files is not yet implemented.
HG: Bitte gib eine Versions-Meldung ein. Zeilen beginnend mit 'HG:' werden entfernt.
HG: Leere Versionsmeldung wird das Übernehmen abbrechen.
HG: --
HG: Benutzer: Georg Brandl <georg@python.org>
HG: branch 'default'
HG: added tests/root/_static/excluded.css
HG: added tests/root/_static/subdir/foo.css
HG: added tests/root/templated.css_t
HG: Geändert CHANGES
HG: Geändert doc/config.rst
HG: Geändert sphinx/builders/html.py
HG: Geändert sphinx/util/__init__.py
HG: Geändert tests/root/_static/README
HG: Geändert tests/root/conf.py
HG: Geändert tests/test_build_html.py
|
2010-01-07 16:20:52 +01:00 |
|
Georg Brandl
|
6db07840d1
|
Remove unused name.
|
2010-01-07 15:14:26 +01:00 |
|
Georg Brandl
|
db5845fccf
|
Sharpen the thumbnails a bit.
|
2010-01-07 15:10:11 +01:00 |
|
Georg Brandl
|
009954e6a8
|
Fix long lines.
|
2010-01-07 14:35:30 +01:00 |
|
Georg Brandl
|
4b8b3fa631
|
Fix-up text.
|
2010-01-07 14:27:37 +01:00 |
|
Georg Brandl
|
368ecbb0fd
|
Added new HTML theme `haiku `, inspired by the Haiku OS user guide.
|
2010-01-07 14:16:53 +01:00 |
|
Georg Brandl
|
c3782af6d0
|
Fix-up genindex templates.
|
2010-01-07 14:06:14 +01:00 |
|
Georg Brandl
|
f8ca88ebbd
|
Fix bogus module prefix for template variables.
|
2010-01-07 13:59:06 +01:00 |
|
Georg Brandl
|
b6c31021d9
|
Remove jinja mention.
|
2010-01-07 12:28:02 +01:00 |
|
Georg Brandl
|
f81f8d93d1
|
Add copyright headers to HTML templates, stylesheets and JavaScript files.
|
2010-01-07 11:57:42 +01:00 |
|
Georg Brandl
|
a334204745
|
Add theme authors.
|
2010-01-07 11:49:48 +01:00 |
|
Georg Brandl
|
ee53111847
|
Remove all template content from the scrolls theme that was almost the same as the basic.
Apply a few real modifications to the basic templates.
|
2010-01-07 11:43:51 +01:00 |
|
Georg Brandl
|
2acec48b86
|
merge with 0.6
|
2010-01-06 15:51:30 +01:00 |
|
Georg Brandl
|
6f1a3b5c3f
|
Fix config value names.
|
2010-01-06 15:51:02 +01:00 |
|
Georg Brandl
|
ab7ac64e1a
|
Add new universal config value `exclude_patterns `, with glob-style exclude patterns.
This makes the old ``unused_docs``, ``exclude_trees`` and ``exclude_dirnames`` obsolete.
|
2010-01-06 15:48:39 +01:00 |
|
Georg Brandl
|
c3c3f739af
|
Remove the deprecated `exclude_dirs ` config value.
|
2010-01-06 15:54:34 +01:00 |
|