1. 20 Nov, 2018 1 commit
    • L.S. Cook's avatar
      Architecture and feature docs2 (#2038) · b1a22df1
      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
      
      * Update README with different sort of navigation options
      
      * Remove unnecessary repetition
      
      * Add links to announcement blogs for previous contributions to ONNX and PyTorch projects
      
      * Better link
      
      * Add syllabus for perf criterion
      
      * Editing and readability on README and add page for performance-validated workloads
      
      * Editing and readability on README and add page for performance-validated workloads
      
      * Editing and readability on README and add page for performance-validated workloads
      
      * Update README
      
      * Update illustrations with detail pertinent to br
      
      * Documenting diagram and updating about features faqs doc
      
      * Latest Beta doc updates
      
      * clarify wording on arch doc
      
      * Update deprecated INSTALL.md file and CONTRIB.md
      
      * Legacy framework support for neon removed; instead show how nGraph enables custom or customizable frameworks
      
      * nGraph Compiler stack beta
      
      * Add markdown version of some docs as requested
      
      * update full ng stack diagram
      
      * Make sure diagrams work after moving them to tld
      
      * Update ABOUT tld info doc with PR review feedback
      b1a22df1
  2. 19 Jul, 2018 1 commit
    • L.S. Cook's avatar
      update version and add glossary defs (#1215) · 1df7602e
      L.S. Cook authored
      * update version and add glossary defs
      
      * clean up graph rewrite code blocks
      
      * PR feedback
      
      * add better details to LSTM def
      
      * RNN def generalized
      
      * adding fancy formulas to RNN def glossary entry
      
      * Address API breaking change in PR 1164
      
      * all of the documentation re default install path needed updated with pr 1164
      
      * Assert manual compilation process to build ngraph_dist locally as a sensible default
      1df7602e
  3. 12 Feb, 2018 1 commit
    • Scott Cyphers's avatar
      Doc the A-ops. (#482) · fd2bf807
      Scott Cyphers authored
      * Doc the A-ops.
      
      * Better structure for ops and the docs around them, based on cyphers branch for doc-the-a-ops
      
      * More edits for merge into preview branch
      
      * Update link to framework integration guide page on testing libngraph
      
      * Better arcbackprops, review comments
      
      * Make ``input`` consistent.
      
      * Uniform formatting.
      Unverified
      fd2bf807
  4. 22 Jan, 2018 1 commit
    • L.S. Cook's avatar
      Scaffolding for userdocs (#402) · 2c048174
      L.S. Cook authored
      * adding work and organization for docs
      
      * Summary of changes
      
      - removed rst file from css folder
      - added substitutions to conf file so folks don't have to type out the whole name
      - added branding notice so link in footer works
      - added glossary so we can have a place for terms relative to libngraph
      - added placeholder for MXNet and TF frontend under new section
      - cleaned up api page
      
      * Fix code fencing error and indentation issue causing build to throw error
      
      * adding MXNet integration guide details and other miscellaneous structure
      
      * fix unicode error in rst epilog
      
      * testing with unicode marker for rst_epilog string
      
      * replace api scaffolding with TODO to avoid breaking Jenkins
      2c048174