Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
Revise Makefile to enable make venv target and add instructions.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
Revises README.md and root-level Makefile target `make venv`.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
Revise venv target; revise README to simplify activation/deactivation.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
Revise syntax to emph markdown rendering.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
Fix formatting errors and make consistent ref to platforms.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
- Reorg content into 3 pages for collab guides: overview (collaboration.rst),
structure and formatting, and writing guide.
- Simplify content, including removal of definitions/guidelines provided by
our listed resources, simplification of wording and examples.
- Add in quick ref section for our updated BKMs
- Update the README installation instructions
- Clarify different methods of contribution
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
This restructure organizes the content into three sections, one per
technology. The content was left as untouched as possible, however
several directives needed to be standardized in order to implement the
new structure. All filenames follow use dashes-as-spaces and are written
using lower-case. Standard labels for files were implemented using the
filename as the label, thus, content can be cross-referenced without
having to open the file to see the label. Figures were moved to
decentralized folders to enable modularity. The scope of the restructure
as well as the dependencies between the changes required me to do it in
a single commit. Lastly, some cleanup had to be done for the
standardized structure to function properly.
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>