Skip to content

hylang/sphinxcontrib-hydomain

Repository files navigation

AutoDoc

  • Escape string optional parameters *
  • Reserved names populating other modules randomly *
  • ^ not showing up when used as non annotation value *
  • ModuleDocumenter
    • anon var private members
    • macros
    • macros as own header option *
    • tags *
    • tags as own header option *
    • docstrings
  • ClassDocumenter
    • remove self parameter *
    • final (don't know if this is possible without the analyzer)
  • ExceptionDocumenter
    • exception tag
    • final
  • DataDocumenter
    • type
    • value
  • automacro
    • remove &name param from signature *
  • autotag *
  • FunctionDocumenter
    • object default value (ie. _sentinel) *
    • mangling parameter names
    • async prop
  • DecoratorDocumenter
  • MethodDocumenter
    • async
    • abstractmethod
    • classmethod
    • final
    • property
    • staticmethod
  • AttributeDocumenter
    • type
    • value
  • PropertyDocumenter
  • NewTypeAttributeDocumenter
  • NewTypeDataDocumenter