Skip to content
Snippets Groups Projects
Commit ec87bd54 authored by Joel Himanen's avatar Joel Himanen
Browse files

Publish docs

parent ab623308
No related branches found
No related tags found
No related merge requests found
Pipeline #75882 passed
Dummy README for docs publishing
\ No newline at end of file
No preview for this file type
Sphinx==8.2.3
sphinx-rtd-theme==3.0.2
sphinx-autodoc-typehints==1.25.2
sphinxcontrib-applehelp==2.0.0
sphinxcontrib-devhelp==2.0.0
sphinxcontrib-htmlhelp==2.1.0
sphinxcontrib-httpdomain==1.8.1
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==2.0.0
sphinxcontrib-serializinghtml==2.0.0
\ No newline at end of file
"""
Lumache - Python library for cooks and food lovers.
"""
__version__ = "1.1.1"
class InvalidKindError(Exception):
"""Raised if the kind is invalid."""
pass
def get_random_ingredients(kind=None):
"""
Return a list of random ingredients as strings.
:param kind: Optional "kind" of ingredients.
:type kind: list[str] or None
:raise lumache.InvalidKindError: If the kind is invalid.
:return: The ingredients list.
:rtype: list[str]
"""
return ["shells", "gorgonzola", "parsley"]
[project]
name = "Datamite Policy Library"
authors = [{name = "Joel Himanen", email = "joel.himanen@1001lakes.com"}]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment