summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Update doc/ledger3.texivalankar2023-06-101-0/+13
| | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
* Update doc/ledger3.texivalankar2023-06-101-1/+1
| | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
* Update doc/ledger3.texivalankar2023-06-101-1/+1
| | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
* Update doc/ledger3.texivalankar2023-06-101-2/+2
| | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
* Update doc/ledger3.texivalankar2023-06-101-1/+1
| | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
* Add example for credit card cashback.Viraj Alankar2023-06-101-0/+25
|
* api-docs: Show datetime of when api-docs were generatedAlexis Hildebrandt2023-06-051-0/+1
|
* doc: Fix ledger3.texi:4306: unknown command `Chevron'Alexis Hildebrandt2023-05-221-1/+1
|
* docs: fix example involving payeeMartin Michlmayr2023-05-161-2/+2
| | | | Fixes #2254
* doc: Generate Ledger Python module documentationAlexis Hildebrandt2023-04-252-3/+13
| | | | using pydoc when building web docs.
* doc: Generate plain text version of ledger manualAlexis Hildebrandt2023-04-241-8/+12
| | | | when building web docs
* doc: Generate PDF version of ledger manpageAlexis Hildebrandt2023-04-241-0/+5
| | | | when building web docs
* doc: Prefer mandoc over groff to generate ledger.1.htmlAlexis Hildebrandt2023-04-241-2/+9
|
* manpage: Fix mdoc warning: Empty input line #1452Alexis Hildebrandt2023-04-241-1/+1
|
* cmake: Use variables set from find_programAlexis Hildebrandt2023-04-241-5/+5
|
* doc: Replace custom command with doxygen_add_docsAlexis Hildebrandt2023-04-122-2706/+42
| | | | CMake function available since 3.9
* Bump required doxygen version to 1.9.5Alexis Hildebrandt2023-04-121-2/+5
|
* Fix typoAlexis Hildebrandt2023-04-111-2/+2
|
* doc: Add support for extra html header for api documentationAlexis Hildebrandt2023-04-112-1/+3
|
* Fix typoAlexis Hildebrandt2023-04-111-1/+1
|
* doc: Avoid LaTeX output when generating API docsAlexis Hildebrandt2023-04-101-1/+1
|
* doc: API docs use SVG for diagramsAlexis Hildebrandt2023-04-101-1/+1
|
* doc: Update doxygen to 1.9.6Alexis Hildebrandt2023-04-101-997/+1813
|
* doc: Add support for extra css to api documentationAlexis Hildebrandt2023-04-103-2/+10
|
* doc: Add API documentation main pageAlexis Hildebrandt2023-04-102-1/+11
|
* doc: Use CMake variables for project name and versionAlexis Hildebrandt2023-04-091-2/+2
|
* doc: Update required CMake versionAlexis Hildebrandt2023-04-091-1/+1
| | | | to match version required by project
* doc: Fix generating api documentationAlexis Hildebrandt2023-04-092-6/+7
| | | | by fixing path to source
* Fix typo in documentationMatan Nassau2023-03-311-1/+1
|
* Update versions from 3.3.2 releaseMartin Michlmayr2023-03-301-2/+2
|
* docs: Enable stand-alone buildingAlexis Hildebrandt2023-03-222-2/+9
|
* Refactor Ledger version info into cmake/LedgerVersion.cmakeAlexis Hildebrandt2023-03-051-1/+7
| | | | | so it can be re-used when generating the version.texi for ledger-website builds.
* doc: Fix texinfo invalid previous node referenceAlexis Hildebrandt2023-02-211-1/+1
|
* Remove unused server related codeAlexis Hildebrandt2023-02-201-6/+0
|
* docs: Standardise spellingAlexis Hildebrandt2023-02-141-8/+8
|
* Cross reference Auxiliary and Effective dates sectionsAlexis Hildebrandt2023-02-091-5/+13
| | | | Closes #2150
* docs: move section "Payee metadata tag"Alexis Hildebrandt2023-02-081-49/+50
| | | | Closes #2151
* docs: Specify regex dialect used by ledgerAlexis Hildebrandt2023-02-082-4/+4
| | | | Closes #2145
* doc: Clarify evaluation of balance assertsions or assignmentsAlexis Hildebrandt2023-02-041-2/+8
| | | | Addresses: #1687
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
| | | | [skip ci]
* Minor cosmetic changesAlexis Hildebrandt2023-02-011-2/+2
|
* Rename quoted_rfc4180 to quoted_rfc, to avoid parser quirkDonald Lam2023-01-252-14/+9
| | | | | | | Ledger's expression parser considers quoted_rfc4180 to be an amount (quantity 4180 of commodity "quoted_rfc"). Fixes #2007.
* docs: add info on on expr directiveMartin Michlmayr2022-12-271-1/+1
| | | | Fixes #2149
* Fix typos found by codespellAlexis Hildebrandt2022-07-191-10/+10
|
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
|
* Document --exchange can accept multiple commoditiesGwyneth Morgan2022-06-292-13/+62
| | | | | | | | | | | | | | | | | | | | | The --exchange option can accept multiple comma-separated commodities, but this is only mentioned in one place where --exchange is documented, and notably not in the Texinfo manual. Examples made with the following ledger file: ``` P 2022-06-28 USD 54.81 PHP P 2022-06-28 EUR 58.01 PHP 2022-06-28 * Opening Balances Equity:Opening Balances Assets:USD Bank 100 USD Assets:EUR Bank 100 EUR Assets:PHP Bank 100 PHP ``` [ci skip]
* docs: add instructions for querying quoted commoditiesMarcus Zanona2022-04-081-0/+6
| | | resolves #2077
* Fixed misspelling of Deutsche Mark.PortStone2022-03-071-2/+2
|
* Fix config path in man pageCédric Barreteau2021-09-081-1/+1
|
* docs: Improve --depth documentationRahix2021-08-262-16/+14
| | | | | | | Make it clear that --depth behaves the same for balance and register reports now. Fixes: #1952