diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2008-12-10 06:48:34 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2008-12-10 06:48:34 +0000 |
| commit | 9a1deb0d4437d53a287a3cf65bb8c1f9a746f736 (patch) | |
| tree | 893eb5cb4099d4e8d14daa318893282487d13841 /docutils/docs/howto | |
| parent | 6229a3e6d86059cc66643c4841aa4ff353ec73a3 (diff) | |
| download | docutils-9a1deb0d4437d53a287a3cf65bb8c1f9a746f736.tar.gz | |
html-stylesheets.txt: made links relative, added link to config.txt.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5817 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/howto')
| -rw-r--r-- | docutils/docs/howto/html-stylesheets.txt | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docutils/docs/howto/html-stylesheets.txt b/docutils/docs/howto/html-stylesheets.txt index effe1ba64..c636a9537 100644 --- a/docutils/docs/howto/html-stylesheets.txt +++ b/docutils/docs/howto/html-stylesheets.txt @@ -57,7 +57,7 @@ alignment, etc.). Alternatively, specify both, the default stylesheet and your stylesheet to the ``--stylesheet`` or ``--stylesheet-path`` command line option (or the -corresponding settings in a configuration file), e.g. :: +corresponding settings in a config_ file), e.g. :: rst2html.py --stylesheet=html4css1.css,transition-stars.css @@ -73,10 +73,14 @@ If you decide to share your stylesheet with other users of Docutils, please keep website-specific customizations not applicable to Docutils' HTML code in a separate stylesheet. +.. base for relative links is /docutils/docs/howto/ + .. _Docutils-users: ../user/mailing-lists.html#docutils-users -.. _stylesheet collection: - http://docutils.sourceforge.net/sandbox/stylesheets/ -.. _sandbox: http://docutils.sourceforge.net/sandbox/ +.. _config: ../user/config.txt +.. _sandbox: ../../../sandbox +.. _stylesheet collection: ../../../sandbox/stylesheets/ + + .. |
