From 9d730ce0c08aab6d4ccc8cb8ffd44a18e256b354 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Thu, 18 Apr 2019 02:59:44 +0800 Subject: [PATCH 1/2] Update .gitignore to exclude setup.py generated build dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 64ce76f..1efa084 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .coverage .env /config/ +/build/ coverage.xml dist/ env/ From 54114b3a3a7e47b25f395f510c47e02d9d823afb Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Sun, 21 Apr 2019 01:33:24 +0800 Subject: [PATCH 2/2] README.md: Add "Table of Contents" --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 25f5792..a3f3eae 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,26 @@ The architecture is pluggable and the tooling is flexible to make it applicable It is similar to [Netflix/denominator](https://github.com/Netflix/denominator). +## Table of Contents + +- [Getting started](#getting-started) + - [Workspace](#workspace) + - [Config](#config) + - [Noop](#noop) + - [Making changes](#making-changes) + - [Workflow](#workflow) + - [Bootstrapping config files](#bootstrapping-config-files) +- [Supported providers](#supported-providers) + - [Notes](#notes) +- [Custom Sources and Providers](#custom-sources-and-providers) +- [Other Uses](#other-uses) + - [Syncing between providers](#syncing-between-providers) + - [Dynamic sources](#dynamic-sources) +- [Contributing](#contributing) +- [Getting help](#getting-help) +- [License](#license) +- [Authors](#authors) + ## Getting started ### Workspace