-
Notifications
You must be signed in to change notification settings - Fork 400
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
Docs: Addition of docs inventory (objects.inv
)
#5125
Comments
Thanks for opening your first issue here! We'll come back to you as soon as we can. |
Hi @JP-Ellis! Thanks for letting us know this exists, I had no idea about it and it looks like a great feature. I'm trying to see how |
MkDocs on its own is just for displaying Markdown files, but the mkdocstrings plugin is really useful to parse and convert the docstrings from the Python code into documentation and (importantly) an inventory file. I'll see about making a little PoC over the weekend 🙂 |
Ohh, great! We're trying to use Please let me know if you need help with this PoC, we're very interested in adopting |
This is a fairly major change to the docs and generates documentation for all public methods, attributes and variables in AWS Powertools. This is achieved using `mkdocstrings`, which replaces instances of ```markdown ::: some.module.path ``` with the documentation of the specified module. As a side effect of generating the documentation, an `objects.inv` file is also generated. From a quick purview of the generated docs, they seem pretty good as the underlying code appears well documented; however, this probably needs to be double checked. Especially for cases where the Numpy docstring style is not being followed which may result in errors generating the docs. Ref: aws-powertools#5125 Signed-off-by: JP-Ellis <[email protected]>
What were you searching in the docs?
I am documenting a repository which uses AWS Powertools for Lambda, using MkDocs. In general, it is possible to import inventories of other packages so that when the documentation is generated, links can go out to the relevant docs sites.
Examples include:
https://docs.aiohttp.org/en/stable/objects.inv
https://docs.pydantic.dev/latest/objects.inv
https://docs.python.org/3/objects.inv
It would appear that the AWS Powertools for Lambda documentation does not generate/include the inventory file
Is this related to an existing documentation section?
No response
How can we improve?
By ensuring that the file is available at its standard location (e.g.
https://docs.powertools.aws.dev/lambda/python/latest/object.inv
), or to document where it is being published.Got a suggestion in mind?
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: