Conversation
Co-authored-by: thawn <1308449+thawn@users.noreply.github.com>
Co-authored-by: thawn <1308449+thawn@users.noreply.github.com>
Co-authored-by: thawn <1308449+thawn@users.noreply.github.com>
Co-authored-by: thawn <1308449+thawn@users.noreply.github.com>
Co-authored-by: thawn <1308449+thawn@users.noreply.github.com>
Co-authored-by: thawn <1308449+thawn@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Set up skeleton for decision tree paper using Sphinx
Set up Sphinx documentation with markdown, GitHub workflows for deployment and PDF generation, and pre-commit hooks
Jan 15, 2026
Owner
|
@copilot latex and pdf should be added as release files |
Co-authored-by: thawn <1308449+thawn@users.noreply.github.com>
Contributor
Author
Added in commit 9fefda5. Created |
Copilot
AI
changed the title
Set up Sphinx documentation with markdown, GitHub workflows for deployment and PDF generation, and pre-commit hooks
Set up Sphinx documentation with markdown, GitHub workflows for deployment, PDF generation, release assets, and pre-commit hooks
Jan 15, 2026
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.
Implements infrastructure for collaborative academic paper writing: Sphinx-based documentation system with markdown files, automated deployment to GitHub Pages, PDF artifact generation, release asset attachment, and pre-commit linting/formatting hooks.
Documentation Structure
introduction.md,methodology.md,decision-tree.mdcase-studies.md,conclusions.md,references.mddocs/conf.py,docs/requirements.txt,docs/MakefileGitHub Actions Workflows
Documentation Deployment (
.github/workflows/docs.yml)actions/upload-pages-artifactandactions/deploy-pagesPDF Generation (
.github/workflows/pdf.yml)Release Assets (
.github/workflows/release.yml)v1.0.0)uq-tree-v1.0.0.tex,uq-tree-v1.0.0.pdf)softprops/action-gh-release@v1for asset uploadPre-commit Hooks
.markdownlint.json)Documentation
README.mdupdated with build/setup instructions and release workflowCONTRIBUTING.mdadded with workflow documentation including release process.gitignoreupdated for Sphinx/Python artifactsSetup Required
Enable GitHub Pages in repository settings: Settings → Pages → Source → GitHub Actions
Creating Releases
To create a release with attached LaTeX and PDF files:
git tag -a v1.0.0 -m "Release version 1.0.0" git push origin v1.0.0Original 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.