docstrings and typing
parent
5de2279d28
commit
cc19bd0969
@ -1,15 +1,36 @@
|
||||
# ________________________________________________________________________
|
||||
# reading raw bourbon dataset
|
||||
|
||||
bourbon:
|
||||
type: actesdataset.XMLDataSetCollection
|
||||
housename: bourbon
|
||||
folderpath: data/01_raw/houses/bourbon
|
||||
|
||||
# writing bourbon xmlcontent document attribute
|
||||
bourbon_content:
|
||||
type: actesdataset.XMLDataSetCollection
|
||||
housename: bourbon
|
||||
folderpath: data/02_intermediate/houses/bourbon
|
||||
|
||||
# ________________________________________________________________________
|
||||
|
||||
berry:
|
||||
type: actesdataset.XMLDataSetCollection
|
||||
housename: berry
|
||||
folderpath: data/01_raw/houses/berry
|
||||
|
||||
berry_content:
|
||||
type: actesdataset.XMLDataSetCollection
|
||||
housename: berry
|
||||
folderpath: data/02_intermediate/houses/berry
|
||||
|
||||
# ________________________________________________________________________
|
||||
|
||||
anjou:
|
||||
type: actesdataset.XMLDataSetCollection
|
||||
housename: berry
|
||||
folderpath: data/01_raw/houses/anjou
|
||||
|
||||
anjou_content:
|
||||
type: actesdataset.XMLDataSetCollection
|
||||
housename: berry
|
||||
folderpath: data/02_intermediate/houses/anjou
|
||||
|
||||
|
||||
Loading…
Reference in New Issue