Home
last modified time | relevance | path

Searched refs:Prose (Results 1 – 3 of 3) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A D_typing.py115 DescribableItem, SectionBase, Synopsis, ParameterList, Prose, VerbatimBlock, InlineList,
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_section.py20 from ._doc_section_base import SectionBase, Synopsis, ParameterList, Prose, VerbatimBlock, InlineLi…
904 class Notes(Prose):
926 class DeveloperNotes(Prose):
947 class References(Prose):
969 class FortranNotes(Prose):
H A D_doc_section_base.py1020 class Prose(SectionBase): class