Skip to content

Commit

Permalink
Remove line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
timpol committed Sep 15, 2022
1 parent b353996 commit c44c4bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 28 deletions.
18 changes: 3 additions & 15 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,8 @@ MIT License

Copyright (c) 2022 Timothy Pollard

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# Pysoplot

**Pysoplot** is a Python library that contains fundamental functions and routines
for geochronology. It implements some of the core functionality
of the popular (and now defunct) Isoplot/Ex. software, but also
includes new algorithms and routines. Pysoplot is intended to be
used to build custom scripts and data processing
routines in order to meet individual requirements.
**Pysoplot** is a Python library that provides basic functions and routines for geochronology. It implements some of the core functionality of the popular (and now defunct) Isoplot/Ex. software, but also includes new algorithms and routines. Pysoplot is intended to be used by geochronologists to build custom scripts and data processing routines in order to meet individual requirements.

Pysoplot includes functions for:
* regressing 2-D data using the model 1, 2 and 3 algorithms popularised by Isoplot/Ex.
Expand All @@ -18,7 +13,7 @@ Pysoplot includes functions for:

* computing age uncertainties using Monte Carlo methods

Full code documentation is coming soon!
Full code documentation is coming soon.

## Installation

Expand Down Expand Up @@ -49,8 +44,7 @@ print(f"age: {result['age']:.2f} +/- {result['age_95pm']:.2f}")

## Acknowledgements

Acknowledgement of all third-party algorithms implemented in Pysoplot with links to
publications will be added here very soon...
Acknowledgement of all third-party algorithms implemented in Pysoplot with links to publications will be added here soon...

## License

Expand All @@ -60,7 +54,3 @@ Pysoplot is distributed under the MIT license.

Timothy Pollard - [email protected]





0 comments on commit c44c4bc

Please sign in to comment.