-
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.
- Loading branch information
Showing
295 changed files
with
6,478 additions
and
6,847 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
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,13 @@ | ||
.. _references: | ||
|
||
Citations & References | ||
====================== | ||
|
||
The bibtex entries for **PyAutoFit** and its affiliated software packages can be found | ||
`here <https://github.com/rhayes777/PyAutoFit/blob/main/files/citations.bib>`_, with example text for citing **PyAutoFit** | ||
in `.tex format here <https://github.com/rhayes777/PyAutoFit/blob/main/files/citation.tex>`_ format here and | ||
`.md format here <https://github.com/rhayes777/PyAutoFit/blob/main/files/citations.md>`_. As shown in the examples, we | ||
would greatly appreciate it if you mention **PyAutoFit** by name and include a link to our GitHub page! | ||
|
||
**PyAutoFit** is published in the `Journal of Open Source Software <https://joss.theoj.org/papers/10.21105/joss.02550#>`_ and its | ||
entry in the above .bib file is under the key ``pyautofit``. |
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,19 +1,22 @@ | ||
# MANIFEST.in | ||
exclude .gitignore | ||
exclude .coverage | ||
exclude .travis.yml | ||
exclude docs | ||
include README.rst | ||
include setup.cfg | ||
recursive-include autofit/config * | ||
include CITATIONS.rst | ||
include LICENSE | ||
include requirements.txt | ||
include optional_requirements.txt | ||
|
||
prune .cache | ||
prune .git | ||
prune build | ||
prune dist | ||
|
||
recursive-exclude *.egg-info * | ||
recursive-include tests * | ||
include requirements.txt | ||
recursive-include data * | ||
|
||
recursive-include autofit/config * | ||
|
||
exclude docs | ||
|
||
global-exclude test_autofit | ||
recursive-exclude test_autofit * |
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
Oops, something went wrong.