-
Notifications
You must be signed in to change notification settings - Fork 138
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
Should we add a message to reference mdx files saying they're auto-generated? #702
Comments
If we do want to do this, the conversion to mdx happens here
saveMdx() below.)
|
@davepagurek I agree, this is a good idea. Practically, would it mean appending a comment (eg What do you think about updating the phrasing of the text at the bottom of each reference page to explicitly state: that reference pages are auto-generated? |
Everything between the two ---
# This file is auto-generated; to update the reference or fix typos, please check the inline documentation in [LINK]
title: abs
module: Math
submodule: Calculation
file: src/math/calculation.js
description: >
<p>Calculates the absolute value of a number.</p>
line: 10
isConstructor: false
itemtype: method
class: p5
params:
- name: 'n'
description: |
<p>number to compute.</p>
type: Number
return:
description: absolute value of given number.
type: Number
chainable: false
---
# abs
Sounds good to me, maybe: "This page is generated from the comments in [LINK]. Feel free to edit it and submit a pull request!" |
@ksen0 I was planning to work on this issue, let me know otherwise |
Thanks @krishna4040, I'll assign this to you! |
@davepagurek sir i have added the comment on the start of every mdx english files. kindly check my pr. |
Hi @Swapnil-6161 ! Looks like this issue has already been assigned to another contributor. Please note that in our contributor guidelines we ask that PRs are not made while someone is already working. Thanks for understanding! |
I would apologise for this @ksen0 ,im planning to contribute to processing this summer and take part in gsoc . I found this good first issue and since it was a small issue but no ammends were made for about a fortnight I thaught I could handle it. |
Hi @krishna4040 are you working on this? No worries if you need time, just checking in! (@13DATA was that your PR from a different account? In any case, let's see if this is being worked on and if not then it will be possible to reassign. Thanks for your patience!) |
Topic
It's a very common mistake for newcomers to this repo to try to edit a reference mdx file -- editing them does work, but they will get overwritten in the next release because the p5.js repo is the source of truth for (English) reference items.
Maybe we could add a comment to the top of each mdx file saying that it's auto generated? Ideally also with a link to where in the p5 repo it came from, similar to the link we put at the bottom of reference pages? This should only exist in the English ones, since the translations do actually live in this repo.
The text was updated successfully, but these errors were encountered: