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

mkdocs.yml - github.com/torch/paths.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1fe86d1b0d9e6cab74aa6e333af6ccb74b107ecf (plain)
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]