Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | Public Attributes | List of all members
caffe2.python.docs.formatter.Formatter Class Reference
Inheritance diagram for caffe2.python.docs.formatter.Formatter:
caffe2.python.docs.formatter.Markdown caffe2.python.docs.github.GHMarkdown

Public Member Functions

def __init__ (self)
 
def clone (self)
 
def dump (self)
 
def parseAndAdd (self, text)
 
def addRaw (self, text)
 
def addLine (self, text)
 
def addLinebreak (self)
 
def addHeader (self, text)
 
def addEmphasis (self, text)
 
def addList (self, textList)
 
def addLink (self, text, url)
 
def addCode (self, text)
 
def addCodeLink (self, text)
 
def addTable (self, table)
 
def addBreak (self)
 

Public Attributes

 content
 

Detailed Description

Definition at line 10 of file formatter.py.


The documentation for this class was generated from the following file: