You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue
There is one instance in the code in this commit in which the developer, while mentioning a long web address(enough to exceed the 80 character limit), has divided the web address into three different lines.
You can find that instance in line number 132 of the file DG_Maxwell/code/app/wave_equation.py.
It looks like this
The issue is that when you copy the link written like this and paste it in the address bar of your browser, the new lines, and the tab space are converted into spaces and most probably, this will lead you a non-existing web page, or far worse, it may lead you to a different web page.
Suggestion
I think that we should just ignore the 80 character limit when mentioning the web address in the doc-strings.
The text was updated successfully, but these errors were encountered:
Commit Hash: 28729c3
Issue
There is one instance in the code in this commit in which the developer, while mentioning a long web address(enough to exceed the 80 character limit), has divided the web address into three different lines.
You can find that instance in line number
132
of the fileDG_Maxwell/code/app/wave_equation.py
.It looks like this
The issue is that when you copy the link written like this and paste it in the address bar of your browser, the new lines, and the tab space are converted into spaces and most probably, this will lead you a non-existing web page, or far worse, it may lead you to a different web page.
Suggestion
I think that we should just ignore the 80 character limit when mentioning the web address in the doc-strings.
The text was updated successfully, but these errors were encountered: