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

Refactor and test examples #26

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Refactor and test examples #26

merged 1 commit into from
Feb 14, 2024

Conversation

timkpaine
Copy link
Member

@timkpaine timkpaine commented Feb 6, 2024

This PR is the start of a refactoring of our examples.

Previously, our examples were just a collection of python scripts with inline comments. In this PR, we'll start moving some commentary to markdown, where we can show richer outputs and have easier long-form explanations.

Our examples also tend to bit rot, so as far as is possible, we'll normalize the example format (e.g. have a main function as the primary entry point) and add tests (e.g. call this main) so that we can better ensure our examples stay up to date.

ref: #11 and #15

@timkpaine timkpaine added the part: documentation Improvements/bugs/changes to documentation label Feb 6, 2024
@timkpaine timkpaine marked this pull request as ready for review February 13, 2024 15:26
Copy link
Collaborator

@ngoldbaum ngoldbaum left a comment

Choose a reason for hiding this comment

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

ping @pavithraes - does the reorganization of the examples makes sense to you?

csp/tests/test_examples.py Outdated Show resolved Hide resolved
csp/tests/test_examples.py Show resolved Hide resolved
@pavithraes pavithraes self-requested a review February 14, 2024 14:04
@pavithraes
Copy link
Collaborator

ping @pavithraes - does the reorganization of the examples makes sense to you?

Yes, looks good to me :)

@ngoldbaum ngoldbaum merged commit b770683 into main Feb 14, 2024
13 checks passed
@ngoldbaum ngoldbaum deleted the tkp/examples branch February 14, 2024 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
part: documentation Improvements/bugs/changes to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants