Skip to content

Commit

Permalink
Break apart the various documents into smaller ones; leaving 'legacy.…
Browse files Browse the repository at this point in the history
…rst' with the old text for reference and dissemination
  • Loading branch information
Benn Bollay committed Mar 27, 2018
1 parent 9cad641 commit e922854
Show file tree
Hide file tree
Showing 6 changed files with 316 additions and 318 deletions.
6 changes: 3 additions & 3 deletions docs/api/coherent_unit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.. Copyright (c) 2018
``CoherentUnit``
Qrack::CoherentUnit
================

Defined in `qregister.hpp <https://github.com/vm6502q/qrack/blob/master/qregister.hpp>`_.
Expand All @@ -15,11 +15,11 @@ Creating a CoherentUnit

There's two primary implementations of a ``CoherentUnit``:

.. doxygenenum:: Qrack::CoherentUnitEngine
.. doxygenenum:: CoherentUnitEngine

These enums can be passed to an allocator to create a ``CoherentUnit`` of that specified implementation type:

.. doxygenfunction:: Qrack::CreateCoherentUnit
.. doxygenfunction:: CreateCoherentUnit

Constructors
------------
Expand Down
17 changes: 17 additions & 0 deletions docs/implementation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Implementation
==============

CoherentUnit
--------------------------------

VM6502Q Opcodes
---------------

CC65
----

.. _c-syntax-enhancements-ref:

C Syntax Enhancements
~~~~~~~~~~~~~~~~~~~~~

0 comments on commit e922854

Please sign in to comment.