docs: add some documentation on module design (#160)
This commit is contained in:
parent
f559e7cb89
commit
c1b70cd90e
7 changed files with 177 additions and 45 deletions
|
@ -52,9 +52,11 @@ Some explanations:
|
|||
This can be useful for modules that merge multiple data sources (for example, =my.twitter= or =my.github=)
|
||||
|
||||
Typically, such variable will be passed to =get_files= to actually extract the list of real files to use. You can see usage examples [[https://github.com/karlicoss/HPI/blob/master/tests/get_files.py][here]].
|
||||
|
||||
|
||||
- if the field has a default value, you can omit it from your private config altogether
|
||||
|
||||
For more thoughts on modules and their structure, see [[file:MODULE_DESIGN.org][MODULE_DESIGN]]
|
||||
|
||||
* Configs
|
||||
|
||||
The config snippets below are meant to be modified accordingly and *pasted into your private configuration*, e.g =$MY_CONFIG/my/config.py=.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue