Path to this page:
./
devel/py-gi-docgen,
Documentation tool for GObject-based libraries
Branch: CURRENT,
Version: 2024.1,
Package name: py312-gi-docgen-2024.1,
Maintainer: pkgsrc-usersGI-DocGen is a document generator for GObject-based libraries.
GObject is the base type system of the GNOME project. GI-Docgen
reuses the introspection data generated by GObject-based libraries
to generate the API reference of these libraries, as well as other
ancillary documentation.
Master sites:
Filesize: 2472.959 KB
Version history: (Expand)
- (2024-11-11) Updated to version: py312-gi-docgen-2024.1
- (2024-06-08) Updated to version: py311-gi-docgen-2024.1
- (2023-12-07) Updated to version: py311-gi-docgen-2023.3nb1
- (2023-04-30) Updated to version: py310-gi-docgen-2023.1
- (2023-02-09) Updated to version: py310-gi-docgen-2022.1nb1
- (2022-05-23) Updated to version: py39-gi-docgen-2022.1nb1
CVS history: (Expand)
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-07-24 11:16:41 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
py-gi-docgen: Unbreak previous change.
|
2024-07-05 21:30:25 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-gi-docgen: a different approach to handling PKGMANDIR
|
2024-06-08 14:01:23 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-gi-docgen: update to 2024.1.
## [2024.1] - 2024-05-20
### Added
- Add unit testing for link syntax
- Support link to enumeration members [!214, !215]
- Add favicon support [#152]
- Add proper anchor for enum members [#183]
- Parse optional anchors in links [#191]
- Generate a link to finish functions [#189]
- Add 'inline' to C declarations for inline callables [#173]
- Make the logo a link to the index [#195]
- Clear search when pressing Escape [#194]
### Changed
- Update the wording for transfer modes [!205]
- Turn deprecation notices into admonitions [#155]
- Improve filesystem string type docs [#193]
### Fixed
- Fix doubled paragraph tags around descriptions [!206]
- Append period after last line in more cases [#181]
- Documentation fixes [!223, #198]
- Use the basename of the urlmap file [#197]
### Removed
- Revert "generate: Add fallback for missing "since"" [#179]
|
2023-12-18 08:17:39 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-gi-docgen: add missing tool
|
2023-12-07 21:05:10 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-gi-docgen: add missing dependency
|
2023-12-07 19:10:38 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-gi-docgen: update to 2023.3.
## [2023.3] - 2023-11-25
### Fixed
- Add missing dependency [#175]
- Add missing test data to the source archive [#174]
## [2023.2] - 2023-11-24
### Added
- Use packaging module to properly compare versions
- Add "implements" in class definition pseudocode
- Ignore the first class instance struct field
- Parse default-value attribute [#103]
- Test the gtk-doc sigil parsing
- Support admonitions in docblocks [#170]
- Add link to the extra content files location in the source repository [#118]
- Search for GIR XML in `$GI_GIR_PATH` and `/usr/share/gir-1.0` [!196]
- Add fallback for missing "since" [!198]
### Changed
- Redesign the search results
- Redesign the index for enumeration types
### Fixed
- Match dependencies list in the index and sidebar [!177]
- Use KeyboardEvent.key to focus search input [#151]
- Build fixes for subproject use [!185]
- Remove display:flex from headings [#147]
- Split transfer notes based on direction [#141]
- Clarify signal flags [!189]
- Hide build section if empty [#160]
- Always explicitely use utf-8 when reading/writing files [!193]
- use `color-scheme: dark` when in dark mode [!188]
|
2023-05-01 07:41:05 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-gi-docgen: move line higher so it's considered
|