1
0
mirror of https://github.com/DanilaFe/abacus synced 2025-04-22 08:27:12 -07:00
Commit Graph

434 Commits

Author SHA1 Message Date
082f92c924 Add a new head include. 2017-08-14 21:22:34 -07:00
0263c96b96 Remove default theme altogether. 2017-08-14 21:16:35 -07:00
83fd849e19 Overwrite the default header and footer. Temporarily blank. 2017-08-14 21:13:33 -07:00
5e6d19cf12 Create the about page. 2017-08-14 21:12:41 -07:00
23cac13260 Delete the about me page, and add a folder for pages. 2017-08-14 21:11:16 -07:00
7fff994da4 Remove the default post. 2017-08-14 19:42:14 -07:00
b3649fa539 Configure the default site. 2017-08-14 19:42:06 -07:00
4b656aa2d5 Create basic Jekyll template. 2017-08-14 19:21:17 -07:00
245a468293 Format code. 2017-08-14 19:03:52 -07:00
57439b938d Delete old, unused code. 2017-08-13 16:49:25 -07:00
84691a238e Move the JavaFX files written in Kotlin to the FX module. 2017-08-13 01:51:53 -07:00
745142e687 Reduce Kotlin version to 1.7 2017-08-13 01:08:19 -07:00
861bdf372d Split the project into separate modules. 2017-08-12 21:11:01 -07:00
cb104d5d5a Merge remote-tracking branch 'origin/inv-trig-doc' 2017-08-11 22:25:45 -07:00
e40e43f11e Merge branch 'inv-trig'
# Conflicts:
#	src/main/java/org/nwapw/abacus/plugin/StandardPlugin.java
2017-08-11 22:13:20 -07:00
4787386bf5 Merge branch 'master' of github.com:DanilaFe/abacus 2017-08-11 22:10:42 -07:00
Arthur Drobot
3d20073ae8 Inverse trig documentation. 2017-08-11 21:07:34 -07:00
Arthur Drobot
5aab5d967d Add examples to documentation of trig functions. 2017-08-11 20:32:39 -07:00
2e14a70950 Merge branch 'inv-trig'
# Conflicts:
#	src/main/java/org/nwapw/abacus/plugin/StandardPlugin.java
2017-08-11 12:29:12 -07:00
Arthur Drobot
d514c7f75c Modify sqrt comment. 2017-08-11 01:23:01 -07:00
Arthur Drobot
2e4e095dc1 Write arctan and add arccot. 2017-08-11 01:19:13 -07:00
cd097ff5e6 Remove useless comment. 2017-08-10 22:16:12 -07:00
79c4588bee Fix typos created in removing the promoteTo calls. 2017-08-09 19:23:44 -07:00
f8e3d6ce87 Phase out as many promoteTo calls as possible. 2017-08-09 19:04:32 -07:00
Arthur Drobot
49df790004 Revert "Write a RationalNumber class."
This reverts commit f3942b6760.
2017-08-09 18:43:52 -07:00
6cded712b0 Make the C in nCr capital. 2017-08-09 17:15:12 -07:00
Arthur Drobot
3f0a30221a Add arcsec. Adjust some comments. 2017-08-09 16:04:26 -07:00
Arthur Drobot
9c7dccf116 Add arccsc. 2017-08-09 15:57:02 -07:00
Arthur Drobot
52697aea95 Add arccos. 2017-08-09 15:08:54 -07:00
Arthur Drobot
e06bf52f53 Add arcsin. 2017-08-09 12:47:43 -07:00
fd2619a8b7 Add optimization to NPR. 2017-08-09 12:47:22 -07:00
26e9e15998 Implement two combinatorics operators. 2017-08-09 12:34:02 -07:00
fc0549b2d8 Add a random function. 2017-08-09 11:51:12 -07:00
d819084e4a Fix the weird scroll bars. 2017-08-09 11:22:01 -07:00
3183c23c72 Merge branch 'function-doc' 2017-08-09 11:10:00 -07:00
6285cf829c Rescan the plugins folder. 2017-08-09 11:02:21 -07:00
a8baeb5891 Add plugin removal from the plugin manager. 2017-08-09 10:30:04 -07:00
8b3afbbb5f Deprecate the promotion functions. 2017-08-08 15:29:19 -07:00
Arthur Drobot
f3942b6760 Write a RationalNumber class. 2017-08-08 14:53:34 -07:00
456871afb5 Fix some documentation glitches. 2017-08-08 14:39:41 -07:00
6e44fc31dd Change the sorting order. 2017-08-08 14:26:04 -07:00
451b977909 Add documentation. 2017-08-08 14:18:14 -07:00
521727853d Change the width property bound to the width. 2017-08-08 14:18:08 -07:00
cf806467e5 Add documentation browsing to the abacus controller. 2017-08-08 13:49:19 -07:00
c36f241fe5 Add registering documentation to plugins. 2017-08-08 13:49:04 -07:00
5ec277e042 Fix documentation loading code. 2017-08-08 13:47:03 -07:00
5aa47d9602 Add a matches function. 2017-08-08 13:46:54 -07:00
55afd5fba0 Add a plugin registration function to Plugins. 2017-08-08 11:27:59 -07:00
8fc7b4c42c Add a registered documentation set. 2017-08-08 11:09:46 -07:00
d0e36f5f66 Add documentation type for a documentation entry. 2017-08-08 10:54:36 -07:00