Added branch to push to gh pages
This commit is contained in:
parent
bac190632b
commit
eb7f9c93d6
5 changed files with 236 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ html_theme = 'sphinx_material'
|
|||
|
||||
if html_theme == 'sphinx_material':
|
||||
html_theme_options = {
|
||||
'nav_title': 'Project Name',
|
||||
'nav_title': 'Vulkan Kompute',
|
||||
#'google_analytics_account': 'UA-XXXXX',
|
||||
#'base_url': 'https://project.github.io/project',
|
||||
'color_primary': 'red',
|
||||
|
|
|
|||
|
|
@ -17,6 +17,18 @@ Docs
|
|||
.. doxygenclass:: kp::Manager
|
||||
:members:
|
||||
|
||||
.. doxygenclass:: kp::Sequence
|
||||
:members:
|
||||
|
||||
.. doxygenclass:: kp::OpBase
|
||||
:members:
|
||||
|
||||
.. doxygenclass:: kp::OpMult
|
||||
:members:
|
||||
|
||||
.. doxygenclass:: kp::OpCreateTensor
|
||||
:members:
|
||||
|
||||
.. doxygenclass:: kp::Algorithm
|
||||
:members:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue