Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mkdocs.yml - github.com/torch/cwrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f5e07c80e78b4e0bb6fe574f9201c828816c13e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
site_name: cwrap
theme : simplex
repo_url : https://github.com/torch/cwrap
use_directory_urls : false
markdown_extensions: [extra]
docs_dir : doc
pages:
- [index.md, CWrap]
- [example.md, Example Use Case]
- [highlevelinterface.md, High Level Interface]
- [argumenttypes.md, Argument Types]
- [usertypes.md, User Types]