We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Most of the code uses old style classes. Should slowly convert to new-style classes.
As part of that the script utilities/make_documentation.py should be changed because it only picks up old style classes.
The text was updated successfully, but these errors were encountered:
Updated documentation generator to deal with new classes.
1d10161
As mentioned in issue #22 new-style classes did not display properly (they were completely left out). This is now fixed.
One problem with this is that the code in FSA.py seems to rely on old style classes for its error handling.
Sorry, something went wrong.
No branches or pull requests
Most of the code uses old style classes. Should slowly convert to new-style classes.
As part of that the script utilities/make_documentation.py should be changed because it only picks up old style classes.
The text was updated successfully, but these errors were encountered: