Deprecated documentation parameter names

Open Beginner friendly
#647 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
65/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
python
Domain
documentation

Research direction

Open the tutorial page at the issue's linked documentation URL and locate the code block containing t.populate(10, random_dist=True). Check coretype.tree.populate() to confirm the current parameter name. Done means updating the example to use random_branches=True.

Written by the indexing model from the issue text.

Description

at http://etetoolkit.org/docs/latest/tutorial/tutorial_drawing.html#show-leaf-node-names-branch-length-and-branch-support

the code block
t.populate(10, random_dist=True)
the parameter random_dist should be random_branches which is current in coretype.tree.populate()

Dominant language
Python
Stars
885
Forks
232
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from etetoolkit/ete

All issues in etetoolkit/ete

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.