This document (http://docutils.sourceforge.net/docs/ref/rst/directives.html) explains about using .. raw:: to pass through HTML code in docutils, and the HTML code is in the body part of generated HTML.

How can I put something in heading part (..) with docutils?

link|improve this question

feedback

1 Answer

There is a meta directive to set meta tags if that's what you want.

If you are wanting to control the whole web page with your own css and javascript then you might want to look at Sphinx and write your own theme.

link|improve this answer
I wanted to find a way to put javascript(<script type="text/javascript" language="javascript" src="core.js"></script>) code in the header. Thanks for the info. – prosseek Dec 9 '10 at 14:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.