Skip to content

Make documentation (more) visible #25

@me-kell

Description

@me-kell

The documentation is distributed in four .rst files and concatenated to the variable long_description
in setup.py (see below).

To make it easier to find the documentation put at least a link to those files. Better; generate docs.

long_description = (
    read('README.rst') +
    '\n' +
    read('plone', 'registry', 'registry.rst') +
    '\n' +
    read('plone', 'registry', 'events.rst') +
    '\n' +
    read('plone', 'registry', 'field.rst') +
    '\n' +
    read('CHANGES.rst') +
    '\n'
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions