From cabdddee235aa48a6e60635cfe202dde4e65fc21 Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Sun, 11 Apr 2021 00:40:06 -0700 Subject: [PATCH] indenting issues --- doc/CONTRIBUTING.org | 2 +- doc/MODULES.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/CONTRIBUTING.org b/doc/CONTRIBUTING.org index a012b51..6dc69b1 100644 --- a/doc/CONTRIBUTING.org +++ b/doc/CONTRIBUTING.org @@ -9,4 +9,4 @@ doc in progress Of course reasonable formatting improvements (like obvious typos, missing spaces or too dense code) are welcome. And of course, if we end up collaborating a lot on the project I'm open to discussion if automatic code style is really important to you. - - See [[file:MODULE_DESIGN.org][MODULE_DESIGN.org]] for common practices in HPI +- See [[file:MODULE_DESIGN.org][MODULE_DESIGN.org]] for common practices in HPI diff --git a/doc/MODULES.org b/doc/MODULES.org index 1bd99ab..268edfb 100644 --- a/doc/MODULES.org +++ b/doc/MODULES.org @@ -53,7 +53,7 @@ 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]]. -For more thoughts on modules and their structure, see [[file:MODULE_DESIGN.org][MODULE_DESIGN.org]] +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