* ignore direnv configs
https://direnv.net/ is a useful tool but its configs are developer-specific
* improve inferencing build docs
* Format build arguments and command line flags as code.
Without this, command line flags were being rendered with an
en dash `–` rather than two hyphens `--`, which meant copy-pasting
them would result in invalid command lines.
* Clarify how to avoid running tests.
* Minor formatting improvements.
* Update custom op docs
* Move contrib op example from PyTorch page to custom op page.
* On PyTorch page: document the use of pytorch_export_contrib_ops.
* On PyTorch page: Turn GitHub URLs into links.
Fixes#8818
* update api-basics.md
* update install.md
* add placeholder for "build for web"
* update js api
* add more sections in js-api.md
* update "coming soon" for how-to-build-web
* Update "Web" -> "web" in title of web.md
* Update install.md
* Update ORT Mobile documentation for both the pre-built package and custom build usage
Add info on pre-built package and CoreML EP
Refer to operator kernels and contrib ops documentation in github so we can point to the version specific content
Tweak some aspects like not specifying nav_order in places (items sort alphabetically by default)
* merge previous unmerged ios doc updates
* Address PR comments
* Minor tweaks
* Address PR comments
Co-authored-by: Guoyu Wang <wanggy@outlook.com>
* Added documentation for OpenVINO-EP samples
->Add Tutorials of how to use the samples.
-> Updated the OpenVINO EP docx page to point
to these tutorials.
Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>
* Minor changes added in the documentation
Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>
* Modified the document
cleaned up the document
Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>
* c# documentation modified
Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>
* Test re-using page layout from current ONNX Runtime website for docs
* Add content for documentation on website
* Fixed most broken links
* Copy just-the-docs theme sources into repo
* Remove local theme files as this did not work with GitHub
* Remove nojekyll file
* Move image assets into single location
* Add Contents to markdown files and ensure only one h1
* Update after review
* Fix img links
* Add trailing slash to main nav links
* Fix broken links on main docs page
* Re-fix broken links on main docs page
* Fix broken links #3
* Fix broken links #4
* Fix broken links #5
* Fix broken links #6
* Fix paths to global assets
* Add updates since fork
* Update custom op docs
* Fix link