-
Notifications
You must be signed in to change notification settings - Fork 3
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 #38 from berquist/rename-project
rename project from pyresponse to pymolresponse
- Loading branch information
Showing
919 changed files
with
324 additions
and
339 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 |
---|---|---|
@@ -1 +1 @@ | ||
pyresponse/_version.py export-subst | ||
pymolresponse/_version.py export-subst |
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 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 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 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 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,2 +1 @@ | ||
include versioneer.py | ||
include pyresponse/_version.py | ||
include pymolresponse/_version.py |
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,12 +1,12 @@ | ||
.PHONY: test | ||
test: | ||
python -m pytest -v --cov=pyresponse | ||
python -m pytest -v --cov=pymolresponse | ||
|
||
.PHONY: precommit | ||
precommit: | ||
pre-commit run -a | ||
|
||
.PHONY: docs | ||
docs: | ||
sphinx-apidoc -o docs/source pyresponse | ||
sphinx-apidoc -o docs/source pymolresponse | ||
cd docs && make html |
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 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 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 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 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 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 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,7 +1,7 @@ | ||
pyresponse | ||
pymolresponse | ||
========== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
pyresponse | ||
pymolresponse |
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,21 +1,21 @@ | ||
pyresponse.interfaces.dalton package | ||
pymolresponse.interfaces.dalton package | ||
========================= | ||
|
||
Submodules | ||
---------- | ||
|
||
pyresponse.interfaces.dalton.utils module | ||
pymolresponse.interfaces.dalton.utils module | ||
------------------------------ | ||
|
||
.. automodule:: pyresponse.interfaces.dalton.utils | ||
.. automodule:: pymolresponse.interfaces.dalton.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: pyresponse.interfaces.dalton | ||
.. automodule:: pymolresponse.interfaces.dalton | ||
: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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
pyresponse.data package | ||
pymolresponse.data package | ||
======================= | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: pyresponse.data | ||
.. automodule:: pymolresponse.data | ||
: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 |
---|---|---|
@@ -1,45 +1,45 @@ | ||
pyresponse.properties package | ||
pymolresponse.properties package | ||
============================= | ||
|
||
Submodules | ||
---------- | ||
|
||
pyresponse.properties.ecd module | ||
pymolresponse.properties.ecd module | ||
-------------------------------- | ||
|
||
.. automodule:: pyresponse.properties.ecd | ||
.. automodule:: pymolresponse.properties.ecd | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyresponse.properties.electric module | ||
pymolresponse.properties.electric module | ||
------------------------------------- | ||
|
||
.. automodule:: pyresponse.properties.electric | ||
.. automodule:: pymolresponse.properties.electric | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyresponse.properties.magnetic module | ||
pymolresponse.properties.magnetic module | ||
------------------------------------- | ||
|
||
.. automodule:: pyresponse.properties.magnetic | ||
.. automodule:: pymolresponse.properties.magnetic | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyresponse.properties.optrot module | ||
pymolresponse.properties.optrot module | ||
----------------------------------- | ||
|
||
.. automodule:: pyresponse.properties.optrot | ||
.. automodule:: pymolresponse.properties.optrot | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: pyresponse.properties | ||
.. automodule:: pymolresponse.properties | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Oops, something went wrong.