1. 21 Jun, 2019 1 commit
    • Leona C's avatar
      Documentation updates for 0.21.0 (#3010) · b8056257
      Leona C authored
      * WIP more guides and tutorials for the docs
      
      * Update Guides and structure
      
      * Update Guides and structure
      
      + Test documentation build on Clear Linux OS;
      + Fix a few links and redirs.
      + Note rc-naming conventions in doc may be tag-generalized.
      
      * documentation supports various rc-naming conventions
      
      * Add instructions on building nGraph bridge from src
      
      * Update ngtf bridge versions to 0.14.1 and TensorFlow's bazel dependency to 0.24.1
      
      * Use consistent file naming on all BE indexes
      
      * Fix comma
      
      * Templatize versioning for releases starting 0.20 and add placeholders for changes by components
      
      * Remove typo
      
      * Minor formatting fixed
      
      * Document how to find or display built version of nGraph
      
      * Start a r0.21 for doc that also fixes broken link and typo
      
      * Correct use of console command context for version check
      
      * Minor fixes to doc-contributor-README
      
      * Docs for version 0.21
      
      * Ensure docs build without error
      
      * Assign ownership project README and intro for new ngraph.ai site to Straw
      
      * Note deprecated Tensor API in doc
      
      * Update to generic versioning on core doc for importing via built wheels
      
      * Resolve merge conflicts leftover from v20 version request changes
      
      * remove typo and suggested use of prebuilt LLVM since newer OSes do not have them available
      
      * Update to latest
      
      * Update with review from PR and ngraph bridge team
      
      * Update right section with review from PR and ngraph bridge team
      
      * Ensure doc example folders have owners from the component
      
      * Push edit of tensorflow_connect to v0.22 docs
      
      * Update Python wheel building instructions to newer version
      b8056257
  2. 28 May, 2019 1 commit
    • Leona C's avatar
      Leona/doc v0.20 (#2971) · 14f16bc1
      Leona C authored
      * Cleanup section
      
      * Add updated illustrations for pattern_matcher and tensor_descriptor
      
      * Add subsection link to be consistent
      14f16bc1
  3. 23 May, 2019 1 commit
    • Leona C's avatar
      Update version, clean up ToC, add more detail to section on inspectin… (#2947) · 144a5d18
      Leona C authored
      * Update version, clean up ToC, add more detail to section on inspecting graphs...
      
      * Minor adjustments to version module
      * Move distributed training page to extras since there's not much there
      * Fix links that break when doing that
      * Consistent casing on section titles
      * Orphan governance page so we don't have blank/empty links
      * Update release notes with new version module structure
      
      * PR feedback
      144a5d18
  4. 15 May, 2019 1 commit
  5. 09 May, 2019 2 commits
  6. 01 May, 2019 1 commit
    • Leona C's avatar
      Update documentation section on graph visualization, fix ngraph bridge link, etc. (#2818) · 2147309f
      Leona C authored
      * Update for v 0.19
      
      * Add rnotes from github releases page
      
      * Add section on graph inspection tools, add link to HE transformer, and fix link to ngraph bridge for Tensorflow
      
      * Fix broken links
      
      * Remove MANYLINUX from list of default flags
      
      * Revise some for new script loc
      
      * Add stub for ngc_util python script
      
      * Might as well link to open source file
      
      * original file from Vasanth Tovinkere
      
      * updated to handle more attributes.
      
      * Update new script loc and details
      
      * Revise intro
      
      * Clarify large graphs generated from script best read on gephi or cytoscape only
      
      * Edit oddly-worded sentence for clarity
      
      * Delete ngraph_json_to_graphml.py
      
      * Delete ngc_util.py
      
      * Add nGraph logo, update color scheme, disallow preprocessing of frontends' markdown UI
      
      * Finalize doc changes for release v0.19
      
      * PR feedback on nGraph-friendly tools
      2147309f
  7. 17 Apr, 2019 1 commit
  8. 10 Apr, 2019 1 commit
  9. 05 Apr, 2019 1 commit
    • Adam Procter's avatar
      Change OneHot to accept only integral types (#2689) · 9fea22b2
      Adam Procter authored
      * Change OneHot to accept only non-real types
      
      * Update docstring
      
      * Update Python test
      
      * Add is_integral to element::Type
      
      * Update docs
      
      * Change is_integral to false for boolean
      
      * Revert "Change is_integral to false for boolean"
      
      This reverts commit 099ff378ae7fcbd1d9346665812f6b95e4886186.
      
      * Revert "Add is_integral to element::Type"
      
      This reverts commit 58fdf76fecaefdad10431f9a894523f326f3adca.
      
      * Change is_integral so it is, by definition, !is_real
      9fea22b2
  10. 04 Apr, 2019 1 commit
    • Leona C's avatar
      Update template for release notes and CHANGELOG with latest few summaries from… · 400bf7da
      Leona C authored
      Update template for release notes and CHANGELOG with latest few summaries from ngraph releases repo (#2696)
      
      * Update Release Notes for Github summaries, incorporate feedback from doc review, fix typos, etc
      
      * Fix links
      
      * Rename RCs on template
      
      * PR reviews
      
      * Remove trailing spaces and add clarification on Python API example
      
      * Fix typo
      400bf7da
  11. 29 Mar, 2019 1 commit
  12. 28 Mar, 2019 1 commit
    • Jianying Lang's avatar
      Add BroadcastDistributed op (#2243) · 3af7837b
      Jianying Lang authored
      * Add MPI_Bcast to nGraph core
      
      * Add mpi_broadcast op and pass the unit test on CPU backend
      
      * Modify API for MLSL
      
      * Remove unused variable
      
      * Fix the format
      
      * Add the op call in python/pyngraph/ops/regmodule_pyngraph_op.cpp.
      
      * Fix emitter function for DistBroadcast op
      
      * Fix format
      
      * Fix the emitter function for distbroadcast op
      
      * Fix format
      
      * Delete the reference code for distbroadcast op
      
      * Include mlsl.h from ngraph build for genernal external usage
      
      * Change back for build
      
      * Fix alphabetical order issue and line space
      
      * Rename disbroadcast to broadcastdistributed
      
      * Change back continue
      
      * Update the changes
      
      * Fix style
      
      * Delete unused variables
      
      * Change some text format
      
      * Add support for interpreter backend for broadcastdistributed
      
      * Delete some redundant code
      
      * Fix format
      
      * rename
      
      * remove unused file
      
      * More renames
      
      * renaming
      
      * Remove one unused file
      
      * Fix a bug
      
      * add back redundant
      
      * One more commit
      
      * More commits
      
      * Unify distributed_send and distributed_recv functions
      
      * Fix format
      3af7837b
  13. 27 Mar, 2019 2 commits
    • Leona C's avatar
      Note experimental Codegen (#2672) · 857093c1
      Leona C authored
      * [ONNX] Add documentation
      
      * Update documentation contributor's instructions
      
      * Doc theme to match ngraph.ai
      
      * Minor formatting fixes and PR feedback
      
      * ToC fixes
      
      * ToC fixes
      
      * Add changes
      
      * Be consistent with BUILDDIR
      
      * Be consistent with substitution
      
      * Update Makefile
      
      * Update style check, add feedback from reviewers, remove outdated link on ReleaseNotes
      857093c1
    • Leona C's avatar
      ngraph.ai theme (#2654) · b0d86687
      Leona C authored
      * [ONNX] Add documentation
      
      * Update documentation contributor's instructions
      
      * Doc theme to match ngraph.ai
      
      * Minor formatting fixes and PR feedback
      
      * ToC fixes
      
      * ToC fixes
      
      * Add changes
      
      * Be consistent with BUILDDIR
      
      * Be consistent with substitution
      
      * Update Makefile
      b0d86687
  14. 26 Mar, 2019 1 commit
  15. 22 Mar, 2019 1 commit
    • harryskim's avatar
      Revamp doc intro (#2588) · 51270c68
      harryskim authored
      * Delete old stack diagram
      
      * Update first paragraph
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Introduction graph optimization diagram
      
      * Update introduction.rst
      
      * Introduction kernel to deep learning frameworks
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Delete intro_kernel_to_fw.png
      
      * Introduction kernel to frameworks with accent
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Introduction multiplying kernels
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Delete intro_kernel_to_fw_accent.png
      
      * Introduction kernel explosion image
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Edit introduction to be relevant to a wider audience
      
      * Refine intro
      
      * writing thru another draft
      
      * Another batch of updates
      
      * Tie the conclusion to the intro
      
      * Clean up the doc
      
      * First reviewer feedback done!
      
      * fix typo
      
      * fix typos
      
      * Minor formatting fixes
      51270c68
  16. 21 Mar, 2019 1 commit
    • tsocha's avatar
      [ONNX] Enable Pad modes for ONNX pad operator (#2590) · f8146495
      tsocha authored
      * Add support for negative padding
      
      * Use std::bind in pad builder check
      
      * Add support for negative padding in CPU backend
      
      * Updated kernel to do pad+slice
      
      * Remove type conversion warnings
      
      * Fix review comments
      
      * Remove interior padding from core op and interpreter stuff
      
      * Update backends other than GPU for retirement of padding_interior
      
      * Skeleton of support for edge/reflect padding
      
      * Post-merge cleanup
      
      * Attempt reference implementation for EDGE.
      
      * Fix the edge-padding reference, and add some unit tests
      
      * Implement REFLECT padding ref; add tests
      
      * Fixes to the CPU stuff so it compiles now
      
      * Fix test
      
      * Add support for different pad modes
      
      * Restore a stub get_padding_interior function, and tweak some stale comments
      
      * Update ONNX importer to not supply interior padding value; add checks for padding-too-small for EDGE and REFLECT
      
      * Typo
      
      * Bop a warning
      
      * Attempt fix to INTELGPU backend
      
      * Attempt another fix to INTELGPU backend
      
      * Fix pyapi
      
      * Style apply
      
      * Add support for padding modes
      
      * Remove unnecesary node validation checks
      
      * Remove tests for minimal reflect and edge pad
      
      * Remove commented tests
      
      * Remove unnecesary Asserts
      
      * Little update of pad documentation
      
      * Monospace for pad_mode options
      
      * Revert "Remove tests for minimal reflect and edge pad"
      
      This reverts commit 81e4787ea47195b832cab1452dde698bc05776fe.
      
      * Revert "Remove unnecesary node validation checks"
      
      This reverts commit 7e68db7564f3c9b1fd40e7db1d1bda4e0677cad9.
      
      * Test only spatial dims
      
      * axis -> spatial axis
      
      * Fix typo
      
      * Style check
      
      * Update test
      
      * Add CoordinateDiff include
      
      * Remove pad_mode from tree visualization
      
      * Convert padding into NVShape
      
      * Skip failing tests on GPU
      
      * Revert mode change
      
      * Remove merge artifact
      
      * Rename pad kernel into pad_ref
      f8146495
  17. 18 Mar, 2019 1 commit
    • Leona C's avatar
      Update sitemap.rst (#2631) · 56f673bb
      Leona C authored
      * Update sitemap.rst
      
      * Update sitemap.rst
      
      using the structure suggested by Kevin P instead
      56f673bb
  18. 15 Mar, 2019 2 commits
    • Leona C's avatar
      Compiler passes section collab (#2533) · a8b789fc
      Leona C authored
      * Cleaner API doc reference for compile call
      
      * Add a useful table for nGraph namespaces
      
      * Remove layout namespace
      
      * Show exploding kernel problem on illustration like IEEE preso
      
      * WIP branch for new documentation restructuring that is a huge pain
      
      * Fix the doc reorg mess
      
      * Fix underline
      
      * List of passes disclaimer note
      
      * Update disclaimers on README
      
      * More cleanup of doc reorg
      
      * Update core docs
      
      * Update overview on core
      
      * Add PR feedback
      
      * Get rid of all the gazillion of doc build errors from rearranging stuff
      
      * Add section on tutorials
      
      * Update branch
      
      * Cleanup intro
      
      * Add better detail to overview
      
      * Revise buildlb instructions and add better title for contributing to doc
      
      * Note about unit tests
      
      * Editing
      
      * Update core overview namespace table and fix more broken links due to ToC changes
      
      * Add doc on pass manager register and run passes code from unit tests
      
      * Add doc on pass manager register and run passes code from unit tests
      
      * Make the compiler passes section more awesome
      
      * Consistent sentence case on all ToC headings
      
      * Update for gold docs
      
      * Add better detail about execution interface
      
      * Minor edits
      
      * Revert strange change
      
      * Update with bucketed list of passes
      
      * Fix build error
      a8b789fc
    • Adam Procter's avatar
      (Dynamic) Transpose op (#2594) · 37b95a02
      Adam Procter authored
      * Add construction API for Transpose
      
      * Add type propagation unit tests for Transpose
      
      * Add Transpose to op_tbl, add cases for serializer, stub out execution in INTERPRETER
      
      * Add docs for Transpose
      
      * Remove commented-out code
      
      * Add stub cases for op_tbl-dependent stuff
      
      * Fix missing FAIL()s in the transpose exception checks; fix validate_and_infer_types check
      37b95a02
  19. 13 Mar, 2019 1 commit
    • Leona C's avatar
      Fixup README (#2608) · a1da1ab0
      Leona C authored
      * Start updating doc for 0.16 release
      
      * Fix spacing on README that renders oddly on the website
      
      * Fix broken links on README resultant from doc reorg
      
      * Fix up README that had broken links
      a1da1ab0
  20. 12 Mar, 2019 1 commit
  21. 09 Mar, 2019 1 commit
    • Leona C's avatar
      Adding edited version of new section on Paddle doc (#2580) · f5b296d0
      Leona C authored
      * Update introduction.rst
      
      * First commit for PaddlePaddle documentation
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * PaddlePaddle design diagram
      
      * Update paddle_integ.rst
      
      * PaddlePaddle nGraph directory structure
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Add edits from PR 2578
      
      * update paddle_integ.rst
      f5b296d0
  22. 07 Mar, 2019 1 commit
  23. 06 Mar, 2019 1 commit
    • Leona C's avatar
      Leona/doc logo (#2565) · 12977f04
      Leona C authored
      * Update gold release date and features
      
      * Diagram that shows FW & HW support for main md
      
      * Simplified nGraph architecture for CPU
      
      * Complex architecture diagram for all backends
      
      * Replace
      
      * Add ngraph stack diagram with FW and HW support
      
      * relocate
      
      * Relocate
      
      * Replace stack diagram with NNP-L & NNP-I
      
      * Updated copy and removed the disclaimer
      
      * Removed "more detailed" sentence
      
      * Update README.md
      
      * Fixed sentence
      
      * Update README.md
      
      * nGraph logo small version
      
      * Update README.md
      
      * Added logo
      
      * nGraph logo smallest version
      
      * nGraph logo with header
      
      * Update README.md
      
      * Delete ngraph_logo_header.png
      
      * nGraph logo with header
      
      * Update README.md
      
      * nGraph header on the main repo page
      
      * Added header
      
      * nGraph architecture simplified for CPU
      
      * nGraph architecture complex
      
      * Added architecture simple architecture diagram
      
      * Modified the full stack diagram
      
      * nGraph architecture simple diagram with padding
      
      * Added padding to simple architecture image
      
      * Update ABOUT.md
      
      * Add new logo to doc landpage
      
      * Fix typo
      12977f04
  24. 28 Feb, 2019 1 commit
  25. 27 Feb, 2019 1 commit
    • Leona C's avatar
      Update namespace table and fix broken links (#2503) · 1575e2d1
      Leona C authored
      * Cleaner API doc reference for compile call
      
      * Add a useful table for nGraph namespaces
      
      * Remove layout namespace
      
      * Show exploding kernel problem on illustration like IEEE preso
      
      * WIP branch for new documentation restructuring that is a huge pain
      
      * Fix the doc reorg mess
      
      * Fix underline
      
      * List of passes disclaimer note
      
      * Update disclaimers on README
      
      * More cleanup of doc reorg
      
      * Update core docs
      
      * Update overview on core
      
      * Add PR feedback
      
      * Get rid of all the gazillion of doc build errors from rearranging stuff
      
      * Add section on tutorials
      
      * Update branch
      
      * Cleanup intro
      
      * Add better detail to overview
      
      * Revise buildlb instructions and add better title for contributing to doc
      
      * Note about unit tests
      
      * Editing
      
      * Update core overview namespace table and fix more broken links due to ToC changes
      
      * Update normalized boolean build defaults
      
      * Update for PR 2507
      
      * Incorporate new PR feedback review
      1575e2d1
  26. 23 Feb, 2019 1 commit
    • Leona C's avatar
      Reorganize doc folders for core-related doc on fusion, graph rewrite, and compiler passes (#2466) · fd0ed37c
      Leona C authored
      * Cleaner API doc reference for compile call
      
      * Add a useful table for nGraph namespaces
      
      * Remove layout namespace
      
      * Show exploding kernel problem on illustration like IEEE preso
      
      * WIP branch for new documentation restructuring that is a huge pain
      
      * Fix the doc reorg mess
      
      * Fix underline
      
      * List of passes disclaimer note
      
      * Update disclaimers on README
      
      * More cleanup of doc reorg
      
      * Update core docs
      
      * Update overview on core
      
      * Add PR feedback
      
      * Get rid of all the gazillion of doc build errors from rearranging stuff
      
      * Add section on tutorials
      
      * Update branch
      
      * Cleanup intro
      
      * Add better detail to overview
      fd0ed37c
  27. 15 Feb, 2019 2 commits
  28. 14 Feb, 2019 1 commit
    • Leona C's avatar
      Leona/fix dstraining (#2453) · 39fe4f24
      Leona C authored
      * IntelGPU backend: Separate backend and executable classes (#2447)
      
      * Add notice to main ToC page about distributed training
      39fe4f24
  29. 13 Feb, 2019 2 commits
    • Leona C's avatar
      Leona/doc distr (#2417) · 00447a8e
      Leona C authored
      * Update docs for PR 2353
      
      * Fix missing flag designator
      
      * Refer to the Intel:registered: MLSL properly as a spelled-out acronym for first instance
      
      * Fix missing compilation designator
      
      * Finalize editing on CPU backend
      
      * Update doc version to be even with what is in master branch
      
      * Removed typo from docu build instruction command line cd command probably accidental
      
      * Add PR feedback to doc
      00447a8e
    • Leona C's avatar
      Add doc for new backend api (#2425) · bfb1bd6b
      Leona C authored
      bfb1bd6b
  30. 11 Feb, 2019 1 commit
    • Sandeep's avatar
      add OpenMPI support besides MLSL (#2353) · 08c4c57c
      Sandeep authored
      * quick fix to add openmpi as default
      
      * add finalize to distributed class & use unit test
      
      * use intel mlsl github link
      
      * apply style
      
      * address a few comments
      
      * fix test
      
      * update nbench cmake
      
      * remove extras
      
      * fix a bug
      
      * add counter to finalize and cleanup
      
      * test ci error
      
      * address mlsl ci error
      
      * update flag names, as mentioned in pr comment
      
      * revert back the link to mlsl repo and tag
      
      * add flag to finalize
      
      * apply style
      
      * debug with info
      
      * delete when flag is true
      
      * add distributed setup class works, tests pass
      
      * fix style
      
      * remove extra instance
      
      * disable the test due to a bug
      
      * change flag to ompi
      
      * remove the dependency of setting NGRAPH_DISTRIBUTED_ENABLE flag
      
      * cleanup
      
      * change extern to static
      
      * remove the option NGRAPH_DISTRIBUTED_ENABLE setting this flag
      
      * formatting
      
      * update flags not catched by ci
      
      * make unique pointer
      
      * remove unused bool, fix clang error
      08c4c57c
  31. 08 Feb, 2019 1 commit
    • Leona C's avatar
      New structure for ToC and doc content (#2393) · ce7e168a
      Leona C authored
      * Add new Introduction section based on IEEE presentation and illustrations
      
      * WIP changes to doc navigation
      
      * Update illustrations
      
      * Cleaner ToC
      
      * Minor fixes to the theme and removing useless bower files
      
      * Better captions
      
      * Revise intro
      
      * Latest
      
      * Make framework support section be its own section
      
      * More updates to backend support section and add a new cpp api
      
      * add changes to section
      
      * Update intro with better detail
      
      * Rework intro with better detail on motivation
      
      * Editing
      
      * Update README with new contrib guide filename
      
      * Add the illustration referred to RE MobileNet group convolution fusion
      
      * Fix off-by-a-line emph on code description
      
      * Fix off-by-a-line emph on code description
      ce7e168a
  32. 17 Jan, 2019 2 commits
    • Adam Procter's avatar
      Retire FunctionCall, Reduce, ReduceWindow, SelectAndScatter (#2223) · 18d0993e
      Adam Procter authored
      * Retire Reduce, ReduceWindow, SelectAndScatter
      
      * Remove lingering AnyAllReplacement code
      
      * Remove apparently-now-unused macro
      
      * Remove lingering op/reduce.hpp includes
      
      * Remove FunctionCall
      
      * Update Python stuff to remove FunctionCall, Reduce
      
      * Add Any/All tests to GPU manifest
      
      * Remove deleted .hpp #include from gpu_compiled_function.cpp
      
      * Restore reduce_function.cpp since that is where the All/Any implementations ended up residing
      
      * Add reduce_function.cpp back into CMakeLists.txt
      
      * Remove #include of deleted reduce.hpp
      
      * Re-remove AnyAllReplacement from GPU passes
      
      * Remove deleted #includes from gpu_internal_function.cpp
      
      * Remove git conflict stuff (whoops)
      
      * Add newline at EOF, per review comment
      
      * Address flake8 complaint about unused import
      18d0993e
    • Leona C's avatar
      Leona/0 12 doc (#2337) · 93738a82
      Leona C authored
      * Resolve doc build warning regarding footnote
      
      * Update for versioning
      93738a82
  33. 03 Jan, 2019 1 commit
  34. 20 Dec, 2018 1 commit
    • L.S. Cook's avatar
      Doc 0.11 (#2219) · 9940123b
      L.S. Cook authored
      * editing docs
      
      * more doc updates
      
      * Cleanup theme, update backends for PlaidML, remove stale font
      
      * Add PlaidML description and doc update that should have been added with PR 1888
      
      * Add PlaidML description and doc update that should have been added with PR 1888
      
      * Latest release doc updates
      
      * Add PlaidML description and doc update for PR 1888
      * Update glossary with tensor description and quantization def
      * Refactor landpage with QuickStart guides
      * Add better details about nGraph features and roadmap
      
      * Placeholder detail for comparison section
      
      * Add section link
      
      * order sections alphabetically for now
      
      * update compiler illustration
      
      * Address feedback from doc review
      
      * Update illustration wording
      
      * Formatting and final edits
      
      * keep tables consistent
      
      * Clarify doc on bridge and compiler docs
      
      * Clarify doc on bridge and compiler docs
      
      * yay for more feedback and improvements
      
      * edit with built doc
      
      * Fix typo
      
      * Another phase of PR review editing
      
      * Final review comment resolved
      
      * note grammatically-correct wording preferred as often as possible.
      
      * First iteration of shared subgraphs with onnx doc
      
      * Updte onnx wheel install instructions with latest ngraph-0.9.0 versioning
      
      * Updte onnx wheel install instructions with latest ngraph-0.9.0 versioning
      
      * Update section  on subgraphs and shared subgraph docs
      
      * Finalize edit of mxnet tutorial given status of our PR
      
      * Make sure latest conf py is being used
      
      * Update to latest index
      
      * Add link to design doc mentioned by Ashoke and update about for consistent headings
      
      * Update with PR feedback
      
      * Update with new pip install instructions
      
      * add more testing
      
      * Further feedback review included
      
      * Improve descriptions, given the new pip pkg install options
      
      * Add note to onnx_ssg_tutorial
      
      * Links updated to latest correct url
      
      * Improve docs for Beta
      
      * Reorganize TOC
      
      * Better org in sections
      
      * Make heading style consistent across indexes
      
      * Update intro to framework builders
      
      * Update intro to framework builders
      
      * Add feedback from reviewers
      
      * Minor fixes to ToC and editing
      
      * Add section on FMV for miscellaneous use cases
      
      * Update notice on README
      
      * Updte link to howto index
      
      * fix typo
      
      * fix note
      
      * Update glossary
      9940123b