Skip to content

Commit

Permalink
Build: (4b0605e) Adding another missing docs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
emprice committed Apr 1, 2024
1 parent 250b891 commit acb2586
Show file tree
Hide file tree
Showing 61 changed files with 5,582 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 7f88ada47e9fbacf4ee3600e8e857fc5
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file added .nojekyll
Empty file.
6 changes: 6 additions & 0 deletions _sources/exhale/lowlevel.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
===============
Low-level C API
===============

.. include:: unabridged_api.rst.include

45 changes: 45 additions & 0 deletions _sources/highlevel.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
High-level Python API
=====================

OpenCL interface
----------------

Platforms
^^^^^^^^^

.. autoclass:: pocky.Platform
:members:


.. autofunction:: pocky.list_all_platforms


Devices
^^^^^^^

.. autoclass:: pocky.Device
:members:


.. autofunction:: pocky.list_all_devices


Contexts
^^^^^^^^

.. autoclass:: pocky.Context
:members:


.. autofunction:: pocky.context_default


.. autofunction:: pocky.context_from_devices


Buffers
^^^^^^^

.. autoclass:: pocky.BufferPair
:members:

16 changes: 16 additions & 0 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
pocky
=====

.. toctree::
:maxdepth: 2
:caption: Contents:

highlevel
exhale/lowlevel

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
Loading

0 comments on commit acb2586

Please sign in to comment.