sphinx-autoapi/tests/dotnetexample
2015-08-03 10:35:12 -07:00
..
example Add Indentity as the default dotnet testing project. 2015-07-20 14:48:25 -07:00
conf.py Add Indentity as the default dotnet testing project. 2015-07-20 14:48:25 -07:00
index.rst Add Indentity as the default dotnet testing project. 2015-07-20 14:48:25 -07:00
Makefile Add Indentity as the default dotnet testing project. 2015-07-20 14:48:25 -07:00
README.md Fix README to include proper command 2015-08-03 10:35:12 -07:00

.Net example

This assumes that you have a docfx executable on your PATH. It also depends on the sphinxcontrib-dotnet domain: https://github.com/rtfd/sphinxcontrib-dotnetdomain

Currently this is setup to build the Indentity repo from ASP.Net

We don't have the checkout in the repo, but there's a clone.sh in the example directory which will clone it properly.

Then you should simply be able to run make html in this directory.