Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customized and bootstrap-ifyed HTMLTranslator #92

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Customized and bootstrap-ifyed HTMLTranslator #92

wants to merge 21 commits into from

Commits on Feb 16, 2014

  1. extending examples

    attention, see also and error directives
    
    Signed-off-by: Torbjörn Klatt <opensource@torbjoern-klatt.de>
    torbjoernk committed Feb 16, 2014
    Configuration menu
    Copy the full SHA
    eaefb88 View commit details
    Browse the repository at this point in the history
  2. extending examples: autodoc/automodule

    adding an example module to show of sphinx.ext.autodoc features
    
    Signed-off-by: Torbjörn Klatt <opensource@torbjoern-klatt.de>
    torbjoernk committed Feb 16, 2014
    Configuration menu
    Copy the full SHA
    77d53da View commit details
    Browse the repository at this point in the history
  3. first draft of BootstrapHtmlTranslator

    Most sphinx and docutils directives are implemented to produce
    bootstrap-aware html.
    Some stuff needs some tweaking and cleanup (it's mostly a little too
    hacky).
    
    Signed-off-by: Torbjörn Klatt <opensource@torbjoern-klatt.de>
    torbjoernk committed Feb 16, 2014
    Configuration menu
    Copy the full SHA
    9d4a155 View commit details
    Browse the repository at this point in the history
  4. custom javascript to patch the HTML shouldn't be needed any more

    Signed-off-by: Torbjörn Klatt <opensource@torbjoern-klatt.de>
    torbjoernk committed Feb 16, 2014
    Configuration menu
    Copy the full SHA
    d994b1b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2014

  1. add support for Notes+Examples as admonitions

    Notes and Examples can be rendered as admonitions automatically when
    using the Napoleon docstring parser.
    
    Signed-off-by: Torbjörn Klatt <opensource@torbjoern-klatt.de>
    torbjoernk committed Feb 18, 2014
    Configuration menu
    Copy the full SHA
    716d59c View commit details
    Browse the repository at this point in the history
  2. fix admonition heading level; blockquote footer

    also annotation style in member signatures
    
    Signed-off-by: Torbjörn Klatt <opensource@torbjoern-klatt.de>
    torbjoernk committed Feb 18, 2014
    Configuration menu
    Copy the full SHA
    46180c2 View commit details
    Browse the repository at this point in the history
  3. fix display of return values for Napoleon parser output

    Signed-off-by: Torbjörn Klatt <opensource@torbjoern-klatt.de>
    torbjoernk committed Feb 18, 2014
    Configuration menu
    Copy the full SHA
    d3e58b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2014

  1. fixup return type descriptions

    Signed-off-by: Torbjörn Klatt <opensource@torbjoern-klatt.de>
    torbjoernk committed Feb 19, 2014
    Configuration menu
    Copy the full SHA
    fad612a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7852aa3 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2014

  1. add Font Awesome for better icons

    Signed-off-by: Torbjörn Klatt <opensource@torbjoern-klatt.de>
    torbjoernk committed Feb 20, 2014
    Configuration menu
    Copy the full SHA
    a9c161a View commit details
    Browse the repository at this point in the history
  2. fix compact paragraph

    remove span around them to not screw toctrees
    
    Signed-off-by: Torbjörn Klatt <opensource@torbjoern-klatt.de>
    torbjoernk committed Feb 20, 2014
    Configuration menu
    Copy the full SHA
    e1e37fe View commit details
    Browse the repository at this point in the history
  3. make the navbar hidden for print

    Signed-off-by: Torbjörn Klatt <opensource@torbjoern-klatt.de>
    torbjoernk committed Feb 20, 2014
    Configuration menu
    Copy the full SHA
    efeab9b View commit details
    Browse the repository at this point in the history
  4. rework footer

    is now a static navbar at the bottom
    
    Signed-off-by: Torbjörn Klatt <opensource@torbjoern-klatt.de>
    torbjoernk committed Feb 20, 2014
    Configuration menu
    Copy the full SHA
    24cd3c6 View commit details
    Browse the repository at this point in the history
  5. source and relations links now use Font Awesome icons

    Signed-off-by: Torbjörn Klatt <opensource@torbjoern-klatt.de>
    torbjoernk committed Feb 20, 2014
    Configuration menu
    Copy the full SHA
    ef5609a View commit details
    Browse the repository at this point in the history
  6. remove unnecessary patches from javascript

    Signed-off-by: Torbjörn Klatt <opensource@torbjoern-klatt.de>
    torbjoernk committed Feb 20, 2014
    Configuration menu
    Copy the full SHA
    aa41a4e View commit details
    Browse the repository at this point in the history
  7. fix styling of footer and affix sidebar

    Signed-off-by: Torbjörn Klatt <opensource@torbjoern-klatt.de>
    torbjoernk committed Feb 20, 2014
    Configuration menu
    Copy the full SHA
    1c81245 View commit details
    Browse the repository at this point in the history
  8. remove relations from top navbar (they are now in the footer bar

    Signed-off-by: Torbjörn Klatt <opensource@torbjoern-klatt.de>
    torbjoernk committed Feb 20, 2014
    Configuration menu
    Copy the full SHA
    1745e5a View commit details
    Browse the repository at this point in the history
  9. source link position defaults to footer now

    Signed-off-by: Torbjörn Klatt <opensource@torbjoern-klatt.de>
    torbjoernk committed Feb 20, 2014
    Configuration menu
    Copy the full SHA
    3e10650 View commit details
    Browse the repository at this point in the history
  10. demo of sidebar for long page on Examples page

    Signed-off-by: Torbjörn Klatt <opensource@torbjoern-klatt.de>
    torbjoernk committed Feb 20, 2014
    Configuration menu
    Copy the full SHA
    51631a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2014

  1. PEP8-ification + some docu for HTML Translator

    and some minor style tweaks for object description signature annotations
    
    Signed-off-by: Torbjörn Klatt <opensource@torbjoern-klatt.de>
    torbjoernk committed Feb 21, 2014
    Configuration menu
    Copy the full SHA
    fe95d33 View commit details
    Browse the repository at this point in the history
  2. some adjustments to fix up BS 2.x styling

    the most ugliest styling errors/flaws with BS2 should be fixed now
    
    Signed-off-by: Torbjörn Klatt <opensource@torbjoern-klatt.de>
    torbjoernk committed Feb 21, 2014
    Configuration menu
    Copy the full SHA
    010dc90 View commit details
    Browse the repository at this point in the history