Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New documentation style, guidelines and refactoring (NeuralEnsemble#294)
* Fixed outdated install.rst and developer_guide.rst docs * Added autosummary * Abbreviated member list tested for statistics module doc * Added sections in function overview * Further structured module level docs * Moved overview * Add first version of statistics tutorial notebook * Set ipynb tutorial to unexecuted state * On this branch we will fix issues with function docstrings * cleaned the docs formatting * moved alias info to notes * refactored docs of unitary event analysis * corrected formatting of examples to display nicely * statistics.py: changes in docstring formatting * statistics.py: changes in docstring formatting * Changes in docstring formatting * started restructuring the docstrings * finished unitary event analysis * fixed function docstrings * Fix typos in tutorial notebook * Final revision of docstrings in statistics.py * Final revision of docstrings in kernels.py * corrected a few more upper-lower case typos * Fix errors in visualization of formulas, and general visualization issues in statistics.py and kernels.py * Some more doc * Integrate first tutorial into sphinx documentation * Added requirements for tutorials * corrected docstrings of old surrogates (no jointISI) * Added postBuild file for mybinder * Added more nbsphinx options explicitely * Manually added elephant directory for doc build (quick fix) * More debug info on packages and pythons paths * Made sure project itself is installed for doc build * Remove debug info from notebook * Try more elegant way to install for mybinder * Add inline statement for matplotlib * Changed Default statements in docstrings, to use : instead of is * Finished revision of phase_analysis.py * Added bibtex to docs, and added UE notebook * Added h5py requirement * Added requirements and bib file for docs to build * Typo * Added new bibstyle refs to functions * one more minor change * started refactoring jointISI docstring * Updated docstrings on signal_processing and spectral modules * style_guide based on example generated during the hackathon * First draft of style guide in rst format * First draft of style guide in rst format * First draft of style guide in rst format * Correcting typos * added from __future__ import... statement * Inserted section in the style_guide.rst describing mandatory imports * Minor fixes in style guide. * Added naming of signal/signals. * Removed extra line * first finish of function doc refactoring * Added first paragraphs of documentation guide, restructure toctree * added imports from future to all modules * Switch to modified bootstrap theme * Reordered requirements * Updated authors.rst * Added more text to doc guide * the beginning of function doc refactoring * corrected formatting of function doc again (?) * Finished revision of signal_processing docstrings. * Finished revision of spectral docstrings. Minor fixes in signal_processing docstrings. * Minor fix in kernels docstrings. * fixed a few typos * Minor fix in phase_analysis docstsring * fixed latex error in cross_corr_func * pep8 * removed scipy.stats.variation wrapper back to 'cv' alias * gitignore html build related files * fixed codefactor * sphnix 1.6.5 automatically inherits class method's docstring from a parent class, if not overridden. see readthedocs/readthedocs.org#3942 * pep8 * grepped 'Parameters:' and 'Returns:' * py2.7 string formatting * don't compare strings with 'str1 is str2' * fixed tests * do not import unicode_literals: quantities rescale does not work with unicodes * Noted that spectral module function welch_cohere is actually using the helper function _welch * changed titles so that "Guide" always starts with a capital letter * changed hand-written ref in a doc string to interactive one * added phase_analysis to be displayed in the Function Reference by Module * added module-specific tutorials to be listed at the beginning of tutorials.rst * Fix on cell_assembly_detection docstring * corrected a name in a list of functions * fixed "Buf fixes" in two headers * Fix on signal_processing and change_point_detection * added change_point_detection to reference module list * Fix on neo_tools docstring * Fix on signal_processing docstrings * install extras packages to build docs and run examples * conda environment.yml for reqdthedocs to avoid apt-get install openmpi * travis: fixed conda 2.7 becomes 3.7 * Updated kernels docstring and generated rst files to display the documentation of the module as a table of contents * install.rst sphinx-tabs * sphinx_rtd_theme (our custom yellowish theme renders tabs ungly * removed overview.rst with outdated image and put some of its content in index.rst * removed References section in index.rst * readme badges * custom.css fix for sphinx_rtd_theme 'x : type' docstring * complete rewrite of all .rst docs * moved text in tutorial.rst to statistics tutorial * simplified reference names * removed not necessary xxx-overview.rst * last refactor? * fixed travis * fixed travis and readthedocs * Updated kernels docstring * Testing for Alabaster theme * deleted not used (and completely wrong) elephant_structure.png * fixed UE docs * added gitter chat badge in readme * alabaster increased page and slider width * Fix in sskernel docstring * Fixes in raised exceptions list appearance * exclude maintainers_guide.rst from sphinx build * Fix in raised exceptions list appearance, and periods in default values. * added myself to authors * fix alabaster citation reference no space before text * dummy commit to trigger readthedocs * cleared tutorial cells output; moved tutorials on top * Updated bibliography * upd url path enh/module_doc to master Co-authored-by: Michael Denker <[email protected]> Co-authored-by: Julia Sprenger <[email protected]> Co-authored-by: PaulinaDabrowska <[email protected]>
- Loading branch information