;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 # 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),

View File

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

View File

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

View File

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

View File

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

View File

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