SYMBOL INDEX (19 symbols across 1 files) FILE: docs/rst/elispdomain.py class ELispMarkup (line 17) | class ELispMarkup(ObjectDescription): method add_target_and_index (line 18) | def add_target_and_index(self, name, sig, signode): class ELispFunction (line 40) | class ELispFunction(ELispMarkup): method get_index_text (line 41) | def get_index_text(self, objectname, name): method handle_signature (line 44) | def handle_signature(self, sig, signode): class ELispVariable (line 62) | class ELispVariable(ELispMarkup): method get_index_text (line 63) | def get_index_text(self, objectname, name): method handle_signature (line 66) | def handle_signature(self, sig, signode): class ELispCommand (line 71) | class ELispCommand(ELispMarkup): method get_index_text (line 76) | def get_index_text(self, objectname, name): method handle_signature (line 79) | def handle_signature(self, sig, signode): class ELispOption (line 91) | class ELispOption(ELispMarkup): method get_index_text (line 96) | def get_index_text(self, objectname, name): method handle_signature (line 99) | def handle_signature(self, sig, signode): class ELispDomain (line 109) | class ELispDomain(Domain): method clear_doc (line 136) | def clear_doc(self, docname): method resolve_xref (line 141) | def resolve_xref(self, env, fromdocname, builder, type_, target, node, method get_objects (line 152) | def get_objects(self): function setup (line 157) | def setup(app):