;doc: add page TOCs to more dev docs
This commit is contained in:
parent
d62d302fdc
commit
2393f98251
@ -1,5 +1,9 @@
|
||||
# Benchmarks
|
||||
|
||||
<div class=pagetoc>
|
||||
<!-- toc -->
|
||||
</div>
|
||||
|
||||
Benchmarks are standard performance measurements,
|
||||
which we define using `bench` declarations in cabal files.
|
||||
There is [one in hledger.cabal](https://github.com/simonmichael/hledger/blob/master/hledger/hledger.cabal#L228),
|
||||
|
||||
4
CODE.md
4
CODE.md
@ -1,5 +1,9 @@
|
||||
# Code
|
||||
|
||||
<div class=pagetoc>
|
||||
<!-- toc -->
|
||||
</div>
|
||||
|
||||
hledger is a suite of applications, tools and libraries.
|
||||
The main hledger code repository is [github.com/simonmichael/hledger](https://github.com/simonmichael/hledger)
|
||||
(shortcut url `code.hledger.org`).
|
||||
|
||||
4
DOCS.md
4
DOCS.md
@ -1,5 +1,9 @@
|
||||
# Docs
|
||||
|
||||
<div class=pagetoc>
|
||||
<!-- toc -->
|
||||
</div>
|
||||
|
||||
20191209: needs update. See also doc/README.
|
||||
|
||||
## Four kinds of documentation
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
# Funding
|
||||
|
||||
<div class=pagetoc>
|
||||
<!-- toc -->
|
||||
</div>
|
||||
|
||||
My vision for the hledger project has always been for it to be "accountable" and "self-sustaining", possibly through new forms of incentivisation.
|
||||
Classic non-monetary FOSS communities are a beautiful and precious thing.
|
||||
Adding money can change their dynamic.
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
# Pull requests
|
||||
|
||||
<div class=pagetoc>
|
||||
<!-- toc -->
|
||||
</div>
|
||||
|
||||
Most contributed hledger code (and some of the project maintainer's code)
|
||||
is submitted and reviewed via Github pull requests.
|
||||
Here are some tips for contributing PRs to hledger.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user