Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

absa-subatomic-legacy/subatomic-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABSA Subatomic User Documentation

Build Status Requirements Status

Go to the ABSA Subatomic User Documentation

Getting Started

This project uses MkDocs. MkDocs is a fast, simple static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.

  1. Install Python 3 on your machine.
  2. Setup a Python virtual environment.
  3. Navigate to the root of this project and install the dependencies using pip as follows:
$ pip install -r requirements.txt

Once the dependencies are installed, you can start a local server to view the docs:

$ mkdocs serve

Releases

No releases published

Packages

No packages published