Add comprehensive API documentation with GitHub Pages deployment#14
Merged
Conversation
… Pages workflow Co-authored-by: rinziv <12544167+rinziv@users.noreply.github.com>
Co-authored-by: rinziv <12544167+rinziv@users.noreply.github.com>
Co-authored-by: rinziv <12544167+rinziv@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Create documentation for src/xailib and configure deployment
Add comprehensive API documentation with GitHub Pages deployment
Nov 26, 2025
Collaborator
|
@copilot update also the README.md file accordingly to the documentation produced |
…tation link Co-authored-by: rinziv <12544167+rinziv@users.noreply.github.com>
Contributor
Author
Updated README.rst in commit 06b68e2:
|
Updated acknowledgments section to clarify the focus of the XAI Project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Google-style docstrings to all modules in
src/xailiband configures GitHub Actions to automatically build and deploy Sphinx documentation to GitHub Pages.Changes
Documentation
xailib_base.py,xailib_tabular.py,xailib_image.py,xailib_text.py,xailib_ts.py) - Full docstrings for all abstract base classeslime_explainer.py,abele_explainer.py,lasts_explainer.py) - Documented LIME, ABELE, LASTS implementations with usage examples__init__.pyfiles - Module-level docstrings with cross-referencesGitHub Actions Workflow
.github/workflows/docs.yml- Builds Sphinx docs and deploys to GitHub Pages on push to main/masteractions/deploy-pages@v4with proper OIDC permissionsSphinx Config
sphinx-autodoc-typehintstodocs/requirements.txtREADME Updates
https://kdd-lab.github.io/XAI-Lib/)Example
Post-Merge
Enable GitHub Pages in repo Settings → Pages → Source: "GitHub Actions"
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.