From 47877a12ec38cf0071d2ad70b54d3892ed22ef72 Mon Sep 17 00:00:00 2001 From: Abhishek-IOT Date: Mon, 28 Dec 2020 09:50:00 +0530 Subject: [PATCH 1/7] Added the link to documentation below the login attribute. --- templates/shell.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shell.html b/templates/shell.html index 0b5f9d8..23617e7 100644 --- a/templates/shell.html +++ b/templates/shell.html @@ -15,7 +15,7 @@

SymPy Live

{{ user.nickname }}

{% else %} -

Log In

+

Log In

Documentation

{% endif %}
{% if user %} From 86326698c928491cb362cbbc34db2a8b2a1aafb2 Mon Sep 17 00:00:00 2001 From: Abhishek Srivastav <53862677+Abhishek-IOT@users.noreply.github.com> Date: Fri, 1 Jan 2021 18:41:09 +0530 Subject: [PATCH 2/7] Update README.rst Just for more clear insights that what is GAE(Full form should be there). --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5138675..b3b7479 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ browsers. This is accomplished by providing a HTML/JavaScript GUI for entering source code and visualization of output, and a server part which evaluates the requested source code. Note that this shell is not scalable and it uses -only one instance on GAE, thus all evaluation requests are queued and it +only one instance on GAE(Google App Engine), thus all evaluation requests are queued and it may take quite a lot of time, before our code can be evaluated (depending on the current load of the instance). From a57fcb0f1ab8bda58aad183c0766340e62ac303d Mon Sep 17 00:00:00 2001 From: Abhishek Srivastav <53862677+Abhishek-IOT@users.noreply.github.com> Date: Fri, 1 Jan 2021 18:51:44 +0530 Subject: [PATCH 3/7] Update README.rst Updated the readme for clearance. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b3b7479..fe6d8fc 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ browsers. This is accomplished by providing a HTML/JavaScript GUI for entering source code and visualization of output, and a server part which evaluates the requested source code. Note that this shell is not scalable and it uses -only one instance on GAE(Google App Engine), thus all evaluation requests are queued and it +only one instance on GAE(Google App Engine),thus all evaluation requests are queued and it may take quite a lot of time, before our code can be evaluated (depending on the current load of the instance). From 5da9bb33dc9eec7a3be51a762aa1ec79cb104b61 Mon Sep 17 00:00:00 2001 From: Abhishek Srivastav <53862677+Abhishek-IOT@users.noreply.github.com> Date: Mon, 4 Jan 2021 09:26:33 +0530 Subject: [PATCH 4/7] Update README.rst Done the changes according to @waldyrious suggestions .It will be better to add the acronym in the 8 line rather adding the full form in the 14th line. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index fe6d8fc..8df4a72 100644 --- a/README.rst +++ b/README.rst @@ -5,13 +5,13 @@ SymPy Online Shell :target: https://travis-ci.org/sympy/sympy-live Online Shell for SymPy (sympy-live) is a simple web application based on -Google App Engine, which allows to evaluate Python code with SymPy in web +Google App Engine(GAE), which allows to evaluate Python code with SymPy in web browsers. This is accomplished by providing a HTML/JavaScript GUI for entering source code and visualization of output, and a server part which evaluates the requested source code. Note that this shell is not scalable and it uses -only one instance on GAE(Google App Engine),thus all evaluation requests are queued and it +only one instance on GAE,thus all evaluation requests are queued and it may take quite a lot of time, before our code can be evaluated (depending on the current load of the instance). From 7deeacfea811cc5ad58caab2e4d8d43c92069fbe Mon Sep 17 00:00:00 2001 From: Abhishek-IOT Date: Mon, 4 Jan 2021 09:57:03 +0530 Subject: [PATCH 5/7] Made the previous change as comment --- templates/shell.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shell.html b/templates/shell.html index 23617e7..2a70f2e 100644 --- a/templates/shell.html +++ b/templates/shell.html @@ -15,7 +15,7 @@

SymPy Live

{{ user.nickname }}

{% else %} -

Log In

Documentation

+ {% endif %}
{% if user %} From 12e70a15ce698512d73f074bd9e1bc4ef2dce994 Mon Sep 17 00:00:00 2001 From: Abhishek-IOT Date: Mon, 4 Jan 2021 09:58:00 +0530 Subject: [PATCH 6/7] deleted the comment --- templates/shell.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shell.html b/templates/shell.html index 2a70f2e..f854342 100644 --- a/templates/shell.html +++ b/templates/shell.html @@ -15,7 +15,7 @@

SymPy Live

{{ user.nickname }}

{% else %} - + {% endif %}
{% if user %} From a508161dd14e402501aaa4dd47ee303c372c3abc Mon Sep 17 00:00:00 2001 From: Abhishek-IOT Date: Wed, 17 Mar 2021 20:04:09 +0530 Subject: [PATCH 7/7] Trying to add the speech Recognition feature in sympy live. --- templates/base.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/templates/base.html b/templates/base.html index 97184f4..13ad6d0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -71,12 +71,24 @@ gtag('config', 'UA-163910085-2'); +

SymPy Logo SymPy

+ +