1
0

fixed dirtree structure

This commit is contained in:
notnull 2019-01-26 10:42:53 -05:00
parent 25bb4f276b
commit 0d67ff01c1
2 changed files with 8 additions and 25 deletions

View File

@ -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

View File

@ -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:
*** /
.
├── css
├── html
├── md
├── org
└── scripts
README.md
pandoc.sh (a method for converting each on org/ to html and README.md)
**** html
<all html copies of these files>
**** org
README.org
<all org copies of these files>
****