Skip to content
Snippets Groups Projects
Commit 1991f4dd authored by Florent Jaillet's avatar Florent Jaillet
Browse files

Small doc improvements

parent ef52fca5
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ exclude_patterns = ['_build', 'ltfatpy.comp.rst'] ...@@ -103,7 +103,7 @@ exclude_patterns = ['_build', 'ltfatpy.comp.rst']
# If true, sectionauthor and moduleauthor directives will be shown in the # If true, sectionauthor and moduleauthor directives will be shown in the
# output. They are ignored by default. # output. They are ignored by default.
show_authors = True show_authors = False
# The name of the Pygments (syntax highlighting) style to use. # The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx' pygments_style = 'sphinx'
......
Copyright(c) 2016: Copyright(c) 2016
------------------ -----------------
* LabEx Archimède: http://labex-archimede.univ-amu.fr/ * LabEx Archimède: http://labex-archimede.univ-amu.fr/
* Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
...@@ -10,27 +10,27 @@ Copyright(c) 2016: ...@@ -10,27 +10,27 @@ Copyright(c) 2016:
This software is a port from LTFAT 2.1.0 : This software is a port from LTFAT 2.1.0 :
Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>. Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
Contributors: Contributors
------------- ------------
* Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
* Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
Description: Description
------------ -----------
ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
(http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
time-frequency analysis and synthesis. time-frequency analysis and synthesis.
Version: Version
-------- -------
* ltfatpy version = 1.0.4 * ltfatpy version = 1.0.4
* LTFAT version = 2.1.0 * LTFAT version = 2.1.0
Licence: Licence
-------- -------
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
......
...@@ -259,7 +259,7 @@ def setup_package(): ...@@ -259,7 +259,7 @@ def setup_package():
setup(name="ltfatpy", setup(name="ltfatpy",
version=VERSION, version=VERSION,
description='ltfat in Python', description='The Large Time-Frequency Toolbox (LTFAT) in Python',
long_description=(read('README.rst') + '\n\n' + long_description=(read('README.rst') + '\n\n' +
read('HISTORY.rst') + '\n\n' + read('HISTORY.rst') + '\n\n' +
read('AUTHORS.rst')), read('AUTHORS.rst')),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment