Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PythonExtractor ¶
type PythonExtractor struct {
// contains filtered or unexported fields
}
PythonExtractor extracts documentation from Python source code using pydoc-markdown
func NewPythonExtractor ¶
func NewPythonExtractor(runner site.CommandRunner) *PythonExtractor
NewPythonExtractor creates a new Python documentation extractor
func (*PythonExtractor) Extract ¶
func (p *PythonExtractor) Extract(ctx context.Context, req *extractors.ExtractRequest) (*extractors.ExtractResult, error)
Extract generates documentation from Python source code
func (*PythonExtractor) Language ¶
func (p *PythonExtractor) Language() extractors.Language
Language returns the language this extractor handles
Click to show internal directories.
Click to hide internal directories.