[docs] Get rid of cdist-type prefix in documentation #75

Closed
opened 2021-11-20 13:23:32 +00:00 by ungleich-gitea · 7 comments

It overloads visually and makes documentation harder to navigate:

I'd think having this:

16.10. __block
16.11. __ccollect_source
16.12. __cdist
16.13. __cdistmarker
16.14. __check_messages

As opposed to this:

16.10. cdist-type__block(7)
16.11. cdist-type__ccollect_source(7)
16.12. cdist-type__cdist(7)
16.13. cdist-type__cdistmarker(7)
16.14. cdist-type__check_messages(7)

Makes for a much better menu and list of types.

It overloads visually and makes documentation harder to navigate: I'd think having this: ``` 16.10. __block 16.11. __ccollect_source 16.12. __cdist 16.13. __cdistmarker 16.14. __check_messages ``` As opposed to this: ``` 16.10. cdist-type__block(7) 16.11. cdist-type__ccollect_source(7) 16.12. cdist-type__cdist(7) 16.13. cdist-type__cdistmarker(7) 16.14. cdist-type__check_messages(7) ``` Makes for a much better menu and list of types.
poljakowski was assigned by ungleich-gitea 2021-11-20 13:23:32 +00:00
Author
Owner

closed

closed
Author
Owner

Fixed in 71b6646b38.

Fixed in 71b6646b38799f7316d791a4d9b511098d879ab0.
Author
Owner

assigned to @poljakowski

assigned to @poljakowski
Author
Owner

changed the description

changed the description
Author
Owner

changed the description

changed the description
Author
Owner

I figured that was possibly the case, because of the (7) which is also a bit redundant in the context of verbose documentation.

I figured that was possibly the case, because of the `(7)` which is also a bit redundant in the context of verbose documentation.
Author
Owner

@nico cdist-type prefix is introduced for the man page naming, right?
So you have man page cdist-type__file.

I guess we could try to cut that prefix for html documentation.

@nico `cdist-type` prefix is introduced for the man page naming, right? So you have man page `cdist-type__file`. I guess we could try to cut that prefix for html documentation.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ungleich-public/cdist#75
No description provided.