Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Uberspace/lab
/ types & classes
Types & classes
10 in github.com/Uberspace/lab
⨍
Functions
51
◇
Types & classes
10
↓ 17 callers
Class
Check
A check definded by metadata (:attr:`key`, :attr:`category` and :attr:`help`) and one of the possible :attr:`action` (together with an :a
check-guides.py:107
↓ 1 callers
Class
CheckResult
Collect the results of a check along with meta info.
check-guides.py:32
↓ 1 callers
Class
Checklist
Contains :cls:`Check`, can run them over a guide and collects the :cls:`CheckResults` in a cls`ChecklistResults` instance.
check-guides.py:179
↓ 1 callers
Class
ChecklistResults
Collect :cls:`CheckResult` instances. The :cls:`ChecklistResults` instance is considered *failed*, if at least one of the collected :cls
check-guides.py:51
↓ 1 callers
Class
allauthors
Maker node later to be replaced by list of all authors.
authorship/authorship/__init__.py:146
Class
AllAuthors
Outputs an ordered list of all authors, sorted by contribution count. From rst markup like:: .. allauthors::
authorship/authorship/__init__.py:152
Class
AuthorListDisplay
Output the list of authors for the document. Like: `Written by: author1 <mail@some.org>, author2 <site.org>` From rst markup like::
authorship/authorship/__init__.py:57
Class
ListItem
Store a list of things (e.g. authors, tags) in the environment of each document.
authorship/authorship/__init__.py:33
Class
ListItemImpl
authorship/authorship/__init__.py:127
Class
TagListDisplay
Output the list of tags for the document. Like: `#lang-nodejs #web` From rst markup like:: .. tag_list::
authorship/authorship/__init__.py:84