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

Changed @description Tag to @doc #2827

Merged
merged 3 commits into from
Dec 30, 2023
Merged

Changed @description Tag to @doc #2827

merged 3 commits into from
Dec 30, 2023

Conversation

OAGr
Copy link
Contributor

@OAGr OAGr commented Dec 30, 2023

Closes #2825

OAGr added 3 commits December 29, 2023 16:18
* main:
  Fixes from CR
  Update packages/website/scripts/compileDocsForLLM.js
  Final touches to LLMPrompt page
  Added LLMPrompt page
  Using FnDocumentation component in Website
  Minor cleanup
  Removed allContent.txt
  Added simple documentation building for Date, Duration, and Tags
@OAGr OAGr requested a review from berekuk as a code owner December 30, 2023 00:23
Copy link

changeset-bot bot commented Dec 30, 2023

🦋 Changeset detected

Latest commit: 4a39998

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@quri/squiggle-lang Patch
@quri/squiggle-components Patch
@quri/prettier-plugin-squiggle Patch
vscode-squiggle Patch
@quri/versioned-squiggle-components Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Dec 30, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
quri-hub ✅ Ready (Inspect) Visit Preview Dec 30, 2023 0:29am
quri-ui ✅ Ready (Inspect) Visit Preview Dec 30, 2023 0:29am
squiggle-components ✅ Ready (Inspect) Visit Preview Dec 30, 2023 0:29am
squiggle-website ✅ Ready (Inspect) Visit Preview Dec 30, 2023 0:29am

Copy link
Contributor

sweep-ai bot commented Dec 30, 2023

Apply Sweep Rules to your PR?

  • Apply: All docstrings and comments should be up to date.
  • Apply: Ensure that all variables and functions have descriptive names.
  • Apply: Avoid using magic numbers or hard-coded values in the code.

Copy link

codecov bot commented Dec 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d32cc5d) 71.19% compared to head (4a39998) 71.19%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2827   +/-   ##
=======================================
  Coverage   71.19%   71.19%           
=======================================
  Files         118      118           
  Lines        6592     6592           
  Branches     1366     1366           
=======================================
  Hits         4693     4693           
  Misses       1891     1891           
  Partials        8        8           

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

@berekuk berekuk merged commit 83776e0 into main Dec 30, 2023
9 checks passed
@berekuk berekuk deleted the description->doc branch December 30, 2023 21:41
@github-actions github-actions bot mentioned this pull request Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

"@description" -> "@docs"
2 participants