Skip to content

Commit 37a3da2

Browse files
committed
Clean some references to ete3.
1 parent 5f327f6 commit 37a3da2

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

doc/about.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ Highlighted Tools Using ETE
5454
Related Links and Resources
5555
---------------------------
5656

57+
[//]: # (TODO: Clean up, since most are outdated and refer to ete3)
58+
5759
- `A brief introduction to ETE
5860
<https://www.youtube.com/watch?v=7yfMwmaptf0&index=64&list=PLYx7XA2nY5Gcpabmu61kKcToLz0FapmHu>`_
5961
and its programmatic tree visualization features at the `SciPy

ete4/treeview/faces.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@ def update_pixmap(self):
195195
class TextFace(Face):
196196
"""Static text Face object
197197
198-
.. currentmodule:: ete3
199-
200198
:param text: Text to be drawn
201199
:param ftype: Font type, e.g. Arial, Verdana, Courier
202200
:param fsize: Font size, e.g. 10,12,6, (default=10)

ete4/treeview/main.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -482,14 +482,10 @@ def _leaf(node):
482482

483483
def add_face_to_node(face, node, column, aligned=False, position="branch-right"):
484484
"""
485-
.. currentmodule:: ete3.treeview.faces
486-
487485
Adds a Face to a given node.
488486
489487
:argument face: A :class:`Face` instance
490488
491-
.. currentmodule:: ete3
492-
493489
:argument node: a tree node instance (:class:`Tree`, :class:`PhyloTree`, etc.)
494490
:argument column: An integer number starting from 0
495491
:argument "branch-right" position: Possible values are

0 commit comments

Comments
 (0)