Ian Bell
62134af9ab
Merge pull request #833 from sabatind/patch-1
...
Added support for Android
2015-11-07 12:43:44 +01:00
Daniel Sabatino
cacd98dd3f
Update index.rst
...
Cleaned up formatting and added example code
2015-11-06 21:11:58 -05:00
Jorrit Wronski
fa632fd1d2
Changed the docker docs and move all Python builds to docker containers
2015-11-06 16:33:30 +01:00
Ian Bell
27dad3f9bc
More information on setting/getting interaction parameters and mixing rules; see #848
2015-11-01 16:48:42 +01:00
Ian Bell
8c000804c9
Add some more docs for mixtures in high-level interface; see #848
2015-11-01 16:21:31 +01:00
Ian Bell
3ae08bfff7
More info for using static libraries
2015-10-29 17:15:06 +01:00
Ian Bell
4446bacd45
Updates docs for using static library; see #853
2015-10-28 19:03:19 +01:00
Ian Bell
851c961cd6
Updated number of fluids
2015-10-25 14:20:16 +01:00
Ian Bell
c531d2344e
Update Excel sample and docs and vba add-in
2015-10-23 21:46:01 +02:00
Ian Bell
aebe9015b9
Implement ALTERNATIVE_TABLES_DIRECTORY configuration variable; closes #838
2015-10-17 14:21:55 +02:00
Jorrit Wronski
f18b71d26e
Fixed a password leak in the docker log files. All affected passwords are changed.
2015-10-12 12:14:40 +02:00
Jorrit Wronski
59e3624a52
Added more docs and modified the base image
2015-10-11 22:30:52 +02:00
Jorrit Wronski
cb952a03fb
Added web builder
2015-10-11 16:12:59 +02:00
Jorrit Wronski
c6832ea193
Added some more documentation and move the entrypoint
2015-10-11 14:06:10 +02:00
Daniel Sabatino
fcf4b19ee1
Added details from #820
...
Now describes manual parameter changes required in CMakeLists.txt, how to change ndk-build options, and how to integrate the generated files into an Android Studio project.
2015-10-09 20:21:18 -04:00
Jorrit Wronski
1f5dde082b
Added a little documentation and fixed an issue with bash
2015-10-09 00:28:15 +02:00
Jorrit Wronski
d30b723f46
Merge branch 'master' into docker_slaves
2015-10-08 22:50:53 +02:00
Ian Bell
3db0420010
Fix missing import in tabular unpacking example
2015-10-08 10:48:27 +02:00
Jorrit Wronski
1597abd75d
Started work on docker image, might move to conda later
2015-10-08 00:55:26 +02:00
Ian Bell
ddec0be08e
Fix (and test) all the snippets; closes #823
2015-09-30 21:57:29 -06:00
Ian Bell
5d5f56fbdb
Fix install instructions for C# dependencies
2015-09-30 21:49:27 -06:00
Ian Bell
825fe4f2c3
reorganize the g++ call for static library; closes #823
2015-09-30 21:05:48 -06:00
Ian Bell
475cf7505f
Add a description for how to use static library; closes #823
2015-09-30 21:02:44 -06:00
Ian Bell
148c63397b
Fix docs for 32-bit shared library setting of bitness flag
2015-09-29 20:09:46 -06:00
Ian Bell
79fa5178b3
Fixed docs; see #820
2015-09-29 17:46:29 -06:00
Ian Bell
e09c895dce
Fix pip install command for nightly; closes #821
2015-09-29 17:42:28 -06:00
Ian Bell
915416d47c
Added support for building .so for Android
2015-09-28 23:41:18 -06:00
Ian Bell
9e15a818ef
Fix sphinx builder bug with R13I1
2015-09-12 21:32:35 -06:00
Ian Bell
56cd2c3867
Fix MATLAB docs
2015-09-05 22:17:41 -06:00
Ian Bell
9fbe44d546
Add docs for swigged wrapper code; closes #795
2015-09-05 20:15:36 -06:00
Ian Bell
c5f4c03d4f
Few more docs for Excel; see #791
2015-09-01 18:55:08 -06:00
Ian Bell
302b1e4cfb
Fix paths for Excel on OSX; see #791
2015-09-01 18:35:51 -06:00
Ian Bell
0be1f39a4f
tiny typo in docs
2015-08-23 18:02:13 -06:00
Ian Bell
1aca030ae9
few more small sphinx warnings
2015-08-23 17:46:39 -06:00
Ian Bell
c75293e89d
Kill off some sphinx warnings
2015-08-23 17:41:20 -06:00
Ian Bell
99f121e0f3
Add configuration generation script to scripts
2015-08-20 21:26:01 -05:00
Ian Bell
fd22f56317
Fix typo in REFPROP docs
2015-08-20 20:49:51 -05:00
Ian Bell
be6d866bc0
Fixed tiny typos in docs
2015-08-20 20:46:53 -05:00
Ian Bell
851faf4f2e
Fixed typos in configuration docs
2015-08-20 20:43:09 -05:00
Ian Bell
13924a5b9e
Update docs for REFPROP; see #759
2015-08-20 16:42:36 -05:00
Ian Bell
746c636b93
Update docs for REFPROP and use of configuration keys
2015-08-20 16:09:23 -05:00
Ian Bell
9f0fa0e47c
Added docs for configuration keys, and functions to C++ and python to make this possible; closes #761
2015-08-20 15:57:21 -05:00
Ian Bell
f93ef8d4c0
Fix small typo in examples.rst
2015-08-20 13:33:46 -05:00
Ian Bell
900574c34f
Fix typo in REFPROP docs
2015-08-16 22:22:17 -06:00
Ian Bell
57525af406
Add docs for REFPROP interfacing; see #759
2015-08-14 23:26:24 -06:00
Ian Bell
df5ba70169
Add warning for second derivatives as well
2015-08-14 22:19:33 -06:00
Ian Bell
8708c04ad9
Improve docs for second partial derivatives; closes #769
2015-08-14 22:09:56 -06:00
Ian Bell
1c0ae1828d
Fix typo in first_saturation_deriv call in docs
2015-07-26 23:39:29 -06:00
Ian Bell
018d5cd992
Document derivatives for saturated state for high-level interface; closes #745
2015-07-26 13:47:23 -06:00
Ian Bell
7043b025cf
Fix tiny typo in reducing function; closes #733
2015-07-20 19:31:04 -06:00