Alexis Hildebrandt
af0da737fc
Merge pull request #402 from thdox/documentation
...
Documentation improvements
2015-02-24 20:42:50 +01:00
thdox
71e77570b7
ledger --help actually prints the man page.
2015-02-24 20:33:55 +01:00
Alexis Hildebrandt
5e6d5e33af
Merge pull request #396 from thdox/auto-match
...
Fix Auto match
2015-02-24 20:27:30 +01:00
thdox
87d938f9c3
Improve documentation for --auto-match option.
2015-02-24 20:23:01 +01:00
thdox
fd8386eb23
Minor documentation consistency fixes about --leeway option.
2015-02-24 20:17:57 +01:00
thdox
5cb3ca04a7
Improve documentation about --version and -v.
2015-02-24 20:17:57 +01:00
Alexis Hildebrandt
7358ced548
Merge pull request #401 from thdox/baseline-tests
...
Improve baseline tests
2015-02-24 19:54:33 +01:00
thdox
df944929f8
Add baseline test for --price-db option.
2015-02-24 19:27:07 +01:00
thdox
e6a967b860
Add baseline test for --script option.
2015-02-24 19:27:07 +01:00
thdox
72cb48727d
Add --no-pager to untested options of CheckBaselineTests.py
...
As per comment in Pull Request #382
2015-02-24 19:27:07 +01:00
thdox
83bde60ec1
Remove --*help* from untested options in CheckBaselineTests.py
...
As per commit f59abd4c76
2015-02-24 19:26:50 +01:00
thdox
fce467fba9
Remove --cache from untested options in CheckBaselinetests.py
...
As per commit d5e1308d07
2015-02-24 19:26:28 +01:00
thdox
ddf17b6246
Add baseline test for --init-file option.
2015-02-24 19:25:18 +01:00
Alexis Hildebrandt
a526851c8a
Merge pull request #400 from jaccarmac/fix-indent
...
Fix indentation and position of Fedora test.
[ci skip]
2015-02-24 18:34:42 +01:00
Alexis Hildebrandt
2922dae227
Merge pull request #399 from thdox/fix-cleared-format
...
Fix alignment of cleared-format with 4 spaces as separator.
2015-02-24 18:25:19 +01:00
Jacob MacDonald
69e692dbc5
Fix indentation and position of Fedora test.
...
The blame for this section was a bit of a cluster, but, as someone who's not
using Fedora, this makes the most logical sense. (Fedora is a version of RH,
right?)
2015-02-23 16:02:00 -07:00
thdox
73e3ecc6b8
Fix alignment of cleared-format with 4 spaces as separator.
2015-02-23 23:31:21 +01:00
Alexis Hildebrandt
0b7996ed7c
Merge pull request #397 from thdox/fix-test-rich-data
...
Fix UUID of --rich-data test.
2015-02-23 12:39:01 +01:00
Alexis Hildebrandt
f376dfa8c6
Merge pull request #398 from thdox/base
...
Improve documentation of --base option
2015-02-23 12:38:36 +01:00
thdox
3c9463214c
Improve documentation of --base option.
2015-02-22 18:19:35 +01:00
thdox
af065bbcbe
Minor documentation fixes.
2015-02-22 18:19:13 +01:00
thdox
49166d09b7
Fix UUID of --rich-data test.
2015-02-22 16:58:22 +01:00
thdox
788ffc2a4b
Update test for --auto-match option.
2015-02-22 16:51:57 +01:00
thdox
80e432a7b2
Fix sorting for option --auto-match.
...
See http://en.cppreference.com/w/cpp/algorithm/max_element
and http://www.cplusplus.com/reference/algorithm/max_element/
The sorting for max requires < (and not >).
2015-02-22 16:07:54 +01:00
Alexis Hildebrandt
00c10a383c
Merge pull request #394 from thdox/add-to-doc3
...
Improve documentation about --rich-data
2015-02-21 21:27:49 +01:00
thdox
2778a24356
Small typo.
2015-02-21 21:25:12 +01:00
thdox
78bf369898
Small typo.
2015-02-21 21:05:31 +01:00
thdox
557ef398e6
Update to be compliant with file & with_file.
2015-02-21 19:41:46 +01:00
thdox
e0f7b637cf
Add UUID to rich-data test.
2015-02-21 19:41:36 +01:00
thdox
b2487b8aad
Add TODO tag
...
Because DocTests.py not able (yet?) to handle multi-line ledger
commands.
2015-02-21 19:41:30 +01:00
thdox
a931f0ea33
Add example for --rich-data option.
...
And add explanation for associated tags.
[ci skip]
Conflicts:
doc/ledger3.texi
2015-02-21 19:41:23 +01:00
thdox
459f587012
Improve documentation about --rich-data.
...
Conflicts:
doc/ledger.1
2015-02-21 19:41:17 +01:00
Alexis Hildebrandt
6f6d4ec26c
[tests] Minor test/DocTests.py clean up
2015-02-20 23:09:26 +01:00
Alexis Hildebrandt
cad6bbd386
[doc] Fix skipped doc tests
2015-02-20 23:09:09 +01:00
Alexis Hildebrandt
b1d73eaa84
Merge pull request #392 from thdox/doc-validation
...
Changes mainly about validation of @smallexample
2015-02-20 14:34:40 +01:00
Alexis Hildebrandt
c1e409e693
[doc] Add support for additional input files
...
in test/DocTests.py by allowing file: and with_file: options on examples.
2015-02-20 14:07:57 +01:00
Alexis Hildebrandt
34f8c48241
[tests] Improve error reporting for test/DocTests.py
2015-02-20 14:02:16 +01:00
Alexis Hildebrandt
f5b8fe5956
[tests] Add output when skipping incomplete tests
...
in test/DocTests.py
2015-02-20 14:00:57 +01:00
Alexis Hildebrandt
a48e3014ba
[tests] Clean-up test/DocTests.py
...
* Replace hard-coded strings with token variables
* Use os.path.join to create file paths
2015-02-20 13:59:51 +01:00
thdox
e197a4137a
Add validation for @smallexample.
...
[ci skip]
2015-02-19 23:59:46 +01:00
thdox
80eaac43bf
Improve documentation about Asset Allocation.
...
[ci skip]
2015-02-19 23:59:35 +01:00
thdox
fd22653f84
Correct an output.
...
[ci skip]
2015-02-19 23:59:15 +01:00
Alexis Hildebrandt
49080919e1
[doc] Add documentation for command-line options
2015-02-18 21:53:34 +01:00
Alexis Hildebrandt
82cdeff471
[doc] Whitespace edit
...
to end each sentence with two spaces.
2015-02-18 21:50:34 +01:00
Alexis Hildebrandt
bd427a9d32
[doc] Add documentation for several options
2015-02-18 21:50:34 +01:00
Alexis Hildebrandt
d5e1308d07
[ledger] Remove --cache option
...
and all boost serialisation related code.
2015-02-18 21:50:34 +01:00
Alexis Hildebrandt
f59abd4c76
[ledger] Remove --full-help option
...
since it is the same as --help.
2015-02-18 21:50:34 +01:00
Alexis Hildebrandt
ebd2334db3
[doc] Use ASCII single quote instead of apostrophe
2015-02-18 21:50:34 +01:00
Alexis Hildebrandt
7ec0c6d2a9
Merge pull request #391 from thdox/fedora_20
...
Add instructions for Fedora 20.
[ci skip]
2015-02-18 21:38:35 +01:00
Alexis Hildebrandt
fde30f1977
[tests] Allow testing of multi-line examples
2015-02-18 21:33:22 +01:00