Welcome to docs-example’s documentation!¶
How to say hello¶
>>> from docs_example.example1 import say_hello
>>> say_hello()
hello
How to say hi¶
>>> from docs_example.example1 import say_hi
>>> say_hi()
hi
Sphinx Extension¶
mermaid¶
| https://sphinxcontrib-mermaid-demo.readthedocs.io/en/latest/
sequenceDiagram
participant Alice
participant Bob
Alice->John: Hello John, how are you?
loop Healthcheck
John->John: Fight against hypochondria
end
Note right of John: Rational thoughts <br/>prevail...
John-->Alice: Great!
John->Bob: How about you?
Bob-->John: Jolly good!