fix indentation for notes in modules
This commit is contained in:
parent
91fedf655d
commit
9cd1908bc2
1 changed files with 2 additions and 2 deletions
|
@ -53,10 +53,10 @@ Some explanations:
|
||||||
|
|
||||||
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]].
|
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]].
|
||||||
|
|
||||||
For more thoughts on modules and their structure, see [[file:MODULE_DESIGN.org][MODULE_DESIGN]]
|
|
||||||
|
|
||||||
- if the field has a default value, you can omit it from your private config altogether
|
- 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
|
* Configs
|
||||||
|
|
||||||
The config snippets below are meant to be modified accordingly and *pasted into your private configuration*, e.g =$MY_CONFIG/my/config.py=.
|
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