Jorrit Wronski
bbbde3b164
Feature/docs py3 ( #1814 )
...
* Add main example
* Modified the writer object in an attempt to fix #1786
* More Python 3 fixes, see #1786
* Added more Python 3
2019-04-06 11:33:48 -06:00
Ian Bell
3b1eb50324
More pep8 whitespace; see #1612
2019-01-12 20:45:25 -07:00
Ian Bell
8d131a2e59
More safe whitespace changes
2019-01-12 20:24:55 -07:00
Ian Bell
f0f5c484bc
Return error code on failure; see #1786
2019-01-12 10:31:44 -07:00
Ian Bell
d1765dc0ab
Fix minor issues in sphinx docs
2019-01-12 10:19:08 -07:00
Ian Bell
3ecd5e0104
Run python scripts unbuffered
2019-01-12 01:24:40 -07:00
Ian Bell
7484314882
One more six
2019-01-12 00:59:41 -07:00
Ian Bell
96483e04a8
Remove prints
2019-01-12 00:34:57 -07:00
Ian Bell
05bd19547b
Some more 2->3
2019-01-12 00:34:24 -07:00
Ian Bell
f4bbb24471
Remove unused imports (besides they are Py 2.x only)
2019-01-11 22:34:24 -07:00
Ian Bell
51449edef1
Switch over to new example script
2019-01-11 18:58:28 -07:00
scls19fr
5045c96322
Fix Python print ( #1746 )
...
* Fix print
* Some manual fixes
* Revert
2018-10-19 22:59:31 +02:00
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
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
Ian Bell
3d7a072201
Fix some small backwards compatibility issues with pandas
2016-11-07 20:35:35 -07:00
Ian Bell
f5eebdff5b
Add InChI and friends to web pages; see #1069
2016-07-27 20:08:28 -06:00
Jorrit Wronski
1d279031d2
Added the validation script and figure to the incompressible page, might resolve #1045
2016-07-17 12:12:49 +02:00
Jorrit Wronski
fe0cd37294
Started to include the transport properties for LiBr
2016-07-16 00:16:21 +02:00
Jorrit Wronski
68d646166e
Fixed the last (?) viscosity factor
2016-07-16 00:16:20 +02:00
Jorrit Wronski
b8a0f48d30
Started to work on #1045
2016-07-12 20:11:57 +02:00
Ian Bell
75d121d9fd
Add acentric factor to web docs; see #1075
2016-05-22 13:03:01 +02:00
Ian Bell
7ac9b3d787
Shorten title for REFPROP validation figures; closes #1076
2016-05-22 12:32:33 +02:00
Ian Bell
03b76960ce
Workaround hang in plot_directive
2016-05-11 09:41:10 -06:00
Ian Bell
02d74f6844
Touch the time-stamped file for expensive builds only after success
2016-05-07 20:30:54 -06:00
Ian Bell
e305f2b7f4
Fix REFPROP comparison string
2016-05-07 16:47:38 -06:00
Ian Bell
a117eedbb0
Disable image resizing
...
Could be done by setting DPI in savefig
2016-05-02 08:19:39 -06:00
Ian Bell
09ac0afcfa
Tidy up sphinx docs; closes #1029
2016-05-01 18:40:59 -06:00
Ian Bell
47e24ad294
Add REFPROP version to REFPROP comparison script; closes #1026
2016-05-01 16:38:27 -06:00
Ian Bell
987c8eafa5
Make the logo smaller
2016-04-28 09:07:12 -06:00
Jorrit Wronski
dbd07f1387
forgot the match the aspect ratio, see #1029
2016-04-26 13:47:19 +02:00
Jorrit Wronski
df1c9a5573
a quick fix that might work with #1029
2016-04-26 13:40:39 +02:00
Ian Bell
9f1ca720b9
Fix docs for new BIP from JCED paper
2016-04-13 08:36:03 -06:00
Ian Bell
194665adc0
Maybe this fixes multiple papers in the same category from #987
2016-03-12 22:16:23 -07:00
Ian Bell
2688b572ac
Fix references for Thol papers
2016-01-19 22:55:22 -07:00
Ian Bell
8fdf0b92c1
Fix table of fluids in docs (swap , for ;)
2016-01-18 20:03:31 -07:00
Ian Bell
a95a1ebe6f
Fix some reference-related issues; see #932
2016-01-17 20:58:31 -07:00
Ian Bell
e67fe66cd4
Allow for multiple bibtex keys in the docs; closes #932
2016-01-17 17:33:08 -07:00
Ian Bell
42900543a1
Remove the quitting line from __init__.py
2016-01-09 14:51:37 -07:00
Ian Bell
65aecc2c76
Inject version number into doxygen output
2016-01-09 14:50:55 -07:00
Ian Bell
faa18cb9d1
Remove _{1} from formulas for the web
2015-11-14 22:11:07 -07:00
Ian Bell
9e15a818ef
Fix sphinx builder bug with R13I1
2015-09-12 21:32:35 -06:00
Ian Bell
99f121e0f3
Add configuration generation script to scripts
2015-08-20 21:26:01 -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
e74044d496
Empty formulas (pseudo-pures for instance) show up as not applicable now
2015-04-26 16:58:52 -06:00
Ian Bell
d9d4541434
Add chemical formula to docs
2015-04-10 20:12:28 -06:00
Ian Bell
a2d54ccb44
Might have fixed encoding problems for escaped characters; See #577
2015-04-06 22:09:44 -06:00
Ian Bell
764f2a8739
Run the example as part of the web build
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2015-03-13 20:05:52 -06:00
Ian Bell
bfcff45491
Add some docs for Tabular methods; See #506
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2015-03-02 22:28:49 -07:00