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

Enhance API Reference Documentation for nnbench #121

Closed
leonpawelzik opened this issue Mar 20, 2024 · 1 comment · Fixed by #123
Closed

Enhance API Reference Documentation for nnbench #121

leonpawelzik opened this issue Mar 20, 2024 · 1 comment · Fixed by #123
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@leonpawelzik
Copy link

leonpawelzik commented Mar 20, 2024

Enhance API Reference Documentation for nnbench

Similar to lakefs-spec (aai-institute/lakefs-spec#273 (review)), we would like to make improvements to the API reference documentation generation for the nnbench library. The proposed changes include:

  1. Extracting module docstrings for root-level modules:
    • Update the gen_api_ref_pages.py script to extract the module docstrings for root-level modules in the package.
    • Add the extracted docstrings to the index page of the API reference.
    • Utilize the docstring_parser library to parse the docstrings.
  2. Adding links to root-level modules on the index page:
    • Include links to the root-level modules on the index page of the API reference.
    • Generate these links automatically based on the navigation structure.
  3. Updating dependencies:
    • Add the docstring-parser library to the documentation dependencies in pyproject.toml.

These enhancements aim to provide a more comprehensive and user-friendly API reference documentation for the nnbench library. The inclusion of module docstrings and links to root-level modules will make it easier for users to navigate and understand the library's structure and functionality.

@leonpawelzik leonpawelzik added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 20, 2024
@leonpawelzik
Copy link
Author

Solved with #123

@leonpawelzik leonpawelzik linked a pull request Mar 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant