django_docs

package module
v0.0.0-...-22b1cc2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2013 License: BSD-2-Clause Imports: 6 Imported by: 0

README

Package django-docs

Utility to query and search for django docs from the command-line. Written in Go.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExtractDocs

func ExtractDocs(docDir string) (docs map[SymbolID]DjangoDoc, errs []error)

Types

type DjangoDoc

type DjangoDoc struct {
	Symbol     SymbolID
	Body       string
	SourceFile string
	Start      int
	End        int
}

type SymbolID

type SymbolID string

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL