-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Address some doc bugs #202
base: master
Are you sure you want to change the base?
Conversation
@@ -65,58 +70,27 @@ def get_title_html(self): | |||
|
|||
|
|||
class DjangoDocumentation(Documentation, DjangoDocElement): |
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.
In the current mathics-core master branch, the Documentation
class just has attributes related to the structure of the documentation, but not the part of loading DocPart
s from modules, which is included in MathicsMainDocumentation
. This class should subclass this other class.
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.
This has been changed in master now. MathicsMainDocumentation was intended for testing only. LaTeX and HTML documentation are subclasses of Documentation.
9431b34
to
4bb4149
Compare
This needs the doc-code-rebased-rebased branch of Mathics core.
4bb4149
to
9182be1
Compare
This tracks changes in Mathics3/mathics-core#984
We need this in order to fix document display after loading in Mathics3 Modules.