Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caesar
WP2330
wiki
Commits
6391fadb
Commit
6391fadb
authored
3 years ago
by
Valerio Formato
Browse files
Options
Downloads
Patches
Plain Diff
Update author info
parent
bb3fe20a
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/source/conf.py
+3
-3
3 additions, 3 deletions
docs/source/conf.py
lumache.py
+0
-23
0 additions, 23 deletions
lumache.py
pyproject.toml
+0
-8
0 additions, 8 deletions
pyproject.toml
with
3 additions
and
34 deletions
docs/source/conf.py
+
3
−
3
View file @
6391fadb
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
# -- Project information
# -- Project information
project
=
'
Lumache
'
project
=
'
Caesar
'
copyright
=
'
202
1
,
Graziella
'
copyright
=
'
202
2
,
The Caesar/ASPIS team
'
author
=
'
Graziella
'
author
=
'
CAESAR Node 2000
'
release
=
'
0.1
'
release
=
'
0.1
'
version
=
'
0.1.0
'
version
=
'
0.1.0
'
...
...
This diff is collapsed.
Click to expand it.
lumache.py
deleted
100644 → 0
+
0
−
23
View file @
bb3fe20a
"""
Lumache - Python library for cooks and food lovers.
"""
__version__
=
"
0.1.0
"
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
"
]
This diff is collapsed.
Click to expand it.
pyproject.toml
deleted
100644 → 0
+
0
−
8
View file @
bb3fe20a
[build-system]
requires
=
[
"flit_core >=3.2,<4"
]
build-backend
=
"flit_core.buildapi"
[project]
name
=
"ASPIS WIKI pages"
authors
=
[{name
=
"CAESAR node 2000"
,
email
=
"caesar_node_2000@inaf.it"
}]
dynamic
=
[
"version"
,
"description"
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment