Skip to content

Commit

Permalink
Documentation update for auto generation (#13)
Browse files Browse the repository at this point in the history
* Add tutorial before the automatically generated API

* Doc update for data structure

* Don't publish "shape" for nested openarray

* Update doc for accessors_slicer

* Document shapeshifting proc

* Document display proc

* Documentation for BLAS operation

* Documentation for `aggregate`

* Update doc for ufunc.

* Documentation for term-rewriting macro

* Update doc for init
  • Loading branch information
mratsim authored Jul 8, 2017
1 parent 202acdf commit 087b5c8
Show file tree
Hide file tree
Showing 12 changed files with 871 additions and 58 deletions.
2 changes: 2 additions & 0 deletions arraymancer.nim
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# limitations under the License.

import sequtils, strutils, future, algorithm, nimblas, math, typetraits, macros, random

include docs/autogen_nim_API
include src/arraymancer/utils/functional,
src/arraymancer/utils/nested_containers,
src/arraymancer/utils/ast_utils,
Expand Down
Loading

0 comments on commit 087b5c8

Please sign in to comment.