bmihelac
ca2ee494ea
Add initial croatian translations.
2010-05-19 20:34:39 +02:00
Georg Brandl
846c31b21d
Revert incomplete change in last revision.
2010-05-13 15:07:47 +02:00
Georg Brandl
b9a5a6791d
Add credit for Barry.
2010-05-01 10:54:58 +02:00
Barry Warsaw
9cc95adf06
Add -i option to symlink index.html to the master doc.
2010-04-29 21:08:58 -04:00
Barry Warsaw
67cd78e55c
Slightly different way to default to curdir.
2010-04-29 18:53:15 -04:00
Barry Warsaw
3c6e00dfb7
As a last resort, search . for config.py. This way, you're almost assured to
...
find one, providing a fallback default instead of complaining and exiting.
2010-04-29 18:26:08 -04:00
Barry Warsaw
950cf10564
Add -c option to 'python setup.py build_sphinx' to specify the config
...
directory different than the source directory.
2010-04-29 18:01:58 -04:00
tpowers
0301dccdda
Rename "underline" class to accelerator to preserve separation of semantics & presentation.
2010-04-27 20:09:11 -07:00
tpowers
52ba45f458
Make test for "outside" references case insensitive.
2010-04-27 13:47:55 -07:00
tpowers
93141d3eca
:menuselection: and :guilabel: look better with sans-serif font.
2010-04-27 00:36:24 -07:00
tpowers
034de58736
Indicate "accelerator" key of menu & gui items via ampersand.
...
Accelerator(s) will be underlined within :menuselection: and :guilabel:.
2010-04-26 23:02:18 -07:00
tpowers
a4fee15556
Added "link outside" and "link inside" classes to reference nodes.
...
Distinguishes hyperlinks that are outside of current sphinx hierarchy.
2010-04-26 20:33:06 -07:00
tpowers
482720cf65
Implemented "simple" docroles for things that only format the text in a different style.
2010-04-26 18:50:17 -07:00
Armin Ronacher
ba00521009
Dollar in id has to be replaced for javascript.
2010-04-27 01:48:01 +02:00
Georg Brandl
59cf3db674
Fix test failure.
2010-04-26 22:26:44 +02:00
Armin Ronacher
2fc3f48c2e
Improved JavaScript domain. Supports attributes now and has more reliable
...
prefix/name separation for nested modules.
2010-04-26 21:50:09 +02:00
Georg Brandl
f5d52fa4f4
#377 : Fix crash in linkcheck builder if all parent nodes have no line number set.
2010-04-18 09:55:38 +02:00
Georg Brandl
28b337dd0c
merge
2010-04-18 09:41:44 +02:00
Georg Brandl
722f9ac329
merge with trunk
2010-04-17 13:00:19 +02:00
Georg Brandl
020410f20b
merge with 0.6
2010-04-17 12:57:38 +02:00
Georg Brandl
2c8e51a17b
merge
2010-04-17 12:57:15 +02:00
Georg Brandl
b8d55b2c73
#379 : define hyperref citecolor to match color scheme.
2010-04-17 12:54:48 +02:00
Georg Brandl
64baa69162
sphinx-domains #1 : better handling of skips for list environment.
2010-04-17 12:53:04 +02:00
Georg Brandl
9e01551178
#380 : use correct command to determine line width when two-column layout is in effect.
2010-04-17 12:50:26 +02:00
Georg Brandl
83b57d738d
#387 : Fix the display of search results in `dirhtml
` output.
2010-04-17 12:43:36 +02:00
Georg Brandl
138fc5f7bd
Use appropriate interpolation char.
2010-04-17 12:35:21 +02:00
Georg Brandl
f4f3066581
Use the new rst domain in the sphinx docs.
2010-04-17 10:39:51 +02:00
Georg Brandl
541e30b36e
Cleanup trailing whitespace and fix a few nits with the rst domain.
2010-04-17 10:29:14 +02:00
Leontius Adhika Pradhana
7a3ac740da
Refactored ReSTDirective.handle_signature() and added the first tests for rst domain.
2010-04-16 17:51:19 +08:00
Leontius Adhika Pradhana
24cc2fd09c
Removed unneeded ReSTXRefRole and a bit of documentation.
2010-04-16 04:30:12 +08:00
Leontius Adhika Pradhana
2c89f1372a
Implemented get_objects() in rst domain so that search functions properly.
2010-04-16 04:15:04 +08:00
Leontius Adhika Pradhana
a097525e15
Added documentation... and removed another stray debug line.
2010-04-16 03:55:18 +08:00
Leontius Adhika Pradhana
280699a75f
Merge with sphinx-domains.
2010-04-16 03:27:40 +08:00
Leontius Adhika Pradhana
40d7c5c081
rst domain now properly implements clear_doc() and warns on duplicate object descriptions.
2010-04-16 03:23:45 +08:00
Leontius Adhika Pradhana
59739908e3
Removed unneeded imports and stray debug lines.
2010-04-16 03:12:34 +08:00
Leontius Adhika Pradhana
51ac251a95
Copied parse_role and parse_directive from doc/conf.py, which provides parsing of directives and roles used in Sphinx documentation.
2010-04-16 03:10:40 +08:00
Leontius Adhika Pradhana
84a65f257b
Added referencing and indexing for rst domain.
2010-04-16 03:03:51 +08:00
Leontius Adhika Pradhana
94cec11884
Added reStructuredText domain with rst:directive and rst:role directive.
2010-04-14 23:12:40 +08:00
Sebastian Wiesner
498193dc21
Fixed inventory updates in interlinks extension, now really includes all
...
interlinks. If .update() is used on intersphinx_inventory directly, the
"last" cache entry overwrites all previous inventory entries. Instead,
update dictinaries for different types separately.
2010-04-12 20:14:24 +02:00
Sebastian Wiesner
90b2b59fca
Fixed whitespace normalization for generic targets
2010-04-11 22:10:02 +02:00
Sebastian Wiesner
cee5b63fb0
Fixed KeyError in StandardDomain.get_objects
...
Remove domain prefix from type when inserting generic targets into the
inventory, as everything else (especially StandardDomain.get_objects)
expects it this way.
2010-04-11 22:09:48 +02:00
Sebastian Wiesner
5084e2240e
Fixed: default-domain directive has to return a list of nodes
2010-04-11 20:26:59 +02:00
Georg Brandl
0544108c57
Remove RuntimeError raised for unknown reference types, may be valid for extensions.
2010-04-10 19:06:47 +02:00
Sebastian Wiesner
50a766b146
Fixed #382 : CSS files are already prefixed with _static/
2010-04-10 13:56:34 +02:00
Georg Brandl
6c723e04f5
Add attribution and changelog entry.
2010-04-08 21:34:10 +02:00
Georg Brandl
b2a7db4a81
Review of JS domain. Adapt coding style a bit.
2010-04-08 21:33:03 +02:00
Georg Brandl
63289cba33
Rename rst_prologue to rst_prolog and document it.
2010-04-07 13:03:34 +02:00
Georg Brandl
d7f1aeba8c
Review changes from http://bitbucket.org/tpowers/sphinx/ and add docs.
2010-04-07 13:02:03 +02:00
Georg Brandl
22f4b236ab
merge with http://bitbucket.org/tpowers/sphinx/
2010-04-07 11:48:27 +02:00
Georg Brandl
992526def0
#376 : In autodoc, fix display of parameter defaults containing backslashes.
2010-04-07 11:45:36 +02:00