From 52e7adfaa142353840bb6d8aab570e9f8893160a Mon Sep 17 00:00:00 2001
From: maheshgudi
Date: Wed, 13 Jul 2016 14:19:34 +0530
Subject: first draft of the Yaksh read the docs documentation.
---
yaksh/documentation/_build/html/introduction.html | 223 ++++++++++++++++++++++
1 file changed, 223 insertions(+)
create mode 100644 yaksh/documentation/_build/html/introduction.html
(limited to 'yaksh/documentation/_build/html/introduction.html')
diff --git a/yaksh/documentation/_build/html/introduction.html b/yaksh/documentation/_build/html/introduction.html
new file mode 100644
index 0000000..6b92966
--- /dev/null
+++ b/yaksh/documentation/_build/html/introduction.html
@@ -0,0 +1,223 @@
+
+
+
+
+
+
+
+
+
+
+ Introduction — Yaksh July 2016 documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Introduction
+
This project provides an “exam” app that lets users take an online programming quiz.
+
+
Features
+
+- Define fairly complicated programming problems and have users solve the problem.
+- Immediate verification of code solution.
+- Supports pretty much arbitrary coding questions in Python, C, C++ and simple Bash and uses “test cases” to test the implementations of the students.
+- Supports simple multiple choice questions and File uploads.
+- Since it runs on your Python, you could technically test any Python based library.
+- Scales to over 500+ simultaneous users.
+- Distributed under the BSD license.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
--
cgit