Commit 2bbc6c85 authored by Paul's avatar Paul
Browse files

Add some initial reference documentation

parent f82223c5
sphinx sphinx
git+https://github.com/arximboldi/breathe@fix-node-parent breathe==4.9.1
# git+https://github.com/arximboldi/breathe@fix-node-parent
...@@ -152,5 +152,6 @@ texinfo_documents = [ ...@@ -152,5 +152,6 @@ texinfo_documents = [
'Miscellaneous'), 'Miscellaneous'),
] ]
breathe_default_members = ('members', 'undoc-members')
cpp_index_common_prefix = ['migraph::']
...@@ -10,6 +10,8 @@ Welcome to MIGraph's documentation! ...@@ -10,6 +10,8 @@ Welcome to MIGraph's documentation!
:maxdepth: 2 :maxdepth: 2
:caption: Contents: :caption: Contents:
reference/data
reference/operators
Indices and tables Indices and tables
......
Data types
==========
shape
-----
.. doxygenstruct:: migraph::shape
literal
-------
.. doxygenstruct:: migraph::literal
argument
--------
.. doxygenstruct:: migraph::argument
raw_data
--------
.. doxygenstruct:: migraph::raw_data
.. doxygenfunction:: migraph::visit_all
tensor_view
-----------
.. doxygenstruct:: migraph::tensor_view
Operators
=========
operation
---------
.. doxygenstruct:: migraph::operation
operators
---------
.. doxygenfile:: operators.hpp
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