rename & move syntax quick reference
This commit is contained in:
@@ -406,10 +406,11 @@ other console/curses tools
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://ledger-cli.org/docs.html">Ledger manuals</a></li>
|
<li><a href="http://ledger-cli.org/docs.html">Ledger manuals</a></li>
|
||||||
<li><a href="https://github.com/ledger/ledger/wiki">Ledger wiki</a></li>
|
<li><a href="https://github.com/ledger/ledger/wiki">Ledger wiki</a></li>
|
||||||
<li><a href="http://ricostacruz.com/cheatsheets/ledger.html">The Great Cheatsheet for Ledger CLI</a></li>
|
<li><p><a href="http://ricostacruz.com/cheatsheets/ledger.html">The Great Cheatsheet for Ledger CLI</a></p></li>
|
||||||
<li><a href="http://hledger.org/docs.html">hledger docs</a></li>
|
<li><p><a href="http://hledger.org/docs.html">hledger docs</a></p></li>
|
||||||
<li><a href="http://furius.ca/beancount/doc/index">Beancount docs</a> (or <a href="http://aumayr.github.io/beancount-docs-static/">sphinx version with API docs</a>)</li>
|
<li><a href="http://furius.ca/beancount/doc/index">Beancount docs</a> (or <a href="http://aumayr.github.io/beancount-docs-static/">sphinx version with API docs</a>)</li>
|
||||||
<li><a href="http://furius.ca/beancount/doc/cheatsheet">Beancount Syntax Cheatsheet</a></li>
|
<li><p><a href="http://furius.ca/beancount/doc/cheatsheet">Beancount Syntax Cheatsheet</a></p></li>
|
||||||
|
<li><p><a href="quickref/">Syntax Quick Reference for the Ledger-Likes</a></p></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4 id="concepts">concepts</h4>
|
<h4 id="concepts">concepts</h4>
|
||||||
<ul>
|
<ul>
|
||||||
@@ -421,7 +422,6 @@ other console/curses tools
|
|||||||
</ul>
|
</ul>
|
||||||
<h4 id="comparisons">comparisons</h4>
|
<h4 id="comparisons">comparisons</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="quickref/">Quick Reference for the Ledger-Likes</a></li>
|
|
||||||
<li><a href="http://www.matthiaskauer.com/2015/08/command-line-accounting-a-look-at-the-various-ledger-ports/">Matthias Kauer: Command Line Accounting – A look at the various ledger ports</a> 2015</li>
|
<li><a href="http://www.matthiaskauer.com/2015/08/command-line-accounting-a-look-at-the-various-ledger-ports/">Matthias Kauer: Command Line Accounting – A look at the various ledger ports</a> 2015</li>
|
||||||
<li><a href="http://thread.gmane.org/gmane.comp.finance.beancount/227">Another Ledger user's perspective</a> on Beancount 2015</li>
|
<li><a href="http://thread.gmane.org/gmane.comp.finance.beancount/227">Another Ledger user's perspective</a> on Beancount 2015</li>
|
||||||
<li><a href="https://docs.google.com/document/d/1dW2vIjaXVJAf9hr7GlZVe3fJOkM-MtlVjvCO1ZpNLmg/edit?pli=1#heading=h.2ax1dztqboy7">Martin Blais: A Comparison of Beancount and Ledger</a> 2014</li>
|
<li><a href="https://docs.google.com/document/d/1dW2vIjaXVJAf9hr7GlZVe3fJOkM-MtlVjvCO1ZpNLmg/edit?pli=1#heading=h.2ax1dztqboy7">Martin Blais: A Comparison of Beancount and Ledger</a> 2014</li>
|
||||||
|
|||||||
5
index.md
5
index.md
@@ -444,10 +444,14 @@ other console/curses tools
|
|||||||
- [Ledger manuals](http://ledger-cli.org/docs.html)
|
- [Ledger manuals](http://ledger-cli.org/docs.html)
|
||||||
- [Ledger wiki](https://github.com/ledger/ledger/wiki)
|
- [Ledger wiki](https://github.com/ledger/ledger/wiki)
|
||||||
- [The Great Cheatsheet for Ledger CLI](http://ricostacruz.com/cheatsheets/ledger.html)
|
- [The Great Cheatsheet for Ledger CLI](http://ricostacruz.com/cheatsheets/ledger.html)
|
||||||
|
|
||||||
- [hledger docs](http://hledger.org/docs.html)
|
- [hledger docs](http://hledger.org/docs.html)
|
||||||
|
|
||||||
- [Beancount docs](http://furius.ca/beancount/doc/index) (or [sphinx version with API docs](http://aumayr.github.io/beancount-docs-static/))
|
- [Beancount docs](http://furius.ca/beancount/doc/index) (or [sphinx version with API docs](http://aumayr.github.io/beancount-docs-static/))
|
||||||
- [Beancount Syntax Cheatsheet](http://furius.ca/beancount/doc/cheatsheet)
|
- [Beancount Syntax Cheatsheet](http://furius.ca/beancount/doc/cheatsheet)
|
||||||
|
|
||||||
|
- [Syntax Quick Reference for the Ledger-Likes](quickref/)
|
||||||
|
|
||||||
#### concepts
|
#### concepts
|
||||||
|
|
||||||
- [The Double-Entry Counting Method](https://furius.ca/beancount/doc/intro) 2016
|
- [The Double-Entry Counting Method](https://furius.ca/beancount/doc/intro) 2016
|
||||||
@@ -459,7 +463,6 @@ other console/curses tools
|
|||||||
|
|
||||||
#### comparisons
|
#### comparisons
|
||||||
|
|
||||||
- [Quick Reference for the Ledger-Likes](quickref/)
|
|
||||||
- [Matthias Kauer: Command Line Accounting – A look at the various ledger ports](http://www.matthiaskauer.com/2015/08/command-line-accounting-a-look-at-the-various-ledger-ports/) 2015
|
- [Matthias Kauer: Command Line Accounting – A look at the various ledger ports](http://www.matthiaskauer.com/2015/08/command-line-accounting-a-look-at-the-various-ledger-ports/) 2015
|
||||||
- [Another Ledger user's perspective](http://thread.gmane.org/gmane.comp.finance.beancount/227) on Beancount 2015
|
- [Another Ledger user's perspective](http://thread.gmane.org/gmane.comp.finance.beancount/227) on Beancount 2015
|
||||||
- [Martin Blais: A Comparison of Beancount and Ledger](https://docs.google.com/document/d/1dW2vIjaXVJAf9hr7GlZVe3fJOkM-MtlVjvCO1ZpNLmg/edit?pli=1#heading=h.2ax1dztqboy7) 2014
|
- [Martin Blais: A Comparison of Beancount and Ledger](https://docs.google.com/document/d/1dW2vIjaXVJAf9hr7GlZVe3fJOkM-MtlVjvCO1ZpNLmg/edit?pli=1#heading=h.2ax1dztqboy7) 2014
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
</h2>
|
</h2>
|
||||||
<h2 class="c26" id="h.ejyq5tnqecv7">
|
<h2 class="c26" id="h.ejyq5tnqecv7">
|
||||||
<span>
|
<span>
|
||||||
Quick Reference for the Ledger-Likes</span>
|
Syntax Quick Reference for the Ledger-Likes</span>
|
||||||
</h2>
|
</h2>
|
||||||
<p class="c29">
|
<p class="c29">
|
||||||
<span>
|
<span>
|
||||||
|
|||||||
Reference in New Issue
Block a user