Alexis Hildebrandt
35a4fa5978
[doc] Fix broken cross reference to test types
...
[ci skip]
2015-01-20 14:45:02 +01:00
Alexis Hildebrandt
97ee2d23d0
[doc] Use Ledger_VERSION_* make variables for version
...
[ci skip]
2015-01-20 11:02:56 +01:00
Alexis Hildebrandt
31b9964e43
[doc] Improve manpage
...
as suggested by:
% mandoc -Tlint doc/ledger.1
[ci skip]
2015-01-16 22:32:20 +01:00
Alexis Hildebrandt
a3dbcae348
[doc] Document -i in manpage
...
[ci skip]
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
2015-01-16 10:41:13 +01:00
Alexis Hildebrandt
cd5be5f432
[doc] Add FILES section to manpage
...
to mention ~/.ledgerrc more prominently.
[ci skip]
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
2015-01-15 22:14:41 +01:00
Alexis Hildebrandt
ba207e773b
[doc] Improve explanation for start-of-week option
...
[ci skip]
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
2015-01-15 22:13:08 +01:00
Alexis Hildebrandt
3bf4d05989
[doc] Minor typographical improvements to manpage
...
[ci skip]
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
2015-01-15 14:53:17 +01:00
Alexis Hildebrandt
012ce5ef10
[doc] Add documentation on running and writing tests
...
Minor wording edit
[ci skip]
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
2015-01-15 14:53:17 +01:00
Alexis Hildebrandt
01252035cd
[doc] Add CheckTests to ctest
...
to check whether all available ledger options documented
and are being tested.
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
2015-01-15 14:53:16 +01:00
Steve Purcell
d5c1e05a59
Merge remote-tracking branch 'refs/remotes/ledger/master' into next
2015-01-14 18:37:45 +00:00
aleksejrs
b7190a69a8
Typo in the manual: "legder"
2015-01-14 20:42:16 +03:00
Alexis Hildebrandt
719049a989
Merge DEVELOP.md into CONTRIBUTING.md
...
Improve readability of Markdown by moving links
to the bottom of the file.
[ci skip]
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
2015-01-11 16:57:21 +01:00
Alexis Hildebrandt
64a7b13492
Move LICENSE file
...
The LICENSE.rtf file can be generated from LICENSE.md easily if needed,
at the moment there seems to be no use for it, since CPack isn't used
to generate binary distribution archives.
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
2015-01-11 16:30:04 +01:00
Alexis Hildebrandt
78858382a5
[doc] Insert Ar to separate argument from option
...
for --period synonyms like --monthly, et al.
[ci skip]
2015-01-11 03:12:49 +01:00
Alexis Hildebrandt
39a5b180c7
[doc] Insert space to correct punctuation in .Xr macro
...
[ci skip]
2015-01-10 23:30:38 +01:00
Alexis Hildebrandt
f6fdac3c7c
[doc] Insert newline to end .Nm macro
...
to highlight only the xact keyword
[ci skip]
2015-01-10 23:30:20 +01:00
Alexis Hildebrandt
acfc4f8a8a
[doc] Remove trailing whitespace in manpage
...
since "troff can be confused by blank space characters
at the end of a line." -- mdoc (7)
[ci skip]
2015-01-10 23:29:47 +01:00
Alexis Hildebrandt
3a1ab67092
[tests] Fix new DocTest A9349E4
2015-01-10 15:27:24 +01:00
Alexis Hildebrandt
793e295a92
[tests] Validate another example in the manual
2015-01-10 14:06:32 +01:00
Alexis Hildebrandt
29c4bcbf9a
Remove needless files
...
[ci skip]
2015-01-10 14:04:15 +01:00
Jostein Berntsen
5d90ac7a1d
Small doc typo fixes
2015-01-09 00:05:10 +01:00
Alexis Hildebrandt
ca8eded48e
[doc] Minor typographical and error corrections
...
[ci skip]
2015-01-05 14:14:25 +01:00
Alexis Hildebrandt
8946454b61
[doc] Bump Ledger version to 3.1
...
It would be great to use texinfo variables to set the current Ledger
version, e.g. @value{Ledger_VERSION_MAJOR} and pass the CMake variables
to texi2pdf via --command='@set Ledger_VERSION_MAJOR ${Ledger_VERSION_MAJOR}'.
Unfortunately texi2pdf will err with:
Argument of @parseargline has an extra }.
<inserted text>
@par
<to be read again>
}
@\subtitle ...epage {@subtitlefont @rightline {#1}
}
l.153 @subtitle For Version @value{Ledger_VERSION_MAJOR} of Ledger
[ci skip]
2015-01-05 14:13:38 +01:00
Alexis Hildebrandt
0669ca9b40
[doc] Update explanation for validating doc examples
2015-01-05 14:13:37 +01:00
Alexis Hildebrandt
6bd2c0e3f6
[doc] Bump copyright notice to 2015
...
[ci skip]
2015-01-05 14:13:37 +01:00
Alexis Hildebrandt
bf4dc7c8f4
[doc] Add whitespace to separate debug options
...
better from one another in the item list
[ci skip]
2015-01-05 14:13:37 +01:00
Alexis Hildebrandt
642ca8d9d6
[doc] Update list of debug codes
...
using ag --nogroup '^[ ]*debug\(' | cut -d '"' -f2 | sort -u | column
[ci skip]
2015-01-05 14:13:37 +01:00
Alexis Hildebrandt
1dd9dcaab4
Bump copyright notice to 2015
...
The following script makes it a no-brainer:
% NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \
| xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/"
2014-12-27 11:24:55 +01:00
thdox
77b5d0aee0
Indented with Emacs: M-x fill-paragraph
2014-12-22 10:01:57 +01:00
thdox
9b76c22f44
Document that buffer names should use @file{} keyword
2014-12-22 10:01:57 +01:00
thdox
66265e76d5
M-x delete-trailing-whitespace
2014-12-22 10:01:57 +01:00
thdox
8ac3665cb9
Fixes:
...
- typo fixes
- @keywords consistency fixes
- add some @kindex and @cindex
- buffer names highlighted as @file{}
- menu item highlighted as @samp{}
2014-12-22 10:01:57 +01:00
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