384 Commits

Author SHA1 Message Date
jos
66716819a7 Fixed #644: implemented method Parser.getAll() to retrieve all defined variables 2016-04-16 09:55:48 +02:00
jos
391d687138 Released v3.1.4 2016-04-03 19:48:24 +02:00
jos
a531c5e656 Fixed code block (kramdown wants an empty line) 2016-03-22 08:45:53 +01:00
jos
8e8ce78057 Merge branch 'develop'
Conflicts:
	docs/reference/classes.md
2016-03-19 20:34:39 +01:00
jos
d4fd1d5159 Released version 3.1.0 2016-03-19 20:33:11 +01:00
jos
d9e7ced69c Merge remote-tracking branch 'origin/develop' into develop 2016-03-19 20:22:38 +01:00
jos
c8d41fc5b4 Restored support for implicit multiplications like (2+3)(4+5) 2016-03-19 20:16:54 +01:00
Max Bruckner
f038f86502 Documentation for implicit multiplication toString/toTex options 2016-03-19 19:25:39 +01:00
jos
aaa153d9e9 Some minor fixes in the docs 2016-03-19 13:15:01 +01:00
jos
d9cc810689 Put the comment on automatically generated docs on top of the files 2016-03-19 09:44:24 +01:00
Priidik Vaikla
964f65a9f4 Fixed Node link in docs 2016-03-18 13:13:32 +02:00
jos
cb05ecd70f Updated docs (mainly markdown fixes) 2016-03-12 13:11:29 +01:00
Jos de Jong
ebd1c11ee6 Merge pull request #596 from hgupta9/develop
Add kip unit
2016-03-05 10:12:19 +01:00
hgupta9
f86d3d8a9e add kip unit 2016-03-05 12:28:54 +05:30
jos
773e070881 Fixed docs of config 2016-03-04 19:44:18 +01:00
jos
15aca5e4d0 Changed casing of the values of config options number and matrix to match the actual name of the classes. 2016-03-04 19:41:54 +01:00
jos
67fcde902e Moved the class API's under reference/classes (similar to functions reference) 2016-03-04 16:58:21 +01:00
jos
e152c9943c Fixed a lot of broken links 2016-03-04 16:56:19 +01:00
jos
40355b7bf4 Extended core/index again. Fixed some broken links 2016-03-04 16:44:50 +01:00
jos
094f44f703 Some more reorganization of the docs 2016-03-04 16:34:52 +01:00
jos
09d4a88fa1 Removed the matrix functions list from the matrices.md page 2016-03-04 16:18:47 +01:00
jos
2ef9bf5878 Fixed the links on the functions reference page 2016-03-04 13:45:22 +01:00
jos
d9b9902842 Moved functions.md and classes.md to /reference 2016-03-03 21:16:06 +01:00
jos
ba6f1e9dc0 Updated list with Node classes. Renamed file class_api.md to classes.md 2016-03-03 20:34:53 +01:00
jos
126622337d Renamed section 'units' to 'unit' 2016-03-03 20:21:08 +01:00
jos
e2a3878ba9 Moved functions format and print to section string 2016-03-03 20:17:41 +01:00
jos
6a94e1a0de Improved function reference page (see #556):
- changed headers to "Category functions"
 - show function name with namespace, like `math.sin`
 - functions are now shown in a table with description
2016-03-03 20:08:57 +01:00
jos
c02b58e8b0 Merge remote-tracking branch 'origin/develop' into develop 2016-03-03 19:38:09 +01:00
jos
be3fe35063 Fixed some categories in docs. Added expression docs for config and typed 2016-03-03 19:26:29 +01:00
hgupta9
45a37ba731 class-wise API and new units 2016-03-02 18:30:55 +05:30
jos
10bc7be287 Fixed escaping of html tags in function parameter types 2016-03-01 21:01:29 +01:00
jos
6abe954d7c Fixed #590: added information on typeof to the index page of data types 2016-02-28 08:38:31 +01:00
jos
344f681a9f Order function categories in a particular order 2016-02-27 21:01:53 +01:00
jos
2898fd09eb Fixed broken filter for construction functions 2016-02-27 20:52:29 +01:00
jos
0922121e82 Added core functions config, import, and typed to the docs. Updated other docs 2016-02-27 20:37:26 +01:00
jos
12eee9e856 Moved filter, forEach, map, partitionSelect, sort from utils to matrix section 2016-02-27 20:00:42 +01:00
jos
481e8da2b5 Removed alphabetical function list, moved categorical list to root of docs. 2016-02-27 14:27:19 +01:00
jos
bd6db88fe5 Merge remote-tracking branch 'origin/develop' into develop 2016-02-27 11:37:23 +01:00
jos
a60a70e6b9 Store dot notation in IndexNode 2016-02-27 11:36:47 +01:00
jos
89e1238fed Implemented read-only name-properties for AccessorNode and AssignmentNode, improved the name property of FunctionNode 2016-02-27 11:17:34 +01:00
jos
dc1e800314 Updated docs and history on expression parser nodes 2016-02-26 21:03:04 +01:00
jos
94986762fb Merge branch 'develop' into feature/objectsupport
Conflicts:
	HISTORY.md
2016-02-24 08:58:01 +01:00
oyvindjam
750a4b4779 Fix bower link 2016-02-22 01:17:49 +01:00
jos
6363ba7df0 Added a paragraph on fractions and bignumbers in the section "round-off" errors 2016-02-04 10:17:21 +01:00
jos
86a3af26f3 Merge branch 'develop' into feature/objectsupport
Conflicts:
	HISTORY.md
2016-02-03 21:17:51 +01:00
jos
b0581b4e85 Fixed #551: added more unit aliases for time: secs, mins, hr, hrs 2016-01-25 20:32:11 +01:00
jos
2b7c00e481 Updated syntax.md 2016-01-14 21:50:59 +01:00
jos
fad5d8cc07 Merged parseFunctions and parseIndex into parseAccessors. Restricted support for implicit multiplication, execute as accessors instead 2016-01-09 21:11:29 +01:00
jos
b7bd078def Added name property to UpdateNode 2016-01-08 22:27:19 +01:00
jos
61f6ab0667 Merge branch 'develop' into feature/objectsupport
Conflicts:
	HISTORY.md
2016-01-03 19:49:06 +01:00