Commit 85d6c5a2 by Will Daly

Merge pull request #305 from edx/will/machine-grading-arch

Add AI grading architecture documentation.
parents 7baef961 a62a8589
.. _Architecture index:
############
Architecture
############
.. toctree::
:maxdepth: 2
workflow
ai_grading
.. _dev_guide: .. _workflow:
##########################
Understanding the Workflow Understanding the Workflow
-------------------------- ##########################
.. warning:: The following section refers to features that are not yet fully .. warning:: The following section refers to features that are not yet fully
implemented. implemented.
......
...@@ -137,7 +137,7 @@ pygments_style = 'sphinx' ...@@ -137,7 +137,7 @@ pygments_style = 'sphinx'
# Add any paths that contain custom static files (such as style sheets) here, # Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files, # relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css". # so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static'] #html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format. # using the given strftime format.
......
...@@ -16,13 +16,16 @@ Setup ...@@ -16,13 +16,16 @@ Setup
pip install -e . pip install -e .
python manage.py runserver python manage.py runserver
Developer Guide
--------------- Developer Documentation
-----------------------
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
dev_guide architecture/index
API Documentation API Documentation
----------------- -----------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment