-
Notifications
You must be signed in to change notification settings - Fork 166
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
Proofreading Spatial-Module.md #88
Comments
You're right. Revisions are already under way to fix SQL syntax, console displays, and various markup and consistency issues throughout the text. That's just a page that hasn't been covered yet. New style deals with the 'results' problem. |
Ah. Hmm... ok. I didn't know that was happening and didn't know things were being "standardized". That is cool! 👍 How about a "docs standards and procedures" page in the contribution section? So, anyone contributing can follow them? Scott |
Oh, can we also have the rule I started, that if someone proofread a page (and set it to the standards), they add an html comment like follows.
where "XXX" are the initials of the person who did the proofreading? That way, if the page is fairly up-to-date, then there aren't people doing unnecessary double work. Scott |
+1 for the proofread idea |
Closing this. I've started a new topic about standardization and procedures for the docs. #90 Scott |
This sounds like a really cool feature.
However, I have two possible issues with this doc page though.
Like
insert into TestLineSTring set name = 'Test1' , location = St_GeomFromText("LINESTRING(0 0, 3 3)")
should be
INSERT INTO TestLineSTring SET name = 'Test1' , location = St_GeomFromText("LINESTRING(0 0, 3 3)")
It took me a moment to realize, the information under the example is the result.
Wouldn't it be better to just say "Result"?
https://smolinari.gitbooks.io/orientdb-documentation/content/v/57961cdfcdaf42e0bbb9d8517c89977a578befae/Spatial-Module.html
I've made the changes. Hope that was also correct.
Scott
The text was updated successfully, but these errors were encountered: