Skip to content

Commit

Permalink
Merge pull request #73 from KinWaiCheuk/dev
Browse files Browse the repository at this point in the history
Revised configurations and version number for the documentation
  • Loading branch information
KinWaiCheuk authored Nov 6, 2020
2 parents 66277da + 21c4372 commit 0d0e625
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
y_list.npy
__pycache__
.ipynb_checkpoints
Expand All @@ -6,12 +7,6 @@ Installation/dist
Bach.wav
Chopin.wav
statistic.ipynb
nnAudio_doc.rst
_templates
_build
make.bat
conf.py
Makefile
Installation/nnAudio/Untitled.ipynb
Installation/nnAudio/Untitled-Copy1.ipynb
Installation/nnAudio/Orthogonal.ipynb
Expand All @@ -26,5 +21,5 @@ Readme.ipynb
Using nnAudio on Single GPU.ipynb
Using nnAudio on Multiple GPUs.ipynb

Sphinx/*
docs/
Sphinx/source/_autosummary
docs/
2 changes: 1 addition & 1 deletion Sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = 'Cheuk Kin Wai'

# The short X.Y version
version = '0.1.15'
version = '0.1.5'
# The full version, including alpha/beta/rc tags
release = f'{version}'

Expand Down

0 comments on commit 0d0e625

Please sign in to comment.