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