-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from nickduran/update-newversion-branch
Update newversion branch
- Loading branch information
Showing
112 changed files
with
18,760 additions
and
481 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,8 @@ dist | |
*.ipynb_checkpoints | ||
*.pyc | ||
MANIFEST | ||
doc/_build | ||
doc/modules/generated | ||
docs/ | ||
*.DS_Store | ||
build/ | ||
sandbox/ | ||
venv/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,32 @@ | ||
recursive-include *.py | ||
recursive-include *.txt | ||
recursive-include align *.md | ||
graft doc | ||
graft doc/_static | ||
graft doc/_templates | ||
# include src/align/data/*.txt | ||
# include src/align/data/*.md | ||
# recursive-include *.py | ||
# recursive-include *.txt | ||
# recursive-include align *.md | ||
# graft doc | ||
# graft doc/_static | ||
# graft doc/_templates | ||
|
||
|
||
# added by check-manifest | ||
# recursive-include doc *.bat | ||
# recursive-include doc *.buildinfo | ||
# recursive-include doc *.css | ||
# recursive-include doc *.doctree | ||
# recursive-include doc *.eot | ||
# recursive-include doc *.html | ||
# recursive-include doc *.inv | ||
# recursive-include doc *.js | ||
# recursive-include doc *.pickle | ||
# recursive-include doc *.png | ||
# recursive-include doc *.py | ||
# recursive-include doc *.rst | ||
# recursive-include doc *.svg | ||
# recursive-include doc *.ttf | ||
# recursive-include doc *.txt | ||
# recursive-include doc *.woff | ||
# recursive-include doc *.woff2 | ||
# recursive-include doc Makefile | ||
# recursive-include examples *.ipynb | ||
recursive-include src *.md | ||
recursive-include src *.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 92fb6c56a78588f6ece5cb0d20061f36 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
calculate\_alignment module | ||
=========================== | ||
|
||
.. automodule:: calculate_alignment | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.. ALIGN documentation master file, created by | ||
sphinx-quickstart on Mon Jul 4 09:14:01 2022. | ||
You can adapt this file completely to your liking, but it should at least | ||
contain the root `toctree` directive. | ||
Welcome to ALIGN's documentation! | ||
================================= | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Contents: | ||
|
||
modules | ||
|
||
|
||
|
||
Indices and tables | ||
================== | ||
|
||
* :ref:`genindex` | ||
* :ref:`modindex` | ||
* :ref:`search` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
align | ||
===== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
calculate_alignment | ||
prepare_transcripts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
prepare\_transcripts module | ||
=========================== | ||
|
||
.. automodule:: prepare_transcripts | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Oops, something went wrong.