-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc migration to GitBook - initial files #136
- Loading branch information
1 parent
b2b5514
commit 4589bd8
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
root: ./docs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Table of contents | ||
|
||
* [Home](../index.md) | ||
|
||
* [Step By Step Guide](stepByStep.md) | ||
* [Installation](setup/installation.md) | ||
* [Hardware Sizing](setup/hardwareSizing.md) | ||
* [Configuration](setup/configuration.md) | ||
* [**Creating training data**](setup/training/createTrainingData.md) | ||
* [findTrainingData](setup/training/findTrainingData.md) | ||
* [label](setup/training/label.md) | ||
* [Using preexisting training data](setup/training/addOwnTrainingData.md) | ||
* [Build and save the model](setup/train.md) | ||
* [Find the matches](setup/match.md) | ||
|
||
* [Data Sources and Sinks](dataSourcesAndSinks/connectors.md) | ||
* [Zingg Pipes](dataSourcesAndSinks/pipes.md) | ||
* [Snowflake](dataSourcesAndSinks/snowflake.md) | ||
* [Cassandra](dataSourcesAndSinks/cassandra.md) | ||
* [MongoDB](dataSourcesAndSinks/mongodb.md) | ||
* [Neo4j](dataSourcesAndSinks/neo4j.md) | ||
* [Parquet](dataSourcesAndSinks/parquet.md) | ||
|
||
* [Running Zingg on Cloud](running/running.md) | ||
* [Running on AWS](running/aws.md) | ||
* [Running on Azure](running/azure.md) | ||
* [Running on Databricks](running/databricks.md) | ||
|
||
* [Zingg Models](zModels.md) | ||
* [Pretrained models](pretrainedModels.md) | ||
|
||
* [Improving Accuracy By Defining Own Functions](definingOwn.md) | ||
* [Generating Documentation](generatingDocumentation.md) | ||
* [Output Scores](scoring.md) | ||
* [Security And Privacy](security.md) | ||
* [Updating Labeled Pairs](updatingLabels.md) | ||
* [Reporting bugs and contributing ](contributing.md) | ||
* [Community](community.md) | ||
* [Frequently Asked Questions](faq.md) | ||
* [Reading Material](reading.md) |