~marrakis/openobject-server/python-lib

« back to all changes in this revision

Viewing changes to openobject/server/pychart/error_bar_doc.py

  • Committer: Mathieu Leduc-Hamel
  • Date: 2010-02-11 20:36:24 UTC
  • Revision ID: mlhamel@arak4-20100211203624-4331pfj1xb8qtzw8
[IMP] New pythonic way to organise the code. Everything is under the package openobject.server and everything is refering to that. Now needed to clean again setup.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
# automatically generated by generate_docs.py.
 
3
doc_1="""Attributes supported by this class are:
 
4
line_style(type:line_style.T) default="".
 
5
tic_len(type:length in points (\\xref{unit})) default="Length of the horizontal bars".
 
6
"""
 
7
 
 
8
doc_2="""Attributes supported by this class are:
 
9
vline_style(type:line_style.T) default="The style of the vertical bar.".
 
10
hline_style(type:line_style.T) default="The style of the horizontal bars.".
 
11
tic_len(type:length in points (\\xref{unit})) default="The length of the horizontal bars".
 
12
"""
 
13
 
 
14
doc_3="""Attributes supported by this class are:
 
15
line_style(type:line_style.T) default="".
 
16
"""
 
17
 
 
18
doc_4="""Attributes supported by this class are:
 
19
line_style(type:line_style.T) default="".
 
20
box_width(type:length in points (\\xref{unit})) default="".
 
21
tic_len(type:length in points (\\xref{unit})) default="".
 
22
fill_style(type:fill_style.T) default="".
 
23
"""
 
24
 
 
25
doc_5="""Attributes supported by this class are:
 
26
line_style(type:line_style.T) default="".
 
27
"""
 
28
 
 
29
doc_6="""Attributes supported by this class are:
 
30
box_width(type:length in points (\\xref{unit})) default="".
 
31
line_style(type:line_style.T) default="".
 
32
center_line_style(type:line_style.T) default="".
 
33
fill_style(type:fill_style.T) default="".
 
34
"""
 
35