Commit Graph

31 Commits

Author SHA1 Message Date
Julien Marrec
446d4a5a02 Format macros, they keep getting picked incrementally by clang format + Strip trailing whitespaces
```
find . -regextype posix-extended -regex '.*\.(cpp|hpp|c|h|cxx|hxx|py)$' | xargs -I@ sed -i 's/[ \t]*$//' "@"
```
2022-04-01 09:40:25 +02:00
ian
e72110bd65 Fix CP import 2019-11-09 13:24:34 -07:00
ian
9ce757a80b Fix delimiter 2019-11-08 21:22:37 -07:00
Ian Bell
3b1eb50324 More pep8 whitespace; see #1612 2019-01-12 20:45:25 -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
scls19fr
5045c96322 Fix Python print (#1746)
* Fix print

* Some manual fixes

* Revert
2018-10-19 22:59:31 +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
Ian Bell
f5eebdff5b Add InChI and friends to web pages; see #1069 2016-07-27 20:08:28 -06:00
Ian Bell
75d121d9fd Add acentric factor to web docs; see #1075 2016-05-22 13:03:01 +02: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
e67fe66cd4 Allow for multiple bibtex keys in the docs; closes #932 2016-01-17 17:33:08 -07:00
Ian Bell
faa18cb9d1 Remove _{1} from formulas for the web 2015-11-14 22:11:07 -07: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
093622b8f1 Add surface tension and pc to docs - closes https://github.com/CoolProp/CoolProp/issues/314 and https://github.com/CoolProp/CoolProp/issues/302
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-08 18:45:34 -05:00
Ian Bell
98172399c1 Fix math, remove hyperlink to consistency plots
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-02 21:43:17 -05:00
Ian Bell
8fc1fac00e html should get converted to HTML in sphinx
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-02 21:30:02 -05:00
Ian Bell
6348d76ad7 Add references to generated fluid files and more docs for consistency plots
Closes https://github.com/CoolProp/CoolProp/issues/266

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-02 20:48:00 -05:00
Ian Bell
80c73c265b Add EOS limits to docs
Closes https://github.com/CoolProp/CoolProp/issues/267

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-02 11:44:00 -05:00
Ian Bell
173ee1b465 typo in docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-28 23:05:46 -05:00
Ian Bell
d4898c3963 Added consistency plots to expensive docs.
Closes https://github.com/CoolProp/CoolProp/issues/235

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-27 12:07:18 -05:00
Ian Bell
5cc3518b31 Fix ASHRAE call
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-24 12:49:19 -05:00
Ian Bell
7ebf29ad9d Fix the text for the scripts for REFPROP comparison plots
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-24 02:12:57 -05:00
Ian Bell
ae598b366d Add the comparison plots with REFPROP
See also https://github.com/CoolProp/CoolProp/issues/236

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-24 01:45:24 -05:00
Ian Bell
0228289b43 Fixed the number of columns for csv tables
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-17 18:57:17 -05:00
Ian Bell
cecfa7c0b6 Updated column widths for fluid info tables
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-17 18:04:18 -05:00
Ian Bell
73c580b901 Updated docs for fluid properties to remove bugs with rst not being in toc
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-17 17:39:38 -05:00
Ian Bell
9c4ca15c28 Added script to generate fluid information for web on the fly - just need plots now
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-14 13:55:10 +02:00