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
There is an unnecessary backtick (`) at the beginning L48 of the abagen/info.py file that is showing up in the README and should be removed:
abagen/info.py
abagen/abagen/info.py
Lines 47 to 50 in c64d948
We try not to edit the README.rst file directly, so this can be accomplished by following these steps:
- `manuscript <https://www.sciencedirect.com/science/article/pii/ + manuscript <https://www.sciencedirect.com/science/article/pii/
bash tools/update_readme.py
abagen
The text was updated successfully, but these errors were encountered:
Hi @rmarkello may I take a shot to resolve the issue?
Sorry, something went wrong.
Merge pull request #160 from 4lovi4/issue_139
519b54c
issue #139 readme fix
No branches or pull requests
The issue
There is an unnecessary backtick (`) at the beginning L48 of the
abagen/info.py
file that is showing up in the README and should be removed:abagen/abagen/info.py
Lines 47 to 50 in c64d948
Proposed solution
We try not to edit the README.rst file directly, so this can be accomplished by following these steps:
abagen/info.py
file:bash tools/update_readme.py
from the root of theabagen
directory.The text was updated successfully, but these errors were encountered: