Commit graph

507 commits

Author SHA1 Message Date
thdox
c0a8ff7160 Fixes for consistency 2014-12-22 10:01:57 +01:00
thdox
0af31f6d6a pxref already contains "see" 2014-12-22 10:01:57 +01:00
thdox
20471cf74b query is a command 2014-12-22 10:01:57 +01:00
thdox
9651f78c37 Minor fix: double spaces 2014-12-22 10:01:57 +01:00
thdox
81ac9b27fd fix minor typo 2014-12-22 10:01:47 +01:00
Steve Purcell
9ecf0cbadb Fix typo in docs 2014-12-15 18:43:32 +00:00
Steve Purcell
78a2bb0823 Document changes to the narrowing functionality in ledger-occur 2014-12-10 16:24:16 +00:00
Craig Earls
336ff52be2 Updated documentation to reflect recent changes to scheduling and answer some clarifying questions, 2014-12-06 17:26:58 -07:00
Alexis Hildebrandt
31ccb6d368 Fix and re-enable DocTests 2014-11-29 09:06:14 +01:00
Linus Arver
33d58a69f9 doc: ledger-mode: load lazily
If we use `(load "ledger-mode")`, we always load ledger-mode,
even if we are not editing a Ledger file; using `autoload`, we avoid
this and only load ledger-mode when we need it.
2014-11-12 21:17:22 -08:00
myqlarson
5df0788ba2 Update ledger3.texi
Improved wording
2014-10-20 02:01:18 +13:00
myqlarson
cff5b16f7c Update ledger3.texi
Fixed typos and clarified CSV import behaviour with regard to column headers (I haven't checked the code, but I noticed the programme behaves this way).
2014-10-20 01:17:16 +13:00
Martin Michlmayr
325f8cb644 Fix numbers from example
Thanks to Dominik Honnef.
2014-10-17 21:22:02 -04:00
Martin Michlmayr
5eb6297042 Typo fix
Thanks to Dominik Honnef for spotting it.
2014-10-17 21:16:15 -04:00
Martin Michlmayr
6b2520cc49 BUILD_WEB_DOCS implies BUILD_DOCS
This fixes the build when -DBUILD_WEB_DOCS=1 is specified wihout
specifying -DBUILD_DOCS.  This fails because man2html/groff are
not found because the find_program command for these programs
is only run if BUILD_DOCS is enabled.
2014-10-12 18:20:54 -04:00
Martin Michlmayr
acf0618fd0 Fix texinfo syntax errors
Fix the following texinfo syntax errors:

ledger/doc/ledger3.texi:7878: @itemx must follow @item
ledger/doc/ledger3.texi:7939: @itemx must follow @item
ledger/doc/ledger3.texi:7944: @itemx must follow @item
2014-10-12 16:52:43 -04:00
Martin Michlmayr
841a09b4a5 Update doc/NEWS for ledger 3.1 2014-10-05 17:20:10 -04:00
Carlos E. Garcia
5d6655c84f minor spelling fixes 2014-09-15 14:04:19 -04:00
Max Linke
ce06849b37 remove outdated install instructions 2014-09-14 21:52:17 +02:00
Johann Klähn
d9d4876755 reduce number of warning messages when building docs
Warnings were emitted for every info file (twice) instead of once.
2014-09-10 00:40:36 +02:00
Johann Klähn
2860b68bc2 clean up installation of doc files 2014-09-10 00:40:36 +02:00
Johann Klähn
9f1d7015cf install man page even if BUILD_DOCS isn't set
The man page is useful and does not need additional software to be installed.
2014-09-10 00:40:36 +02:00
Redstreet
c5980f7491 Fix to 90519fc6e132bd (moved paragraph to end of section). 2014-07-03 14:42:54 -07:00
Redstreet
ba10ebbe73 Updated out of date value expression section in the documentation. 2014-07-03 14:24:39 -07:00
Martin Michlmayr
8838b468df Format commands properly 2014-06-30 19:19:49 -04:00
Martin Michlmayr
cbdcf27605 Typo fix 2014-06-30 19:16:20 -04:00
Martin Michlmayr
b1a6d2ce16 Document --values 2014-06-30 19:15:35 -04:00
Martin Michlmayr
3bf82068b4 Document --unrealized 2014-06-30 19:10:36 -04:00
thdox
b9781d3156 Fix minor typo 2014-06-22 15:49:21 +02:00
Martin Michlmayr
365781433c Fix minor formatting issue 2014-06-06 17:06:32 -04:00
Martin Michlmayr
f32fced494 Improve consistency regarding options
Use --exchange for both cases to avoid confusion for those who don't
know that --exchange and -X are the same.
2014-06-06 17:00:02 -04:00
Bradley M. Kuhn
bb59564b79 Document --exchange COMMODITY1:COMMODITY2 syntax.
It appears this syntax does indeed work as described in this change, but the
feature was not previously documented herein.
2014-06-05 08:17:47 -04:00
Martin Michlmayr
a5ffcc42ff Improve backwards compatibility with ledger2
This brings some single character format strings in line with what
they actually meant in ledger2.

Bug fix for #755
2014-05-30 23:52:36 -04:00
Martin Michlmayr
53b8aa8802 Remove character that wasn't displayed in ledger2 2014-05-30 23:17:03 -04:00
Martin Michlmayr
2cee0fe23f Cosmetic change - format code consistently
Add a space between if and the opening bracket, between a closing
round bracket and the following opening curly bracket, etc.
2014-05-18 09:51:32 -04:00
Ryan Nowakowski
ed9cc46b49 Fix python example so it runs 2014-05-15 21:29:54 -05:00
Christophe Rhodes
798eac3c6f document payee uuid subdirective 2014-05-13 16:24:46 +01:00
Martin Michlmayr
973cda8d78 Add another change to NEWS 2014-05-12 16:58:22 -04:00
Martin Michlmayr
0d823a480f Update NEWS for 3.x 2014-05-12 12:55:43 -04:00
thdox
07d9399fc7 M-q (=M-x fill-paragraph) on column 78 2014-05-11 20:33:23 +02:00
thdox
1f1879a186 Fix some typos 2014-05-11 20:27:43 +02:00
Johann Klähn
d13d17f350 fix typo 2014-05-10 15:50:28 +02:00
Craig Earls
ed3cc5c907 Merge pull request #282 from jamielinux/texi
Fix @node pointer errors
2014-05-05 06:47:25 -07:00
Alexis Hildebrandt
dcb285ac55 Improve installation of documentation files
- Install info version of ledger documentation instead of the original
  texinfo sources

- Install html version of ledger documentation when BUILD_WEB_DOCS is ON

- Enable installation of documentation files from --output directory
2014-05-05 06:46:01 +02:00
Alexis Hildebrandt
851dea238a Check for required TeX when building pdf documentation 2014-05-05 06:45:42 +02:00
Alexis Hildebrandt
87bcfee8fd Build info version of documentation 2014-05-04 01:14:39 +02:00
Jamie Nguyen
507fac7e50 Fix @node pointer errors
Unfortunately, you cannot reliably use periods, commas, or colons within
a node name; these can confuse the Info reader.
2014-04-27 19:41:59 +01:00
Alexis Hildebrandt
c933e78599 doc: add BUILD_A4_PDF cmake variable
to create a DIN A4 paper version of the ledger pdf.
2014-04-27 11:11:40 +02:00
Alexis Hildebrandt
e167cbb647 doc: try to use groff if man2html is not found
to generate a html version of the manpage,
throw a fatal error otherwise.
2014-04-27 11:11:40 +02:00
David Bremner
0ef8256409 Replace sha1.cc with boost::uuid::details::sha1
sha1.cc is not redistributable by Debian because the license doesn't
permit redistribution of modified versions.

This isn't ideal since the ::details namespace is subject to change,
but it avoids adding a dependency to ledger.
2014-04-17 14:27:21 -05:00