[PATCH v2 0/2] Associative arrays documentation formatting cleanups

Bagas Sanjaya posted 2 patches 2 months ago
Documentation/core-api/assoc_array.rst | 196 +++++++++++++------------
1 file changed, 103 insertions(+), 93 deletions(-)
[PATCH v2 0/2] Associative arrays documentation formatting cleanups
Posted by Bagas Sanjaya 2 months ago
Hi,

Here's two-patch formatting cleanup series for generic associative array
implementation docs. The shortlog below should be self-explanatory.

Enjoy!

Changes since v1 [1]:

  - Apply review trailers (Randy)

[1]: https://lore.kernel.org/linux-doc/20250920024227.19474-2-bagasdotme@gmail.com/

Bagas Sanjaya (2):
  Documentation: assoc_array: Indent function explanation text
  Documentation: assoc_array: Format internal tree layout tables

 Documentation/core-api/assoc_array.rst | 196 +++++++++++++------------
 1 file changed, 103 insertions(+), 93 deletions(-)


base-commit: 3a8660878839faadb4f1a6dd72c3179c1df56787
-- 
An old man doll... just what I always wanted! - Clara
Re: [PATCH v2 0/2] Associative arrays documentation formatting cleanups
Posted by Jonathan Corbet 2 months ago
Bagas Sanjaya <bagasdotme@gmail.com> writes:

> Hi,
>
> Here's two-patch formatting cleanup series for generic associative array
> implementation docs. The shortlog below should be self-explanatory.
>
> Enjoy!

Applied, thanks.

jon