quick pass with some doc cleanup and reformatting to fix various issues

This commit is contained in:
Blake Harnden 2020-04-09 14:34:52 -07:00
parent a5c412b594
commit ca039946a6
37 changed files with 1160 additions and 891 deletions

View file

@ -5,8 +5,9 @@
## Repository Overview
The CORE source consists of several different programming languages for historical reasons.
Current development focuses on the Python modules and daemon. Here is a brief description of the source directories.
The CORE source consists of several different programming languages for
historical reasons. Current development focuses on the Python modules and
daemon. Here is a brief description of the source directories.
| Directory | Description |
|---|---|
@ -14,14 +15,13 @@ Current development focuses on the Python modules and daemon. Here is a brief de
|docs|Markdown Documentation currently hosted on GitHub|
|gui|Tcl/Tk GUI|
|man|Template files for creating man pages for various CORE command line utilities|
|netns|Python C extension modules for creating CORE containers|
|netns|C program for creating CORE containers|
|scripts|Template files used for running CORE as a service|
## Getting started
To setup CORE for develop we will leverage to automated install script.
## Clone CORE Repo
```shell