Skip to content

Commit

Permalink
Merge pull request #12 from xmnlab/update_xndtools
Browse files Browse the repository at this point in the history
  • Loading branch information
skrah committed Aug 7, 2018
2 parents 7e1e85a + a9c3622 commit be391aa
Show file tree
Hide file tree
Showing 26 changed files with 1,711 additions and 115 deletions.
14 changes: 13 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. meta::
:robots: index, follow
:description: xnd documentation
:keywords: libxnd, xnd, libgumath, gumath, C, Python, array computing
:keywords: libxnd, xnd, libgumath, gumath, xndtools, C, Python, array computing

.. sectionauthor:: Stefan Krah <skrah at bytereef.org>

Expand Down Expand Up @@ -68,6 +68,18 @@ Python bindings for libgumath.
gumath/index.rst


XndTools
--------

XndTools is a Python package containing development tools for the XND project.


.. toctree::
:maxdepth: 1

xndtools/index.rst


Releases
--------

Expand Down
50 changes: 50 additions & 0 deletions doc/xndtools/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
.. meta::
:robots: index, follow
:description: xndtools notes
:keywords: xnd, gumath, kernel generation, C, Python, array computing

.. sectionauthor:: Pearu Peterson <pearu.peterson at gmail.com>


xndtools
========

xndtools is a Python package containing development tools for the XND project.


kernel_generator
----------------

Python package for generating gumath kernels from C function prototypes.

.. toctree::
:maxdepth: 1

kernel_generator/index.rst


Notes
-----

Developer notes


.. toctree::
:maxdepth: 1

notes/index.rst


Tutorials
---------

Tutorials on using XND tools.


.. toctree::
:maxdepth: 1

tutorials/getting_started.rst
tutorials/gpu_kernel.rst


14 changes: 14 additions & 0 deletions doc/xndtools/kernel_generator/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.. meta::
:robots: index, follow
:description: kernel_generator documentation
:keywords: xndtools, xnd, C, array computing

.. sectionauthor:: Pearu Peterson <pearu.peterson at gmail.com>


Kernel generator
================

kernel_generator is a Python package for generating gumath kernels
from C function prototypes.

18 changes: 18 additions & 0 deletions doc/xndtools/notes/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.. meta::
:robots: index, follow
:description: xndtools notes
:keywords: xnd

.. sectionauthor:: Pearu Peterson <pearu.peterson at gmail.com>


Notes
-----

Developer notes on xnd project.


.. toctree::

notes1.rst

0 comments on commit be391aa

Please sign in to comment.