Skip to content

Commit

Permalink
Re-generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhcc committed Nov 17, 2020
1 parent 1cd21de commit fa78ccc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/beancount_design_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ A position represents some units of a particular commodity held at cost. It cons

Position = (Units, Cost)

*Units* is an instance of *Amount*, and *Cost* is an instance of *Cost*, or a null value if the commodity is not held at cost. Inventories contain lists of *Position* instances. See its definition in [<span class="underline">beancount.core.position</span>](https://bitbucket.org/blais/beancount/src/tip/src/python/beancount/core/position.py)`.`
*Units* is an instance of *Amount*, and *Cost* is an instance of *Cost*, or a null value if the commodity is not held at cost. Inventories contain lists of *Position* instances. See its definition in [<span class="underline">beancount.core.position</span>](http://github.com/beancount/beancount/tree/v2/beancount/core/position.py)`.`

### Posting<a id="posting"></a>

Expand Down
2 changes: 0 additions & 2 deletions docs/external_contributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ Plugins<a id="plugins"></a>

[<span class="underline">effective\_dates</span>](https://github.com/redstreet/beancount_plugins_redstreet): redstreet0 wrote a plugin to book different legs of a transaction to different dates

[<span class="underline">depreciation</span>](https://bitbucket.org/snippets/happyalu/EAMgj/beancount-automated-depreciation-plugin): [<span class="underline">Alok Parlikar</span>](https://plus.google.com/u/0/+AlokParlikar/posts) [<span class="underline">wrote a plugin</span>](https://bitbucket.org/snippets/happyalu/EAMgj/beancount-automated-depreciation-plugin) to automatically add entries at the EOY for the depreciation of assets.

[<span class="underline">beancount-plugins</span>](https://github.com/davidastephens/beancount-plugins): Dave Stephens created a repository to share various of his plugins related to depreciation.

[<span class="underline">beancount-plugins-zack</span>](https://github.com/zacchiro/beancount-plugins-zack): Stefano Zacchiroli created this repository to share his plugins.
Expand Down
2 changes: 1 addition & 1 deletion docs/installing_beancount.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Editor Support<a id="editor-support"></a>

There is support for some editors available:

- Emacs support is [<span class="underline">provided in the distribution</span>](https://bitbucket.org/blais/beancount/src/tip/src/elisp/). See the [<span class="underline">Getting Started</span>](getting_started_with_beancount.md) text for installation instruction.
- Emacs support is provided [<span class="underline">in a separate repo</span>](https://github.com/beancount/beancount-mode). See the [<span class="underline">Getting Started</span>](getting_started_with_beancount.md) text for installation instruction.

- Support for [<span class="underline">editing with Sublime</span>](https://sublime.wbond.net/packages/Beancount) has been contributed by [<span class="underline">Martin Andreas Andersen</span>](https://groups.google.com/d/msg/beancount/WvlhcCjNl-Q/s4wOBQnRVxYJ). See [<span class="underline">his github repo</span>](https://github.com/draug3n/sublime-beancount).

Expand Down
2 changes: 1 addition & 1 deletion docs/sharing_expenses_with_beancount.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ I made a paper spreadsheet where each line had

- The amount (either in USD or MXN)

After our trip, I sat down at the computer and typed [<span class="underline">the corresponding Beancount file</span>](http://www.google.com/url?q=http%3A%2F%2Fbitbucket.org%2Fblais%2Fbeancount%2Fsrc%2Ftip%2Fexamples%2Fsharing%2Fcozumel2015.beancount&sa=D&sntz=1&usg=AFQjCNEPaKdOQ8UzCsGwRksl6sbCp6J2ZA). If I had a computer during my vacation I probably would have typed it as we went along. Of course, I had to do a few adjustments here and there because of mistakes.
After our trip, I sat down at the computer and typed [<span class="underline">the corresponding Beancount file</span>](https://github.com/beancount/beancount/blob/master/examples/sharing/cozumel2015.beancount). If I had a computer during my vacation I probably would have typed it as we went along. Of course, I had to do a few adjustments here and there because of mistakes.

The bottom line is: if you’re organized well, the overhead of doing this is minimal.

Expand Down

0 comments on commit fa78ccc

Please sign in to comment.