File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,11 +25,9 @@ bycycle - cycle-by-cycle analysis of neural oscillations
2525.. |Publication | image :: https://img.shields.io/badge/publication-10.1152%2Fjn.00273.2019-blue
2626.. _Publication : https://journals.physiology.org/doi/abs/10.1152/jn.00273.2019
2727
28- NOTE: ` ByCycle ` is currently under-going a major new version update .
28+ Version 1.0.0 is not compatible with prior releases .
2929
30- The development version in this repository is no longer compatible with prior releases.
31-
32- Check the `changelog <https://bycycle-tools.github.io/bycycle/v1.0.0rc2/changelog.html >`_ for notes on updating to the new version.
30+ Check the `changelog <https://bycycle-tools.github.io/bycycle/v1.0.0/changelog.html >`_ for notes on updating to the new version.
3331
3432Overview
3533--------
Original file line number Diff line number Diff line change 11"""Set the current pypi version"""
2- __version__ = '1.0.0rc2 '
2+ __version__ = '1.0.0 '
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ SPHINXBUILD = sphinx-build
66SPHINXPROJ = bycycle
77SOURCEDIR = .
88BUILDDIR = _build
9- STABLE = 0.1.3
10- DEVELOPMENT = 1.0.0rc2
11- RECENT = ""
9+ STABLE = 1.0.0
10+ DEVELOPMENT = ""
11+ RECENT = 0.1.3
1212
1313# Put it first so that "make" without argument is like "make help".
1414help :
@@ -67,15 +67,8 @@ html-multi:
6767 # Create clean branches
6868 git branch -D v$(STABLE ) || true
6969 git branch v$(STABLE ) tags/$(STABLE )
70- git branch -D v$(DEVELOPMENT ) || true
71- git branch v$(DEVELOPMENT ) tags/$(DEVELOPMENT )
7270 # Checkout the stable release tag
7371 git checkout v$(STABLE )
74- # Ensure navbar template exists
75- if [ ! -f _templates/navbar.html ]; then \
76- git checkout v$(DEVELOPMENT ) _templates/navbar.html -3; \
77- git commit -m " navbar updated" ; \
78- fi
7972 # Create the stable site
8073 make html
8174 rm -rf _build/doctrees auto_examples auto_tutorials generated
@@ -86,7 +79,8 @@ html-multi:
8679 $(eval BUILDS := $(DEVELOPMENT ) $(RECENT ) )
8780 for v in $( BUILDS) ; do \
8881 if [ -z $$ v ]; then continue ; fi ; \
89- if [ ! $$ v = $( DEVELOPMENT) ]; then git branch -D v$$ v || true ; git branch v$$ v tags/$$ v; fi ; \
82+ git branch -D v$$ v || true ; \
83+ git branch v$$ v tags/$$ v; \
9084 git checkout v$$ v; \
9185 make html; \
9286 mkdir -p _build/html_stable/v$$ v; \
Original file line number Diff line number Diff line change 88 < span class ="caret "> </ span >
99 </ button >
1010 < ul class ="dropdown-menu " aria-labelledby ="dLabelMore ">
11- < li > < a href ="https://bycycle-tools.github.io/bycycle/v1.0.0rc2/ index.html "> v1.0.0rc2 </ a > </ li >
12- < li > < a href ="https://bycycle-tools.github.io/bycycle/index.html "> v0.1.3(stable) </ a > </ li >
11+ < li > < a href ="https://bycycle-tools.github.io/bycycle/index.html "> v1.0.0(stable) </ a > </ li >
12+ < li > < a href ="https://bycycle-tools.github.io/bycycle/v0.1.3/ index.html "> v0.1.3</ a > </ li >
1313 </ ul >
1414 </ li >
1515{% endblock %}
You can’t perform that action at this time.
0 commit comments