1. 12 Aug, 2013 3 commits
    • Added user documentation · 69fa1b06
      Peter Baratta committed
    • Create a new response type for Numerical/Formula · 735e3b01
      Named `FormulaEquationInput` (name up for debate)
      
      - Based off ChemEqnIn
      - Add FormulaEquationInput in inputtypes.py
      - Add a call to a skeleton method for a preview
      
      javascript:
      
      - Queue up some MathJax
      - Put some ordering on the AJAX requests: add a parameter when the request was started, when it returns check that it isn't outdated before displaying the preview
      - Tests
      
      Note: we moved the `jsinput` tests and DISABLED them, because they were causing the tests to fail.
      Peter Baratta committed
    • Change calc module · a1162cbb
      - Create a method called `parse_algebra`. It takes a string of math and returns with a `pyparsing.ParseResults` object representing it.
      - `evaluator` takes this tree and applies the old "parse actions" to it to get the same number as it used to.
      - Change calc's API: `evaluator` to use `case_sensitive` rather than `cs`
      - Add most of the capability for latex rendering
      Peter Baratta committed
  2. 09 Aug, 2013 33 commits
  3. 08 Aug, 2013 4 commits