Skip to content

Commit

Permalink
Some minor doc changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
skrah committed Jan 10, 2018
1 parent 7ed779d commit d460a57
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/libndtypes/conf.py
Expand Up @@ -22,7 +22,7 @@
html_domain_indices = False
html_use_index = False
html_show_sourcelink = False
html_add_permalinks = None
# html_add_permalinks = None
html_copy_source = False

def setup(app):
Expand Down
4 changes: 2 additions & 2 deletions doc/libndtypes/index.rst
Expand Up @@ -11,14 +11,14 @@ libndtypes

libndtypes implements the type part of a compiler frontend. It can describe
C types needed for array computing and additionally includes symbolic types
for the purposes of pattern matching.
for dynamic type checking.


libndtypes has the concept of abstract and concrete types. Concrete types
contain the exact data layout and all sizes that are required to access
subtypes or individual elements in memory.

Abstract types are for pattern matching and include functions, symbolic
Abstract types are for type checking and include functions, symbolic
dimensions and type variables. Module support is planned at a later stage.


Expand Down
2 changes: 1 addition & 1 deletion doc/ndtypes/conf.py
Expand Up @@ -22,7 +22,7 @@
html_domain_indices = False
html_use_index = False
html_show_sourcelink = False
html_add_permalinks = None
# html_add_permalinks = None
html_copy_source = False

def setup(app):
Expand Down
1 change: 1 addition & 0 deletions doc/ndtypes/index.rst
Expand Up @@ -18,3 +18,4 @@ ndtypes is a Python module based on libndtypes.
quickstart.rst
types.rst
pattern-matching.rst
buffer-protocol.rst

0 comments on commit d460a57

Please sign in to comment.