prisonerjohn / processing-web

0 stars 0 forks source link

[CLOSED] Add TAU as alias for TWO_PI #9

Open prisonerjohn opened 10 years ago

prisonerjohn commented 10 years ago

Issue by REAS Tuesday Feb 12, 2013 at 23:26 GMT Originally opened as https://github.com/processing/processing-web/issues/9


Update reference in regard to this: https://github.com/processing/processing/issues/1526

prisonerjohn commented 10 years ago

Comment by ybakos Monday Feb 18, 2013 at 23:02 GMT


I began to look into this (can you tell I've been scrounging for cheap fixes?) but I'm too unfamiliar with how the Web site generation works.

How are the "related" components of a site page generated? I see that files within java_generate/ have the related node but xml files within content/api_en/ do not. For example, see content/api_en/HALF_PI.xml and java_generate/api_examples/HALF_PI.xml.

Anyway, just looking to educate myself on how the xml doco relates to the site presentation. It's ok if you don't have time to explain.

prisonerjohn commented 10 years ago

Comment by REAS Tuesday Feb 19, 2013 at 00:42 GMT


I just removed the XML files in java_generate. They were for initial testing and are no longer used. The "related" links are all generated from the source code in the "processing" repo. They used to be embedded in the XML, but are no longer used. To get TAU to appear in the reference, it's necessary to create TAU.xml in content/api_en and to mark up the .java source code as well.

prisonerjohn commented 10 years ago

Comment by ybakos Tuesday Feb 19, 2013 at 21:43 GMT


I also have the same ready for THIRD_PI, including a new image. Waiting to see if I did this right in both repos before creating the pull requests for THIRD_PI.

prisonerjohn commented 10 years ago

Comment by REAS Tuesday Feb 19, 2013 at 22:15 GMT


It looks right to me. I'm going to pull and run the reference to confirm 100%.

prisonerjohn commented 10 years ago

Comment by REAS Tuesday Feb 19, 2013 at 22:21 GMT


Worked. Thank you.