1. 29 Mar, 2019 1 commit
  2. 21 May, 2018 1 commit
    • L.S. Cook's avatar
      Docs/editing (#1026) · 98740cd7
      L.S. Cook authored
      * editing how to execute computation file for clarity and linenos
      
      * Add placeholder for runtime docs
      
      * Update section on backends, interpreter, and FPGA options
      
      * add updated master to fix python_ci
      
      * Weird autosummary issue reverted
      
      * Clarify new section
      
      * remove renamed file
      
      * sentence structure
      98740cd7
  3. 08 May, 2018 2 commits
    • Adam Rogowiec's avatar
      [Py] (Partially) automatic generation of python API doc (#973) · 11ec6449
      Adam Rogowiec authored
      * First version of nGraph Python API documentation pages.
      
      * Remove use of (`) apostrophes since they generate Sphinx warnings.
      
      * Fix submodule rendering in Sphinx PythonAPI docs
      
      * Add updated index and conf py files
      
      * Updated version of Python API doc.
      
      * Better description for the autosummary
      
      * FIX: Disable autogeneration of summary files in documentation.
      
      * Remove redundant file containing duplicate information.
      
      * Remove unused Sphinx extensions.
      
      * (Partially) automatic generation of python API doc.
      
      - Detailed documentation is generated automatically
      - Summaries are generated automatically for all files except runtime.py
        which is parsed incorrectly.
      - No additional steps required. Only run `make html`. Under the hood there
        is lunched script which generates all required files to some temporary
        directory under `/tmp/sphinx_auto_py_doc/` and copied to docs directory
        afterwards.
      - Remove `autosummary_generate` from in configuration file since we use
        custom script which performs this step.
      
      * Review update.
      
      * Automatically generated stub files for doc.
      
      - Added just few empty lines which has been removed during recent merge.
      11ec6449
    • Adam Rogowiec's avatar
      [Py] Fix Python API doc. (#921) · 882e721c
      Adam Rogowiec authored
      * First version of nGraph Python API documentation pages.
      
      * Remove use of (`) apostrophes since they generate Sphinx warnings.
      
      * Fix submodule rendering in Sphinx PythonAPI docs
      
      * Add updated index and conf py files
      
      * Updated version of Python API doc.
      
      * Better description for the autosummary
      
      * FIX: Disable autogeneration of summary files in documentation.
      882e721c
  4. 27 Apr, 2018 1 commit
  5. 26 Apr, 2018 1 commit
    • Adam Rogowiec's avatar
      [Py] Python nGraph API doc (#885) · c9d65479
      Adam Rogowiec authored
      * First version of nGraph Python API documentation pages.
      
      * Remove use of (`) apostrophes since they generate Sphinx warnings.
      
      * Fix submodule rendering in Sphinx PythonAPI docs
      
      * Add updated index and conf py files
      
      * Updated version of Python API doc.
      
      * Better description for the autosummary
      c9d65479