Skip to content

Commit

Permalink
Doc cosmetics.
Browse files Browse the repository at this point in the history
Use more :automodule:: instead of specifying things separately,
when it seems to make sense. This is simpler.
  • Loading branch information
jordibc committed Sep 20, 2023
1 parent 89b1e18 commit 3e7ef44
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 31 deletions.
14 changes: 5 additions & 9 deletions doc/reference/reference_clustering.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
Clustering module
=================
Clustering
==========

.. contents::


ClusterTree
-----------

.. autoclass:: ete4.ClusterTree
.. automodule:: ete4.clustering.clustertree
:members:
:undoc-members:
:special-members: __init__
:show-inheritance:
18 changes: 4 additions & 14 deletions doc/reference/reference_ncbi.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
NCBITaxa module
===============
NCBITaxa
========

.. contents::

NCBITaxa class
--------------

.. autoclass:: ete4.NCBITaxa
.. automodule:: ete4.ncbi_taxonomy.ncbiquery
:members:
:undoc-members:


Functions
---------

.. autofunction:: ete4.is_taxadb_up_to_date
:special-members: __init__
6 changes: 3 additions & 3 deletions doc/reference/reference_seqgroup.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Seqgroup class
==============
SeqGroup
========

.. autoclass:: ete4.SeqGroup
.. automodule:: ete4.coretype.seqgroup
:members:
:undoc-members:
:special-members: __init__
4 changes: 2 additions & 2 deletions doc/reference/reference_tree.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Tree class
==========
Tree
====

.. autoclass:: ete4.Tree
:members:
Expand Down
4 changes: 2 additions & 2 deletions doc/reference/reference_treeview.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Treeview module
===============
Treeview
========

.. contents::

Expand Down
2 changes: 1 addition & 1 deletion ete4/coretype/seqgroup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
The 'seqgroup' module provides methods and classes to operate with
This module provides the SeqGroup class with methods to operate with
Multiple Sequence Files, including Multiple Sequence Alignments.
Currently, Fasta, Phylip sequencial and Phylip interleaved formats are
Expand Down

0 comments on commit 3e7ef44

Please sign in to comment.