Skip to content

types without any methods will generate broken markdown #7

@dustmop

Description

@dustmop
  outline: dataframe
    dataframe description
    path: dataframe

    functions:
      DataFrame(data) DataFrame
        constructs a DataFrame containing the given data
        params:
          data any
            data for the content of the DataFrame. Can be a list, dict, Series, or another DataFrame

    types:
      DataFrame
        a dataframe
        methods:
          d()
            d method

      GroupByResult
        result of a group_by call

      AtIndexer
        result of using the at attribute

Here both GroupByResult and AtIndexer have no methods. The generated markdown for the "Types" section looks like this:

## Types

### 'AtIndexer'

result of using the at attribute### 'DataFrame'

a dataframe### 'GroupByResult'

result of a group_by call

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions