Skip to content

Commit

Permalink
Merge pull request #123 from pymzml/docu_fix
Browse files Browse the repository at this point in the history
Docu fix
  • Loading branch information
MKoesters authored Mar 24, 2019
2 parents e7c1013 + 4f4be04 commit 0b0111c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@

# General information about the project.
project = 'pymzML'
copyright = '2017, Kösters, M., Leufken, J., Schulze, S., Sugimoto, K., Zahedi, R. P., Hippler, M., Leidel, S. A. and Fufezan, C.'
author = 'Kösters, M., Leufken, J., Schulze, S., Sugimoto, K., Zahedi, R. P., Hippler, M., Leidel, S. A. and Fufezan, C.'
copyright = u'2017, Kösters, M., Leufken, J., Schulze, S., Sugimoto, K., Zahedi, R. P., Hippler, M., Leidel, S. A. and Fufezan, C.'
author = u'Kösters, M., Leufken, J., Schulze, S., Sugimoto, K., Zahedi, R. P., Hippler, M., Leidel, S. A. and Fufezan, C.'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -181,7 +181,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
# html_static_path = ['_static']

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
Expand Down
6 changes: 5 additions & 1 deletion docs/source/pymzml_spec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ Spectrum
:members:
:exclude-members: __repr__, __str__

.. automethod:: __getitem__, __add__, __sub__, __mul__, __truediv__
.. automethod:: __getitem__
.. automethod:: __add__
.. automethod:: __sub__
.. automethod:: __mul__
.. automethod:: __truediv__

Chromatogram
------------
Expand Down

0 comments on commit 0b0111c

Please sign in to comment.