From 0d67ff01c11afa0006e0b955d8fd318166df41a0 Mon Sep 17 00:00:00 2001 From: notnull Date: Sat, 26 Jan 2019 10:42:53 -0500 Subject: [PATCH] fixed dirtree structure --- README.md | 17 +---------------- org/README.org | 16 +++++++--------- 2 files changed, 8 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 32b5d0a..067f05b 100644 --- a/README.md +++ b/README.md @@ -14,19 +14,4 @@ we have created from projex. The goals are: for now, the file structure should be: -### / - -README.md pandoc.sh (a method for converting each on org/ to html and -README.md) - -1. html - - <all html copies of these files> - -2. org - - README.org <all org copies of these files> - -3. - - +. ├── css ├── html ├── md ├── org └── scripts README.md diff --git a/org/README.org b/org/README.org index d0bf6d4..4632ce6 100644 --- a/org/README.org +++ b/org/README.org @@ -8,12 +8,10 @@ The purpose of dox is to create a git repository for the documentation we have c for now, the file structure should be: -*** / -README.md -pandoc.sh (a method for converting each on org/ to html and README.md) -**** html - -**** org -README.org - -**** +. +├── css +├── html +├── md +├── org +└── scripts +README.md