Merge pull request #220 from skaarthik/doc

adding link to API documentation
This commit is contained in:
Kaarthik Sivashanmugam 2016-01-10 13:41:12 -08:00
Родитель 865cf5c921 0232422b57
Коммит 6d1db2330c
1 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -51,9 +51,13 @@ maxLatencyByDcDataFrame.Show();
Refer to [SparkCLR\csharp\Samples](csharp/Samples) directory and [sample usage](csharp/Samples/Microsoft.Spark.CSharp/samplesusage.md) for complete samples.
## API Documentation
Refer to [SparkCLR C# API documentation](csharp/Adapter/documentation/SparkCLR_API_Documentation.md) for the list of Spark's data processing operations supported in SparkCLR.
## Documents
Refer to the [docs folder](docs).
Refer to the [docs folder](docs) for design overview and other info on SparkCLR
## Build Status
@ -66,7 +70,7 @@ Refer to the [docs folder](docs).
* [Windows Instructions](notes/windows-instructions.md)
* [Linux Instructions](notes/linux-instructions.md)
(Note: Tested only with Spark 1.5.2)
(Note: Tested with Spark 1.5.2)
## License