-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tutorials/extension to docs nav bar, create pip.txt (#128)
* cap in description * Add news for doc nav * Install pip with pip.txt, conda with conda.txt * Overall doc paths and nav * Fix api doc table of content order * Add news on adding tutorials
- Loading branch information
Showing
16 changed files
with
94 additions
and
54 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
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 |
---|---|---|
|
@@ -9,9 +9,25 @@ OPEN SOURCE LICENSE AGREEMENT | |
============================= | ||
BSD 3-Clause License | ||
|
||
Copyright (c) 2024, The Trustees of Columbia University in | ||
the City of New York. | ||
All Rights Reserved. | ||
Copyright 2014-2015, Board of Trustees of Michigan State University | ||
|
||
Copyright 2016-2024, The Trustees of Columbia University in the City of New York. | ||
|
||
All rights reserved. | ||
|
||
If you use this program to do productive scientific research that | ||
leads to publication, we ask that you acknowledge use of the | ||
program by citing the following paper in your publication: | ||
|
||
L. Granlund, S.J.L. Billinge, P.M. Duxbury, Algorithm for | ||
systematic peak extraction from atomic pair distribution | ||
functions, Acta Crystallographica A 71(4), 392-409 (2015). | ||
doi:10.1107/S2053273315005276 | ||
|
||
For more information please visit the diffpy web-page at | ||
http://www.diffpy.org | ||
or email Luke Granlund at [email protected], or Prof. Simon | ||
Billinge at [email protected]. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
|
@@ -23,9 +39,9 @@ modification, are permitted provided that the following conditions are met: | |
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
|
||
3. Neither the name of the copyright holder nor the names of its | ||
contributors may be used to endorse or promote products derived from | ||
this software without specific prior written permission. | ||
3. Neither the name of the copyright holder nor the names of its contributors | ||
may be used to endorse or promote products derived from this software | ||
without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
|
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,33 +1,29 @@ | ||
.. include:: abbreviations.txt | ||
|
||
|
||
.. _tutorial: | ||
|
||
=================== | ||
Tutorial | ||
=================== | ||
|
||
.. include:: ../../../examples/README | ||
.. include:: ../../examples/README.rst | ||
:end-before: ~List of Examples~ | ||
|
||
|
||
.. Replace bare list from README | ||
Examples | ||
======== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
extract_single_peak.rst | ||
parameter_summary.rst | ||
fit_initial.rst | ||
query_results.rst | ||
multimodel_known_uncertainties.rst | ||
multimodel_unknown_uncertainties.rst | ||
extract_single_peak | ||
parameter_summary | ||
fit_initial | ||
query_results | ||
multimodel_known_uncertainties | ||
multimodel_unknown_uncertainties | ||
|
||
|
||
.. Now add information about the samples | ||
.. include:: ../../../examples/README | ||
.. include:: ../../examples/README | ||
:start-after: ~PDF Info~ |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
**Added:** | ||
|
||
* <news item> | ||
|
||
**Changed:** | ||
|
||
* <news item> | ||
|
||
**Deprecated:** | ||
|
||
* <news item> | ||
|
||
**Removed:** | ||
|
||
* <news item> | ||
|
||
**Fixed:** | ||
|
||
* add pip dependencies under pip.txt, conda dependencies under conda.txt | ||
* add tutorial and extending examples to docs | ||
|
||
**Security:** | ||
|
||
* <news item> |
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
File renamed without changes.
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,3 @@ | ||
numpy | ||
scipy | ||
matplotlib |