Commit Graph

263 Commits

Author SHA1 Message Date
luzpaz
93f4a986e2 Misc. typos (#1726)
Found via `codespell -i 3 -w -I ../coolprop-word-whitelist.txt` whereby whitelist consists of:
```
cas
formate
hel
nd
te
tim
ue
uint
```
2018-08-14 23:06:49 -06:00
Vishal Patel
f745dfa581 Add a compile note for gcc debug build
This change is the result from the user group ?: https://groups.google.com/forum/#!topic/coolprop-users/bI01hf8sQnY
2018-07-30 10:31:16 -07:00
kaz4ikeda
c6abd2957b added workaround for excel wrapper problem 2018-07-07 17:49:54 +09:00
kaz4ikeda
6c6d011590 added workaround for excel wrapper problem 2018-07-07 17:36:11 +09:00
Jorrit Wronski
9417b72f2f Typo in the example from #1600 2018-04-05 09:23:50 +02:00
Jorrit Wronski
21e21ba203 Added the example from #1600 to the docs 2018-04-05 09:22:35 +02:00
Matthis Thorade
19a4875879 More autopep8 (#1621)
* autopep8 rule-groups E101,W1,W2,W3

* autopep8 with rule group E3 (blank lines)

autopep8 --in-place --recursive --max-line-length=200 --exclude="externals" --select="E101,E3,W1,W2,W3" .

* tabs and space W191

* autopep8 aggressive
2017-12-13 14:43:41 +01:00
Matthis Thorade
526cb198a4 autopep8 whitespace (#1613)
* autopep8 whitespace only:

--select="E101,W1,W2"

* revert single file: web2py_online.py

Should this be a .py file at all?

* revert file Tickets/1443.py because the diff looked strange:

maybe there is an encoding problem?

* Rename web2py_online.py to web2py_online.rst
2017-12-12 08:32:38 -07:00
Jeff Henning
1837540aca Documentation Update (#1589)
* Add misc ignores so dynamic doc content can be built in repository

* Update to documentation Makefile for clean html build on Windows

* Updates to instructions for doc builds on Windows with Anaconda

* Added documentation page for IF97

* Fix errors on documentation page for Fluid_Properties/Mixtures

* Updated HighLevelAPI docs for clarity, IF97 ref, Python 3 support, and typos

* Modify print command to support build on Python 2 or 3

* Update to documentation to compile the Python wrapper with VC++
2017-11-14 04:49:01 -05:00
galtieri
628cf09511 Update index.rst (#1580) 2017-11-02 19:10:53 -06:00
jfeng08
8485eab3e6 Add low-level interface example (#1467) 2017-04-06 14:27:48 -06:00
Ian Bell
17f03058fb Fix typo 2016-11-07 19:51:26 -07:00
Ian Bell
efeef8e286 Update docs for building Android wrapper 2016-11-07 19:49:49 -07:00
Jorrit Wronski
2b65e2024d Fixed the EES module by adding an install target 2016-10-24 11:28:31 +02:00
Ian Bell
3f57f8f742 Update docs for Excel wrapper; closes #1230 2016-10-23 17:36:11 -06:00
Jorrit Wronski
a27200e766 Formatted the docs 2016-10-18 22:22:58 +02:00
Jorrit Wronski
07f0b67c70 Fixed typos and changed the binary directory for the installer from "installer" to "Installers", modifies the link posted in #1237 2016-10-18 22:08:41 +02:00
Jorrit Wronski
7b2429dc43 Added more docs for #1237 and fixed the Excel builder 2016-10-18 20:06:36 +02:00
Jorrit Wronski
13625dc040 Merge branch 'integrate_excel_installer' 2016-10-18 17:16:41 +02:00
Jorrit Wronski
930debd741 Added some docs for #1237 and removed a duplicate rst for Excel 2016-10-14 15:07:28 +02:00
Babak Samareh
146710677d Update iPhone compilation docs (#1257) 2016-10-11 12:51:33 -06:00
Ian Bell
f90e75c1af Add docs for using CoolProp on OSX in Excel; closes #989 2016-10-01 20:41:42 -06:00
Ian Bell
8946a2399a Update docs for location of xlam; closes #1180 2016-10-01 20:28:41 -06:00
Ian Bell
e21a27d5df Update PHP docs; closes #1174 2016-08-23 19:46:38 -06:00
Ian Bell
12fea271d9 Add comment about the Android NDK that must be used; closes #1178 2016-08-14 14:34:37 -06:00
Ian Bell
f6c979c2dc Update docs for building php module; see #1174 2016-08-10 21:48:45 -06:00
Ian Bell
9f2a314045 Update docs for Java; closes #1172 2016-08-04 20:57:29 -06:00
Mike Kaganski
1f1bf52f77 Change names of dlls copied to SMath wrapper: use underscore instead of dot (#1113)
This is required in order to remove ".dll" extension from the library
name in .NET DllImport. And that, in turn, is intended to enable
cross-platform use of SMath wrapper on other OSes, like Linux (that is
supported by both CoolProp and SMath).
As explained at
http://www.mono-project.com/docs/advanced/pinvoke/, it's recommended to
omit the library extension to allow mono to find native libraries.
2016-06-21 08:31:43 -06:00
Mike Kaganski
6d21a6cc65 Allow cmake properly build SMath wrapper (#1100)
* Allow cmake properly build SMath wrapper

Integrate c# project into solution; allow usual cmake --build . --config
Release to build SMath wrapper.
Remove obsolete build.bat and coolprop_wrapper.sln files:
cmake-generated solution already includes everything.
Use build subdirectory wrappers/SMath for all generated files (both by
cmake, including csproj file itself, and by build process), thus no
dirty tree anymore.

Please note: this change requires cmake version 2.8.9 (because of
include_external_msproject TYPE).

* Tentative patch for buildbot

Unfortunately, I cannot test the buildbot, neither I know about it much.
I suppose that this is a sensible patch to be able to work with previous
changes to SMath build process.

* Update SMath wrapper help
2016-06-06 08:05:46 -06:00
Ian Bell
c48d4f7f48 Added docs for Borland compilation; closes #1092 2016-06-05 16:10:07 -06:00
Ian Bell
8bdce042d5 Update docs for C# namespaces; see #1090 2016-06-02 08:45:30 -06:00
Jorrit Wronski
c499a60a6e Adapted the plotting code to use the new functions 2016-05-22 17:26:04 +02:00
Ian Bell
064662b5cd Fix references in docs to .xmcd files 2016-05-11 21:25:43 -06:00
Ian Bell
a7d74b4d74 Commit the RST files for MathCAD15 and Prime 2016-05-07 15:19:33 -06:00
Ian Bell
23cd4e6ba3 Update install commands for cmake, update doc index 2016-05-07 15:09:32 -06:00
Jorrit Wronski
ef637c8861 Removed the conda builds from the docs, they are abandoned for now 2016-04-28 13:23:32 +02:00
Ian Bell
4385d4a8f8 Add link to binaries for MATLAB for OSX 10.10; see #1013 2016-04-11 22:00:56 -06:00
Ian Bell
b9b9bd54d2 Fix typo in CMake integration 2016-04-08 18:32:05 -06:00
Ian Bell
3b9f393221 Describe how to make coolprop static library a clean cmake dependency; closes #1014 2016-04-08 18:30:08 -06:00
Ian Bell
4e75d3b2f3 Update the Rscript calling stuff 2016-04-08 17:53:43 -06:00
Ian Bell
074f83eda7 Fix call to Rscript 2016-04-08 17:17:14 -06:00
Ian Bell
be6cde3860 Fix Android docs formatting 2016-03-25 18:37:16 -06:00
Ian Bell
0213bc5e23 Clean up Android docs 2016-03-13 10:37:01 -07:00
Ian Bell
4c91bec361 Add example for calling DLL from C; closes #993 2016-03-12 21:44:39 -07:00
Ian Bell
eadb491553 Add comment about MinGW generator for Android build 2016-03-12 20:31:46 -07:00
Jorrit Wronski
8ec2f24ae9 Clarified the docs for #990 2016-03-04 10:15:55 +01:00
Jorrit Wronski
eb47b7ccca Fixes #990 Javascript works again. 2016-03-04 00:07:17 +01:00
Jorrit Wronski
8c5b3b73e1 Added conda to the release cycle with directory cleaning. Should solve the problems discussed in #956, #905 and #707, but we have to wait for the next nightly build to see if it really works. Remember that the upload token on the server expires in June and uploads will fail silently. 2016-02-17 00:54:05 +01:00
Ian Bell
a879a8c877 Merge pull request #964 from EmiCas/patch-1
Update index.rst
2016-02-11 06:52:20 -07:00
saha84
5ddaef063d Update index.rst
Correction for the missing antislash in the windows path
2016-02-11 12:56:39 +01:00