framework icon indicating copy to clipboard operation
framework copied to clipboard

Documentation engine improvements

Open roll opened this issue 3 years ago • 2 comments

Overview

docs

Hi @shashigharti, is there something else to fix?

roll avatar Nov 07 '22 07:11 roll

@roll Other issues are:

  1. Python code will not be parsed and will be displayed as it is(screenshot1):
     schema = Schema('schema.json')
     schema.add_fied(Field(name='name', type='string'))
    
  2. All text will be displayed in a single line (screenshot1). Can't add multiline text with examples. screenshot1

shashigharti avatar Nov 07 '22 11:11 shashigharti

And reload did not work while making changes to the doc blocks.

shashigharti avatar Nov 08 '22 04:11 shashigharti