;doc: add page TOCs to more dev docs

This commit is contained in:
Simon Michael 2021-09-27 01:56:13 -10:00
parent d62d302fdc
commit 2393f98251
6 changed files with 24 additions and 0 deletions

View File

@ -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),

View File

@ -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`).

View File

@ -1,5 +1,9 @@
# Docs
<div class=pagetoc>
<!-- toc -->
</div>
20191209: needs update. See also doc/README.
## Four kinds of documentation

View File

@ -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.

View File

@ -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.

View File

@ -1,5 +1,9 @@
# Tests
<div class=pagetoc>
<!-- toc -->
</div>
About testing in the hledger project, as of 201809.
## Kinds of tests