Skip to content

Conversation

mmcky
Copy link
Contributor

@mmcky mmcky commented Oct 2, 2025

This PR tests Claude sonnet 4.5 against the following prompt


Can you please check this lecture for compliance with the following quantecon style guide rule.

Rule: qe-writing-001

Category: rule
Title: Use one sentence per paragraph

Description:
Each paragraph should contain only one sentence. This improves readability and helps readers digest information in clear, focused chunks.

Check for:

  • Paragraphs containing multiple sentences separated by periods
  • Run-on text blocks without paragraph breaks

Examples:

<!-- ❌ Avoid: Multiple sentences in one paragraph -->
This section introduces the concept of dynamic programming. Dynamic programming is a powerful method for solving optimization problems. We will use it throughout the lecture series.

<!-- ✅ Prefer: One sentence per paragraph -->
This section introduces dynamic programming.

Dynamic programming is a powerful method for solving optimization problems with recursive structure.

We will use it throughout the lecture series.

Implementation note:
Can be checked by counting sentences (periods followed by space/newline) within paragraph blocks (text between blank lines).

Copy link

netlify bot commented Oct 2, 2025

Deploy Preview for lustrous-melomakarona-3ee73e ready!

Name Link
🔨 Latest commit 9ec31d5
🔍 Latest deploy log https://app.netlify.com/projects/lustrous-melomakarona-3ee73e/deploys/68de113b1364210008435703
😎 Deploy Preview https://deploy-preview-269--lustrous-melomakarona-3ee73e.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

github-actions bot commented Oct 2, 2025

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.

1 participant