Results 89 comments of Jingze Dai

@JacquesCarette Another problem is the overall structure. Up to now, I don't have a clear understanding of what each of the mentioned files does, I see lots of information on...

I just have a brief understanding, and I guess this is the expected result: DblPend - To predict the motion of a double pendulum. SRS: [[HTML]](https://jacquescarette.github.io/Drasil/examples/dblpend/SRS/srs/DblPend_SRS.html) [[PDF]](https://jacquescarette.github.io/Drasil/examples/dblpend/SRS/srs/DblPend_SRS.pdf) Generated Code: DblPend...

Newest update: Find the appropriate place, but do not know how to do: ![image](https://github.com/JacquesCarette/Drasil/assets/61481741/adb34171-512c-4579-a9fc-abfaad399783) Here the only thing I add two simple links for the source code (The address is...

@balacij Jason, Can you give me an example of `Reference` for the method `getSRSRef`? I know below there is a definition for it, but I do not know what each...

@balacij @JacquesCarette There is one thing I forget: There are three different reference structures in this program: `codeRef`, `DoxRef`, and `SRSRef`. I think a solution to fill my blank is...

@balacij @JacquesCarette Here is the last problem: I tried to use some new `refUID`, however, they are not recognized by the system: ![) {NMNZV1D_~AP$(6{YS4CU](https://github.com/JacquesCarette/Drasil/assets/61481741/34926e89-44cd-4f39-80f2-16cab0b32bd8) This is because I have not...

@samm82 I see your meaning. So we need to use the given classes' functions to define strings, not just directly use `S "..."`. However, what is the range of my...

> @daijingz Using `S "..."` is sometimes fine/necessary, but as much as possible, we should use pre-existing combinators (like `+:+`) and "concepts" (like `plural quantity`). This should be done as...

Up to now, my understanding of the code range: All Drasil examples and the Drasil website. I am checking code examples. My plan is to define the website first, then...