SYMBOL INDEX (31 symbols across 3 files) FILE: calmap/__init__.py function yearplot (line 32) | def yearplot(data, year=None, how='sum', vmin=None, vmax=None, cmap='Reds', function calendarplot (line 237) | def calendarplot(data, how='sum', yearlabels=True, yearascending=True, y... FILE: doc/sphinxext/plot_directive.py function format_template (line 161) | def format_template(template, **kw): function format_template (line 165) | def format_template(template, **kw): function plot_directive (line 187) | def plot_directive(name, arguments, options, content, lineno, function _option_boolean (line 193) | def _option_boolean(arg): function _option_context (line 205) | def _option_context(arg): function _option_format (line 211) | def _option_format(arg): function _option_align (line 215) | def _option_align(arg): function mark_plot_labels (line 220) | def mark_plot_labels(app, document): function setup (line 251) | def setup(app): function contains_doctest (line 287) | def contains_doctest(text): function unescape_doctest (line 299) | def unescape_doctest(text): function split_code_at_show (line 320) | def split_code_at_show(text): function remove_coding (line 343) | def remove_coding(text): class ImageFile (line 427) | class ImageFile(object): method __init__ (line 428) | def __init__(self, basename, dirname): method filename (line 433) | def filename(self, format): method filenames (line 436) | def filenames(self): function out_of_date (line 440) | def out_of_date(original, derived): class PlotError (line 450) | class PlotError(RuntimeError): function run_code (line 454) | def run_code(code, code_path, ns=None, function_name=None): function clear_state (line 530) | def clear_state(plot_rcparams, close=True): function render_figures (line 537) | def render_figures(code, code_path, output_dir, output_base, context, function run (line 664) | def run(arguments, content, options, state_machine, state, lineno): FILE: tests/test_calmap.py function events (line 16) | def events(): function test_yearplot (line 27) | def test_yearplot(events): function test_yearplot_year (line 36) | def test_yearplot_year(events): function test_yearplot_cmap_fillcolor_linewidth (line 45) | def test_yearplot_cmap_fillcolor_linewidth(events): function test_yearplot_monthticks_daylabels_dayticks (line 55) | def test_yearplot_monthticks_daylabels_dayticks(events): function test_calendarplot (line 66) | def test_calendarplot(events):