diff options
| author | Sebastian Méric de Bellefon <arnaudpourseb@gmail.com> | 2016-05-25 15:17:40 -0400 | 
|---|---|---|
| committer | Sebastian Méric de Bellefon <arnaudpourseb@gmail.com> | 2016-05-25 15:17:40 -0400 | 
| commit | eb5beb400966243275233549e91f7b8f3d5d3c70 (patch) | |
| tree | a9f7450330d4abfe27a1d8b0af15cc6083d061f9 /doc | |
| parent | 7290bf9d00ee40d0e4ab2fb0bf045a5bea86d823 (diff) | |
| parent | 02adc0affe8f389dbfc1cfb8cf73ae56ac8a4069 (diff) | |
Merge pull request #514 from Helkafen/frames
remove framed view of the HTML documentation (see #114 and #274)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/invoking.rst | 8 | 
1 files changed, 2 insertions, 6 deletions
| diff --git a/doc/invoking.rst b/doc/invoking.rst index 13cb9f1e..83087bac 100644 --- a/doc/invoking.rst +++ b/doc/invoking.rst @@ -100,7 +100,7 @@ The following options are available:      ``module.html``; ``mini_module.html``          An HTML page for each module, and a "mini" page for each used -        when viewing in frames. +        when viewing their synopsis.      ``index.html``          The top level page of the documentation: lists the modules @@ -111,17 +111,13 @@ The following options are available:          The alphabetic index, possibly split into multiple pages if big          enough. -    ``frames.html`` -        The top level document when viewing in frames. -      ``some.css``; ``etc...``          Files needed for the themes used. Specify your themes using the          :option:`--theme` option.      ``haddock-util.js``          Some JavaScript utilities used to implement some of the dynamic -        features like collapsible sections, and switching to frames -        view. +        features like collapsible sections.  .. option:: --latex | 
