-
Notifications
You must be signed in to change notification settings - Fork 46
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
Documentation #344
Comments
you're right :) think before we going to do this we should clean up the code. Am 19.07.2013 um 10:49 schrieb kirk24788 [email protected]:
|
Yeah, cleanup would be nice...I started with a special test file for testing the script, but I've already at a stage where I want some real data. I'm starting with jpdots.lua - only two methods... :D |
okay :) I'm going to replace spaces with tabs. Because it's easier to indent and we got less wrong indentations (currently some indent with 2 space, some with 4 and I also saw 3 spaces as indentation) Tab is Tab and their you CANT do anything wrong :) :D (For a few month I was for spaces but now I see the con's of them) Am 19.07.2013 um 11:23 schrieb kirk24788 [email protected]:
|
Well I'm still agains tabs - you only have con's if you don't have a common identation - but on a open source projects its usually easier to use tabs....but please don't convert jpdots.lua and the warlock rotations - I'll do it as soon as the scripts finished |
Yeah I was also against tabs (changed only for jps) because on open source it is really easier with tabs. 5 mins ago I saw a function mixed with tabs , 2 space, 3 space and 4 space indentation :) :D I'm don't touch these files, no problem :) Am 19.07.2013 um 12:01 schrieb kirk24788 [email protected]:
|
awesome :) nice parser. tested a little bit with jpauras.lua. Easy handling but think we need to optimize the css a little bit for better readability:
all in all but very cool :) I personally would be happy if the html-tag brackets where normal > or < instead off [ and ], but this doesn't really matter. Would only increase editing speed :) :D |
something like this:
crashes jps it only works with:
but this crashes the doc :) change is the last ]]] |
tested my priest today works fine nice cleaning code |
oh thx :) :D |
changed |
oh nice :) It is possible to implement jquery their ? Lol! :D |
It's HTML...you only have to add jQuery to the index.html.in (which is the html template) and you're good to go ;)
Is already added in my github repository, will push it when I'm done with some more comments |
I'm going to make today a small jQuery UI for the Documentation. With some accordions/tabs or stuff like that :) |
Would be nice...it already is pretty big, and there's only a fraction documented...I guess I'll start documenting the rest of the files in the main directory or leave todo comments if I don't know what it does ;) |
So how does this work for the normal guy like me? because i i go to doc and in it are files but i don't know what some of them do and when i attempt to open the html.in file it doesn't load when i remove the .in it does but just the basic page you already copied here, so were would the doc's on the rotations be? Or is that what everyone is still working on? |
the rotations aren't documented...except lock rotations.... Maybe a script which just can be executed would be nice... Does anyone know if github preserves file permissions? |
Easier:
It opens in Script Editor - but can be executed....maybe we could add the compiled version to the doc dir.... |
Ok...it's easier to think in the morning.....added a Pull Request: #364 |
There was a question on the PG forums where the new features are explained...
And I think it'S time for some documentation - not only the new stuff but also the old stuff...
I was thinking a python script might do the trick - parsing documentation comments and generating a html page on demand...
I looked at luadoc...but installing it is way more complicated than just executing a simple python script (and python is installed on all macs).
I already started coding, will publish some results this weekend
The text was updated successfully, but these errors were encountered: