Path to this page:
Subject: CVS commit: pkgsrc/textproc
From: Adam Ciarcinski
Date: 2024-09-18 09:47:39
Message id: 20240918074740.11225FC74@cvs.NetBSD.org
Log Message:
py-class-doc: added version 0.2.6
Small set of helpers aimed to extract class attributes documentation from the
class definition. This stuff tries to mimic sphinx-autodoc behaviour as closely
as possible (except instance attributes defined inside __init__ function).
The main advantage of this project over sphinx-autodoc is that it is
lightweight single-purpose dependency, while autodoc just a small part of
really heavy project.
Files: