* Renamed many functions and variables, as now described in the conventions documentation;
* Added **plot** module to visualise titration results;
* Updated `halfGran` solver to return values in dict field `'x'` for consistency;
* Fixed fatal bug in `Dickson1981` solver;
* Fixed incorrect `eqConstants['P1']` value in D81 dataset loading function;
* Combined all calibration and VINDTA-style functions into generic functions that can implement any solving method;
* Major documentation overhaul, and added workflow examples.