Skip to content

Fix Adar1 repr doc links pointing to Adir1 (copy-paste error)#1235

Open
Pratik-911 wants to merge 1 commit intomalariagen:masterfrom
Pratik-911:fix-adar1-doc-links
Open

Fix Adar1 repr doc links pointing to Adir1 (copy-paste error)#1235
Pratik-911 wants to merge 1 commit intomalariagen:masterfrom
Pratik-911:fix-adar1-doc-links

Conversation

@Pratik-911
Copy link
Copy Markdown

What

Fixes __repr__ and _repr_html_ in Adar1 — both documentation links incorrectly point to Adir1.html instead of Adar1.html.

Why

Copy-paste error from when adar1.py was created using adir1.py as a template (see commit ccc6592). The doc URL and link text were never updated to reference the correct species.

Changes

  • Line 155 (__repr__): Adir1.htmlAdar1.html
  • Line 170 (_repr_html_): Adir1.htmlAdar1.html and Adir1 API docsAdar1 API docs

Impact

Users calling repr() on an Adar1 instance or viewing it in a Jupyter notebook are currently directed to the wrong API documentation page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant