Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
a4505dfb
Commit
a4505dfb
authored
May 31, 2013
by
Ned Batchelder
Committed by
David Baumgold
Jun 04, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move symmath to be its own directory, and install it into the sandbox.
parent
6b3f93fe
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
12 additions
and
0 deletions
+12
-0
common/lib/symmath/setup.py
+10
-0
common/lib/symmath/symmath/README.md
+0
-0
common/lib/symmath/symmath/__init__.py
+0
-0
common/lib/symmath/symmath/formula.py
+0
-0
common/lib/symmath/symmath/symmath_check.py
+0
-0
common/lib/symmath/symmath/test_formula.py
+0
-0
common/lib/symmath/symmath/test_symmath_check.py
+0
-0
requirements/edx-sandbox/local.txt
+1
-0
requirements/edx/local.txt
+1
-0
No files found.
common/lib/symmath/setup.py
0 → 100644
View file @
a4505dfb
from
setuptools
import
setup
setup
(
name
=
"symmath"
,
version
=
"0.1"
,
packages
=
[
"symmath"
],
install_requires
=
[
"sympy"
,
],
)
common/lib/
capa
/symmath/README.md
→
common/lib/
symmath
/symmath/README.md
View file @
a4505dfb
File moved
common/lib/
capa
/symmath/__init__.py
→
common/lib/
symmath
/symmath/__init__.py
View file @
a4505dfb
File moved
common/lib/
capa
/symmath/formula.py
→
common/lib/
symmath
/symmath/formula.py
View file @
a4505dfb
File moved
common/lib/
capa
/symmath/symmath_check.py
→
common/lib/
symmath
/symmath/symmath_check.py
View file @
a4505dfb
File moved
common/lib/
capa
/symmath/test_formula.py
→
common/lib/
symmath
/symmath/test_formula.py
View file @
a4505dfb
File moved
common/lib/
capa
/symmath/test_symmath_check.py
→
common/lib/
symmath
/symmath/test_symmath_check.py
View file @
a4505dfb
File moved
requirements/edx-sandbox/local.txt
View file @
a4505dfb
...
...
@@ -4,3 +4,4 @@
common/lib/calc
common/lib/chem
common/lib/sandbox-packages
common/lib/symmath
requirements/edx/local.txt
View file @
a4505dfb
...
...
@@ -2,5 +2,6 @@
-e common/lib/calc
-e common/lib/capa
-e common/lib/chem
-e common/lib/symmath
-e common/lib/xmodule
-e .
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment