Test PlantUML 2#

Heading 3 1#

Some Text here

PlantUML Caption with bold and italic

Heading 3 2#

Some other text here

lumache.get_Random_Ingredients(kind=None)#

Return a list of random ingredients as strings.

Parameters:

kind (list[str] or None) – Optional “kind” of ingredients.

Raises:

lumache.InvalidKindError – If the kind is invalid.

Returns:

The ingredients list.

Return type:

list[str]

Some more text here

@startmindmap mindmap2
scale 0.3
skinparam defaultFontSize 56
skinparam backgroundColor transparent
*[#Orange] Clickable references
**[#lightgreen] [[ ":ref:`plantuml label1`" Internal Page Arbitrary Reference ]]
**[#lightyellow] [[ ":py:func:`lumache.get_Random_Ingredients`" Internal Page Arbitrary Reference to Python]]
**[#lightblue] [[ ":ref:`spc_demo_00001`" sphinx-needs Reference ]]
**[#Tomato] [[ ":ref:`N_00003`" Internal Page Arbitrary Invalid Reference ]]

@endmindmap

PlantUML Caption with bold and italic#