File: mkdocs.yml

package info (click to toggle)
lua-torch-paths 0~20161027-g2bc6460-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 172 kB
  • ctags: 72
  • sloc: ansic: 971; makefile: 10; sh: 3
file content (12 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
site_name: paths
theme : simplex
repo_url : https://github.com/torch/paths
use_directory_urls : false
markdown_extensions: [extra]
docs_dir : doc
pages:
- [index.md, Paths]
- [filenames.md, Manipulating Filenames]
- [dirfunctions.md, Directory Functions]
- [dirpaths.md, Directory Paths]
- [misc.md, Miscellaneous]