Commit Graph

15 Commits

Author SHA1 Message Date
Joakim Hove
24f31e6358 Add application rst_deck 2021-09-24 14:19:25 +02:00
Markus Blatt
50ec3bca05 Spelling fixes pointed out by lintian. 2021-06-15 21:11:36 +02:00
Markus Blatt
b24ca0519c Added manpages for all executables.
Debian policy says that each executable should have a man page.
This should remove the lintian warning about missing man pages.
Man pages have been created by the following command:

declare -A short_desc
short_desc['compareECL']='Comparator for Eclipse files'
short_desc['convertECL']='Converter for Eclipse files (binary <-> formatted format)'
short_desc['opmhash']='Hasher for summary keywords in Eclipse files'
short_desc['opmpack']='Validator and printer of deck in Eclipse files without comments'
short_desc['summary']='Printer for summary keys in Eclipse summary files'

for key in "${!short_desc[@]}"; do
       help2man -h "-h" --version-string="2020.04" --no-discard-stderr -n "${short_desc[$key]}" $key >\
       $key.1
done

Gbp-Pq: Name 0005-Added-manpages-for-all-executables.patch
2021-04-06 22:56:59 +02:00
Håvard Berland
81701b72ba Clean up item names in json for WCONHIST
Consistency with other keywords
Change corresponding code that reads this.
2020-01-16 13:45:02 +01:00
Alf B. Rustad
e8dea65435 typo 2015-06-18 12:06:38 +02:00
Alf B. Rustad
d8782650c3 Added information on Json for the uninformed. 2015-06-18 09:19:44 +02:00
Joakim Hove
24b8ca5f69 Removing old stale text file 2015-05-29 12:00:00 +02:00
Joakim Hove
1d04d98fc8 Deleted old stale txt file 2015-05-29 11:59:12 +02:00
Joakim Hove
d311b82983 Added keyword documentation 2015-05-29 11:54:46 +02:00
Joakim Hove
e6f3029ee5 Added more documentation 2013-08-25 21:49:28 +02:00
Joakim Hove
1803962001 Added more documentation 2013-08-25 18:27:34 +02:00
Joakim Hove
fb2a7372c2 Removed old doc keywordtypes.txt - added new keywords.txt 2013-08-25 17:28:58 +02:00
Kristian Flikka
14772d8c86 File containing questions or observations that needs to be discussed 2013-04-04 09:25:43 +02:00
Kristian Flikka
ce0990e5ca Fixed a bug when keywords had trailing spaces. Now trimming right side of string. 2013-03-20 17:35:03 +01:00
Kristian Flikka
488d7655f7 Moved files into structure similar to opm-core. Added KeywordRawData class to store 0th pass objects 2013-03-20 16:29:51 +01:00