Sample Page#
This page demonstrates the OBI theme’s styling of standard Sphinx elements.
Headings#
Second-level heading#
Third-level heading#
Text Formatting#
This is a paragraph with bold text, italic text, and inline code.
Here is a link to pydata-sphinx-theme.
Lists#
Item one
Item two
Item three with emphasis
First ordered item
Second ordered item
Third ordered item
Code Blocks#
Python:
import numpy as np
def hello(name: str) -> str:
"""Greet someone."""
return f"Hello, {name}!"
result = hello("OBI")
print(result)
Bash:
pip install obi-sphinx-theme
Admonitions#
Note
This is a note admonition.
Warning
This is a warning admonition.
Tip
This is a tip admonition.
Danger
This is a danger admonition.
See also
pydata-sphinx-theme docs for more styling examples.
Tables#
Role |
Color |
|---|---|
Brand / Buttons |
Navy |
Selections |
Light blue |
Panels |
Soft blue-grey |
Background |
White |
Text |
Dark |
Blockquote#
“The brain is wider than the sky.” — Emily Dickinson
Math#
Inline math: \(E = mc^2\)
Display math:
\[\int_0^\infty e^{-x^2} dx = \frac{\sqrt{\pi}}{2}\]