Commit 5e8783ae authored by Leona C's avatar Leona C Committed by Scott Cyphers

Leona/markdown links (#3529)

* Update https links

* Update https links to new ngraph.ai site

* Fix links

* Fix links

* Fix more HTML links

* Reverting CODEOWNER change while we brainstorm on other solutions. As requested by adstraw
parent b3a72c3b
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
/doc/*/*/backends/plaidml-ng-api/ @flaub @brianretford @dgkutnic /doc/*/*/backends/plaidml-ng-api/ @flaub @brianretford @dgkutnic
/doc/*/*/inspection/ @aproctor /doc/*/*/inspection/ @aproctor
/doc/examples/onnx/ @arogowie-intel @tsocha /doc/examples/onnx/ @arogowie-intel @tsocha
/README.md @adstraw /README.md @indie
project/introduction.rst @adstraw project/introduction.rst @adstraw
project/governance.rst @adstraw project/governance.rst @adstraw
/changes.md @indie @diyessi /changes.md @indie @diyessi
......
...@@ -3,8 +3,7 @@ Contributor Guidelines ...@@ -3,8 +3,7 @@ Contributor Guidelines
The latest version of this file can be found at: The latest version of this file can be found at:
https://ngraph.nervanasys.com/docs/latest/project/contribution-guide.html https://www.ngraph.ai/documentation/contributing/guide
License License
------- -------
...@@ -240,5 +239,3 @@ merge conflicts. ...@@ -240,5 +239,3 @@ merge conflicts.
int y; int y;
int* z; int* z;
``` ```
...@@ -3,19 +3,18 @@ ...@@ -3,19 +3,18 @@
<div align="left"> <div align="left">
<h4> <h4>
<a href="./ABOUT.md">Architecture &amp; features</a> | <a href="./ecosystem-overview.md" >Ecosystem</a> | <a href="https://ngraph.ai/documentation/project/release-notes.html">Release notes</a><span> | </span> <a href="https://ngraph.ai/documentation">Documentation</a><span> | </span> <a href="#How-to-contribute" >Contribution guide</a> <a href="./ABOUT.md">Architecture &amp; features</a> | <a href="./ecosystem-overview.md" >Ecosystem</a> | <a href="https://www.ngraph.ai/documentation/project/release-notes">Release notes</a><span> | </span> <a href="https://www.ngraph.ai/documentation">Documentation</a><span> | </span> <a href="#How-to-contribute" >Contribution guide</a>
</h4> </h4>
</div> </div>
## Quick start ## Quick start
To begin using nGraph with popular frameworks to accelerate deep learning To begin using nGraph with popular frameworks, please refer to the links below.
workloads on CPU for inference, please refer to the links below.
| Framework (Version) | Installation guide | Notes | Framework (Version) | Installation guide | Notes
|----------------------------|----------------------------------------|----------------------------------- |----------------------------|----------------------------------------|-----------------------------------
| TensorFlow* | [Pip install](https://ngraph.ai/tutorials/tensorflow-tutorial#use-pre-built-packages) or [Build from source](https://ngraph.ai/tutorials/tensorflow-tutorial#build-from-source) | 20 [Validated workloads] | TensorFlow* | [Pip install](https://www.ngraph.ai/tutorials/tensorflow-tutorial#use-pre-built-packages) or [Build from source](https://www.ngraph.ai/tutorials/tensorflow-tutorial#build-from-source) | 20 [Validated workloads]
| ONNX 1.5 | [Pip install](https://ngraph.ai/tutorials/onnx-tutorial#use-pre-built-packages) | 17 [Validated workloads] | ONNX 1.5 | [Pip install](https://www.ngraph.ai/tutorials/onnx-tutorial#use-pre-built-packages) | 17 [Validated workloads]
#### Python wheels for nGraph #### Python wheels for nGraph
...@@ -92,11 +91,11 @@ to improve it: ...@@ -92,11 +91,11 @@ to improve it:
[Functional]: https://github.com/NervanaSystems/ngraph-onnx/ [Functional]: https://github.com/NervanaSystems/ngraph-onnx/
[How to contribute]: How-to-contribute [How to contribute]: How-to-contribute
[framework integration guides]: https://ngraph.ai/documentation/frameworks/overview [framework integration guides]: https://ngraph.ai/documentation/frameworks/overview
[release notes]: https://ngraph.ai/documentation/project/release-notes [release notes]: https://www.ngraph.ai/documentation/project/release-notes
[Github issues]: https://github.com/NervanaSystems/ngraph/issues [Github issues]: https://github.com/NervanaSystems/ngraph/issues
[contrib guide]: https://ngraph.ai/documentation/contributing/guide [contrib guide]: https://www.ngraph.ai/documentation/contributing/guide
[pull request]: https://github.com/NervanaSystems/ngraph/pulls [pull request]: https://github.com/NervanaSystems/ngraph/pulls
[how to import]: https://ngraph.ai/tutorials/onnx-tutorial#import-a-model-with-onnx-and-ngraph [how to import]: https://www.ngraph.ai/tutorials/onnx-tutorial#import-a-model-with-onnx-and-ngraph
[ngraph_wireframes_with_notice]: doc/sphinx/source/graphics/ngpipelines.png "nGraph wireframe" [ngraph_wireframes_with_notice]: doc/sphinx/source/graphics/ngpipelines.png "nGraph wireframe"
[build-status]: https://travis-ci.org/NervanaSystems/ngraph/branches [build-status]: https://travis-ci.org/NervanaSystems/ngraph/branches
[build-status-badge]: https://travis-ci.org/NervanaSystems/ngraph.svg?branch=master [build-status-badge]: https://travis-ci.org/NervanaSystems/ngraph.svg?branch=master
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment