From 984013a8a6d930353fdbe9da2e385d5f73a151ec Mon Sep 17 00:00:00 2001
From: adityacp
Date: Mon, 2 Jan 2017 15:16:45 +0530
Subject: Delete build files
---
yaksh/documentation/_build/html/introduction.html | 222 ----------------------
1 file changed, 222 deletions(-)
delete 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
deleted file mode 100644
index 8be4004..0000000
--- a/yaksh/documentation/_build/html/introduction.html
+++ /dev/null
@@ -1,222 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- 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