Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

BPE2: build and publish documentation #98

@anilbey

Description

@anilbey

Once BPE2 becomes the master branch the following are needed to build an up-to-date documentation.

  • create files to represent sphinx structure for each API page
  • have a link to refer to the e-feature documentation https://bluebrain.github.io/eFEL/efeature-documentation.pdf
  • complete missing docstrings
  • Add a paragraph to the README to describe the general way BPE works.
  • [OPTIONAL] use type hints in some function/method signatures to make sure the parameter and return types are always correct and they never go out of date (unlike docstrings). https://pypi.org/project/sphinx-autodoc-typehints/ This feature also shortens the docstrings. Moreover, IDEs and static code analysis tools (like pylint, mypy) read these signatures to prevent misuses.

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