Skip to content

Update CT Contribution Guides - #483

Merged
papachap merged 21 commits into
mainfrom
update-btlx-contributionguide
Jul 24, 2025
Merged

Update CT Contribution Guides#483
papachap merged 21 commits into
mainfrom
update-btlx-contributionguide

Conversation

@papachap

@papachap papachap commented Jul 11, 2025

Copy link
Copy Markdown
Contributor

This is an attempt to update the contribution guides.
Although this is still a WIP I thought it would be good to get feedback already about this (joint contr. guide needs a bit more work).
Feel free to give input about content, formatting, style etc.

What type of change is this?

  • Bug fix in a backwards-compatible manner.
  • New feature in a backwards-compatible manner.
  • Breaking change: bug fix or new feature that involve incompatible API changes.
  • Other (e.g. doc update, configuration, etc)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • I added a line to the CHANGELOG.md file in the Unreleased section under the most fitting heading (e.g. Added, Changed, Removed).
  • I ran all tests on my computer and it's all green (i.e. invoke test).
  • I ran lint on my computer and there are no errors (i.e. invoke lint).
  • I added new functions/classes and made them available on a second-level import, e.g. compas_timber.datastructures.Beam.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added necessary documentation (if appropriate)

@papachap papachap linked an issue Jul 11, 2025 that may be closed by this pull request
@codecov

codecov Bot commented Jul 11, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.04%. Comparing base (71b96d0) to head (7d4c247).
Report is 22 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #483      +/-   ##
==========================================
- Coverage   64.04%   64.04%   -0.01%     
==========================================
  Files          76       76              
  Lines       10890    10890              
==========================================
- Hits         6975     6974       -1     
- Misses       3915     3916       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR restructures and enhances the contribution documentation by removing outdated tutorial files, introducing dedicated guides for BTLx processing and joint contributions, and updating the main documentation index.

  • Removed legacy tutorial files in docs/tutorials and docs/examples
  • Added new guides under docs/contribution for BTLx and joint contributions
  • Updated docs/index.rst to include the new contribution section

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
docs/tutorials/BTLx_contribution_guide.rst Removed old BTLx contribution tutorial
docs/examples/create_joint.rst Removed outdated create_joint example
docs/index.rst Added contribution to the main ToC
docs/contribution/joints_contribution_guide.rst Added new joint contribution guide
docs/contribution/BTLx_contribution_guide.rst Added new BTLx contribution guide
docs/contribution.rst Created root contribution guide with toctree

Comment thread docs/contribution/joints_contribution_guide.rst Outdated
Comment thread docs/contribution/joints_contribution_guide.rst Outdated
Comment thread docs/contribution/joints_contribution_guide.rst
Comment thread docs/contribution/BTLx_contribution_guide.rst
papachap and others added 5 commits July 11, 2025 19:07

@obucklin obucklin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left a couple of comments and suggestions. Minor clarifications. feel free to merge once you take a look.

LGTM

Comment thread docs/contribution/BTLx_contribution_guide.rst Outdated
Comment thread docs/contribution/BTLx_contribution_guide.rst Outdated
Comment thread docs/contribution/joints_contribution_guide.rst Outdated
Comment thread docs/contribution/joints_contribution_guide.rst Outdated
@papachap

Copy link
Copy Markdown
Contributor Author

I just pushed some changes based on the comments of @obucklin and some afterthoughts I had about the Joint contribution guide. @chenkasirer would be nice to hear your thoughts on it too.

@papachap
papachap requested a review from obucklin July 17, 2025 11:48
Comment thread docs/examples/create_joint.rst

@chenkasirer chenkasirer left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!
Added some suggestions, feel free to adopt or ignore at your discretion.

Comment thread docs/contribution.rst Outdated
1. Identify the BTLx Processing and Parameters
----------------------------------------------

First, identify the specific BTLx processing you want to implement from the official BTLx specification: https://design2machine.com/btlx/btlx_2_1_0.pdf

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we support a specific version of the BTLx specification? honest question, I'm not entirely sure. maybe worth making it explicit.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right to point that out.. I looked at the changelogs of the different versions and I haven't seen any changes that really affect us. Nevertheless I will update that to the latest version that anyway is the one that i am using as a reference. Do you think we should pin it to a specific version?

Comment thread docs/contribution/BTLx_contribution_guide.rst Outdated
Comment thread docs/contribution/BTLx_contribution_guide.rst
Comment thread docs/contribution/joints_contribution_guide.rst
@papachap

Copy link
Copy Markdown
Contributor Author

Did adjustments based on @chenkasirer comments.

@obucklin feel free to review again or merge directly if you are also happy with the changes :)

@papachap
papachap merged commit 8f56244 into main Jul 24, 2025
16 of 17 checks passed
@papachap
papachap deleted the update-btlx-contributionguide branch July 24, 2025 08:51
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 this pull request may close these issues.

BTLx Contribution Guide in online Documentation is out of date

4 participants