Skip to content

Commit

Permalink
Documenation Update (#42)
Browse files Browse the repository at this point in the history
* Fixed nsalex group data replicating first stream issue

* Fixed issues with burstlib_ext

* Full plotting updates and general bug fixex

* Fix notebook kdeplot call

* Fixed latest seaborn compatibility issues

* Update readthedocs configurations
  • Loading branch information
harripd authored Sep 20, 2022
1 parent ad07c95 commit 1d59a35
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 51 deletions.
47 changes: 0 additions & 47 deletions docs/environment_py2.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/burst_selection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Burst selection
===============

.. module:: fretbursts.burstlib
.. currentmodule:: fretbursts.burstlib

After performing a burst search is common to select bursts according to
different criteria (burst size, FRET efficiency, etc...).
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,4 +366,4 @@
# examples, originally taken from scikit-learn's doc/conf.py
def setup(app):
#app.add_javascript('copybutton.js')
app.add_stylesheet('style.css')
app.add_css_file('style.css')
2 changes: 1 addition & 1 deletion docs/source/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FRETBursts Release Notes
========================

Version 0.7.1 (unreleased)
-------------------------
--------------------------

- Require Python 3.6+. Python 2.7 is not supported anymore.
- Fix deprecation warning when plotting timetraces. Now matplotlib 3+ is required.
Expand Down
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ conda:
file: docs/environment.yml

python:
version: 3.5
version: 3.8
setup_py_install: true

formats:
Expand Down

0 comments on commit 1d59a35

Please sign in to comment.