Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rez list #64

Open
mottosso opened this issue Jul 9, 2019 · 0 comments
Open

rez list #64

mottosso opened this issue Jul 9, 2019 · 0 comments

Comments

@mottosso
Copy link
Owner

mottosso commented Jul 9, 2019

Goal

Generate a HTML or Markdown package summary.

Related

Motivation

As a package repository grows, it can be challenging to stay on top of what's there. Writing documentation for a package is great, but how do you expose it to the user?

Implementation

Generate documentation from a package repository, using the contained package data as a foundation, with additional support for docstring, comments on variables and a syntax for executable examples.

"""I'll be written as a summary of this package

And this longer section is made into a description. Very much like Sphinx/Napoleon.

Attributes:
  name (str): Name of package
  version (str): A version number
  commands (callable): ...

"""

name = "my_package"
version = "1.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant