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

Select a documentation generation tool #4

Open
barbourshop opened this issue Mar 26, 2024 · 1 comment
Open

Select a documentation generation tool #4

barbourshop opened this issue Mar 26, 2024 · 1 comment

Comments

@barbourshop
Copy link

barbourshop commented Mar 26, 2024

Goal: To choose a tool to autogenerate HTML documentation from code.

Potentially suitable tools to evaluate

Acceptance Criteria:

  • output must be in an HTML format suitable for display via Github pages
  • documentation generation process must be completable via gh action
@TB-1993
Copy link
Contributor

TB-1993 commented Apr 24, 2024

The current suggestion for this is to use a combination of Doxygen and Sphinx using the Breathe plugin for Sphinx.

So far we've found that Doxygen will collate documents together better/easier than sphinx, but the documentation and styling sphinx provides is more standard for python and doesn't require us to use non-pythonic comments in our docstrings.

@TB-1993 TB-1993 removed their assignment Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants