Giter VIP home page Giter VIP logo

gnode-sphinx-themes's Introduction

#G-Node Sphinx Styles

This repo is home to in-house Sphinx themes used by the German INCF Node. Their basic design is derived from Flask's documentation. If you want to use it in your projects, follow these steps:

  1. Set up a git submodule in your documentation folder under '_themes' that checks out the contents of this repository, or copy the files by hand.

  2. Adjust your conf.py as follows:

     sys.path.append(os.path.abspath('_themes'))
     html_theme_path = ['_themes']
     html_theme = 'gnode'
    

The following themes currently exist:

  • gnode
  • gnode_small - Smaller version of the fully-fledged theme for one-page documentation.

Following Flask's themes, a number of options exist for gnode themes:

[options]
index_logo = ''              filename of a picture in _static
                             to be used as replacement for the
                             h1 in the index.rst file.
index_logo_height = 120px    height of the index logo
github_fork = ''             repository name on github for the
                             "fork me" badge

Acknowledgements: Many thanks to Armin Ronacher for publishing and open-sourcing the templates.

gnode-sphinx-themes's People

Contributors

mitsuhiko avatar apleonhardt avatar asobolev avatar gicmo avatar

Watchers

 avatar  avatar Jan Grewe avatar James Cloos avatar Thomas Wachtler avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.