-
Notifications
You must be signed in to change notification settings - Fork 130
Added semantic refs to classes #210
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
Conversation
|
|
thanks @Mec-iS, i am actually working on it hence the label , as it was said to share what are we doing i opened this PR . Will change the commit messages as i agree they are horrible .About the coding cylces , i will speed it up and make sure the quality is more than acceptable . |
hydrus/samples/hydra_doc_sample.py
Outdated
| { | ||
| "@type": "SupportedProperty", | ||
| "property": "vocab#/definitions/Category", | ||
| "property": "vocabCategory", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be vocab:Category ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah , yes , fixing
|
@xadahiya ^^ |
| doc: Dict["str",Any], | ||
| classAndClassDefinition:Dict["str",HydraClass]) -> str: | ||
| """ | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some Docstrings have descriptions but lack params other have params but lack proper descriptions.
Fix this
|
@vaibhavchellani I still don't see docstrings in the methods. As instructed different times, the code has to be compliant with PEP-8. |
|
Using placeholders at the moment. |
Fixes #204
Checklist
Description
Added semantic refs to classes , working on the external parser , its work in progress , please suggest changes to this .