From 9cd1908bc2a62f636ffc828e77794b319d9c0f33 Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Sun, 11 Apr 2021 08:31:35 -0700 Subject: [PATCH] fix indentation for notes in modules --- doc/MODULES.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/MODULES.org b/doc/MODULES.org index 268edfb..2a1bed8 100644 --- a/doc/MODULES.org +++ b/doc/MODULES.org @@ -52,11 +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]] -- if the field has a default value, you can omit it from your private config altogether - * Configs The config snippets below are meant to be modified accordingly and *pasted into your private configuration*, e.g =$MY_CONFIG/my/config.py=.