* Update README.md

* Update README.md

* Update README.md

* Update README.md

* update readme

* update readme
This commit is contained in:
Jin Yan 2020-02-07 13:51:51 -08:00 коммит произвёл GitHub
Родитель 674cb4d5a9
Коммит 6e9cc24e2f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 21 добавлений и 0 удалений

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

@ -80,5 +80,26 @@ Once CMake has generated the build files, within `<WorkSpace Dir>/build` run...
- [Build] `cmake --build .` or `ninja -v` (if the build generator was Ninja)
- [Test] `ctest --parallel`
Documentation
--------------
Documentation for each build is automatically generated from source code using [Doxygen](http://www.doxygen.nl/). Documentation for releases and recent builds can be viewed via the links as following.
**Releases**
- [0.3.6-preview.4](https://featurizerslibrarybuild.blob.core.windows.net/archive/0.3.6-preview.4/Documentation/Microsoft.Featurizer-cpp/v1.0/html/index.html)
<!--
This section is not included now because Azure storage blob doesn't provide a renaming functionality
**Latest Build**
- [Latest](https://featurizerslibrarybuild.blob.core.windows.net/archive/Latest_build/Documentation/Microsoft.Featurizer-cpp/v1.0/html/index.html)
-->
**Other**
- [Browse all builds](https://featurizerslibrarybuild.z5.web.core.windows.net/)
## Featurizers
Information for setup/configuration of the Featurizers library can be found [here](src/FeaturizerPrep/Readme.md)