File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
ms_deisotope/data_source/scan Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 9595# If true, `todo` and `todoList` produce output, else they produce nothing.
9696todo_include_todos = False
9797
98+ # -- Options for Napoleon ----------------------------------------------
99+
100+ # -- Options for Autodoc ----------------------------------------------
98101
99102# -- Options for HTML output ----------------------------------------------
100103
Original file line number Diff line number Diff line change 44.. automodule :: ms_deisotope.data_source.mzml
55
66 .. autoclass :: MzMLLoader
7+ :show-inheritance:
78 :inherited-members:
89 :members:
Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ def initialize_scan_cache(self):
417417 '''Initialize a cache which keeps track of which :class:`~.Scan`
418418 objects are still in memory using a :class:`weakref.WeakValueDictionary`.
419419
420- When a scan is requested, if the scan object is found in the cahce , the
420+ When a scan is requested, if the scan object is found in the cache , the
421421 existing object is returned rather than re-read from disk.
422422 '''
423423 self ._scan_cache = WeakValueDictionary ()
You can’t perform that action at this time.
0 commit comments