You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mkdocs.yml 315B

123456789101112
  1. site_name: paths
  2. theme : simplex
  3. repo_url : https://github.com/torch/paths
  4. use_directory_urls : false
  5. markdown_extensions: [extra]
  6. docs_dir : doc
  7. pages:
  8. - [index.md, Paths]
  9. - [filenames.md, Manipulating Filenames]
  10. - [dirfunctions.md, Directory Functions]
  11. - [dirpaths.md, Directory Paths]
  12. - [misc.md, Miscellaneous]