| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| | |
It appears this syntax does indeed work as described in this change, but the
feature was not previously documented herein.
|
| |
| |
| |
| |
| |
| |
| | |
This brings some single character format strings in line with what
they actually meant in ledger2.
Bug fix for #755
|
| | |
|
| |
| |
| |
| |
| | |
Add a space between if and the opening bracket, between a closing
round bracket and the following opening curly bracket, etc.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Fix @node pointer errors
|
| | |
| | |
| | |
| | |
| | | |
Unfortunately, you cannot reliably use periods, commas, or colons within
a node name; these can confuse the Info reader.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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
|
| | | |
|
|/ / |
|
| |
| |
| |
| | |
to create a DIN A4 paper version of the ledger pdf.
|
| |
| |
| |
| |
| | |
to generate a html version of the manpage,
throw a fatal error otherwise.
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| | |
| | |
| | |
| | | |
Add two more terms
Thanks. What is the comment about TeX being hard to install?
|
| | |
| | |
| | |
| | | |
Added Effective Date and Transaction Code
|
|\| |
| | |
| | |
| | |
| | | |
More documentation, and One .gitignore change
Charles, thank you for all of the time you are putting into this.
|
| | |
| | |
| | |
| | | |
Added Cheetah, sha1, utfcpp and finished the orientation section.
|
| | |
| | |
| | |
| | | |
Every project lays out directories in a unique manner.
|
|\| |
| | |
| | | |
DEVELOP.md
|
| | |
| | |
| | |
| | |
| | | |
Mention a few more tools used. Also word-wrap, which touched most
lines.
|
| | |
| | |
| | |
| | | |
Started a development doc with a few glossary terms.
|
|\| |
| | |
| | | |
Two more terms.
|
| | |
| | |
| | |
| | | |
Added posting and virtual posting.
|
|\| |
| | |
| | | |
Two more Ledger terms
|
| | |
| | |
| | |
| | |
| | | |
Added automated transaction and periodic transaction, two items that
horribly misnamed.
|
|\| |
| | |
| | | |
Glossary updates...
|
| | |
| | |
| | |
| | | |
trivial changes.
|
| | |
| | |
| | |
| | |
| | | |
Added Command Directive and Journal File. Word wrap touched a couple
of entries.
|
|\| |
| | |
| | | |
Add more terms to glossary
|
| | |
| | |
| | |
| | | |
Cleared up meaning of ‘posting’. Added a few Ledger specific items.
|
|\| |
| | |
| | |
| | |
| | | |
Added Glossary
Nice. Would it be worth it to add this to the documentation?
|
| | |
| | |
| | |
| | |
| | | |
Wrote a first pass at a glossary, adding only accounting terms to
start.
|
|\| |
| | |
| | | |
A pair of small documentation changes...
|
| | |
| | |
| | |
| | |
| | | |
Remove obsolete and incorrect README file. Correct information in
README.md, one directory up.
|
| | |
| | |
| | | |
This older doc/README file is pure text and provides incomplete information compared to the root's README.md markdown file. I copied over some introductory verbiage and added cross references to that file.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \ |
|
| | | | |
|
|/ / / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
command:validate)
It is now possible to use @smallexample @c input:validate (and
command:validate) to specify that an example should just be read by
ledger (and checked for errors) or that a ledger command should be
executed (with default input -f sample.dat, if none is specified).
These annotations have been added into ledger3.texi where appropriate.
Running the ledger3.texi test now takes a second or two, but a lot of
the @smallexamples are now automatically tested.
|