Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
[WIP][Docs] Add documentation for ENI types.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi Huang committed Sep 6, 2018
1 parent e21d6b5 commit 5bf6d14
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/404.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This section does not exist yet. `(´-ι_-\`)`
10 changes: 10 additions & 0 deletions docs/documentation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
=============
Documentation
=============

Types
-----

.. toctree::
:maxdepth: 2
types
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ Contents

getting-started
developer-guide
documentation
contributing
28 changes: 28 additions & 0 deletions docs/types.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
=====
Types
=====

ENI Types
---------

.. _types-eni-int:

ENI Integers
````````````

.. _types-eni-bool:

ENI Boolean
```````````

.. _types-eni-addr:

ENI Address
```````````

.. _types-json:

JSON Types
----------

.. include:: 404.rst

0 comments on commit 5bf6d14

Please sign in to comment.