- Timestamp:
- 09/03/10 16:49:55 (21 months ago)
- Files:
-
- 1 modified
-
trunk/reference/idldoc-tutorial.rst (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/reference/idldoc-tutorial.rst
r684 r687 5 5 :Revision: $Revision$ 6 6 :Date: $Date$ 7 7 8 8 9 Introduction … … 13 14 Features? 14 15 15 #. API documentation for both developers of the code baseand users of the code base16 #. analyze code like complexity16 #. API documentation for both developers and users of the code base 17 #. analyze code for things like code complexity 17 18 18 19 Similar things? … … 135 136 File formats? 136 137 138 embed directive:: 139 140 .. embed:: filename 141 142 File formats? 143 137 144 title of an `.idldoc` file, title directive:: 138 145 … … 141 148 Appears in navigation links on the left/title of the page 142 149 143 headers 150 headers, =, -, or ~ anywhere, but most useful in `.idldoc` files 151 144 152 145 153 IDLdoc options … … 148 156 user vs. developer documentation, `USER` keyword, private/hidden tags (and attributes) 149 157 150 overview='overview', footer='footer' 158 The `FOOTER` keyword can specify a file to include at the bottom of each page of output. 151 159 152 /embed and /nonavbar (standalone vs. web server) 160 When producing HTML documentation, there are often two cases that need to be handled: 161 162 #. documentation served on a web site and intended to be served as a full collection 163 #. documentation pages intended to be handed out individually, e.g., giving someone a `.pro` file and its generated HTML documentation file 164 165 In the later case, it is often useful to set the `EMBED` and `NONAVBAR` keywords. The `EMBED` keyword embeds the, rather large, CSS file into each HTML page. This is inefficient for a full documentation set on a web site because in that situation, each page can just refer to a common `.css` file. The `NONAVBAR` keyword simply omits the navigation bar at the top of the page which is not needed when only one HTML page is given but useful to navigate a full documentation set. 153 166 154 167 index_level=1
