Add a basic example dir with clone script.

This commit is contained in:
Eric Holscher 2015-06-21 23:00:42 -04:00
parent 4e9f1c02ea
commit fcfd6f258d
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,6 @@ htmlhelp_basename = 'dotnetexampledoc'
extensions = ['autoapi.extension', 'sphinxcontrib.dotnetdomain']
autoapi_type = 'dotnet'
autoapi_dir = 'example'
autoapi_dir = 'example/mvc/src/'
autoapi_file_pattern = 'project.json'
autoapi_ignore = ['toc.yml', 'index.yml']

View File

@ -0,0 +1 @@
git clone https://github.com/aspnet/mvc