An Insipid Sphinx Theme#
- Quick Start
Install the Python package
insipid-sphinx-theme
Add
html_theme = 'insipid'
to yourconf.py
Run Sphinx!
- Online documentation (and example of use)
- Source code repository (and issue tracker)
- License
BSD-2-Clause (same as Sphinx itself), for more information take a look at the
LICENSE
file.SVG icons from Font Awesome, CC BY 4.0.
click here to see full table of contents
- 1 Showcases
- 2 Basic Formatting
- 3 Images
- 4
Code
Blocks - 5 Admonitions
- 6 Lists
- 7 Quotes
- 8 Tables
- 9 Math
- 10 API Documentation
- 10.1 Info Field Lists
- 10.2 Python
- 10.3 C
- 10.4 C++
MyBase
MyClass
MyClass
array
array
array
my_method()
my_method()
operator[]()
operator bool()
foo()
MyClass()
print()
print()
my_member
my_other_member
a
pi
MyList
const_iterator
MyType
MyContainer
MyEnum
MySpecificEnum
MyScopedEnum
MyScopedVisibilityEnum
myEnumerator
myOtherEnumerator
MyUnion
Iterator
Data
f()
f()
advance()
MySortedContainer
- 10.5 JavaScript
- 10.6 reStructuredText
- 10.7 The Standard Domain
- 10.8
sphinx.ext.autodoc
- 10.9
sphinx.ext.autosummary
- 11 Sections
- 12 Another Top-Level Section
- 13 Page With Different Sidebar
- 14 Page Without Sidebar
How To Navigate This Site
Use the next and previous links at the top and the bottom of each page to flip through the pages. Alternatively, you can use the right and left arrow keys on your keyboard. Some additional keyboard shortcuts are provided via the accesskey feature: n next, p previous, u up (= to the parent page), i index, s search and m menu (= open/close sidebar).
Click on the hamburger button in the topbar to open and close the sidebar. The width of the sidebar can be adjusted by dragging its border. Click on the title in the topbar to scroll to the top of the page, if already at the top, go “up” to the parent page (eventually ending up on this very page).
On touch-enabled devices: Tap at the top of the page to show the topbar (if it was scrolled away); swipe from the left edge to show the sidebar, swipe towards the left to hide it.