Skip to content

Commit 5d231df

Browse files
committed
skpkg: migrate doc/manual folder
1 parent c83de82 commit 5d231df

26 files changed

+3495
-0
lines changed

doc/manual/Makefile

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Minimal makefile for Sphinx documentation
2+
#
3+
4+
# You can set these variables from the command line, and also
5+
# from the environment for the first two.
6+
SPHINXOPTS ?=
7+
SPHINXBUILD ?= sphinx-build
8+
SOURCEDIR = source
9+
BUILDDIR = build
10+
11+
# Put it first so that "make" without argument is like "make help".
12+
help:
13+
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
14+
15+
.PHONY: help Makefile
16+
17+
# Catch-all target: route all unknown targets to Sphinx using the new
18+
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
19+
%: Makefile
20+
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
The PDFmorph app was developed by the Billinge group at Columbia University.
2+
The examples in the tutorial part of the manual were made possible by data
3+
collected by Soham Banerjee at Brookhaven National Laboratory,
4+
Benjamin Frandsen during his PhD at Columbia University,
5+
and Long Yang from Tonji University.
6+
7+
The DiffPy development team is the set of all contributors to DiffPy projects.
8+
Each member of the development team maintains copyright on their individual
9+
contributions to the code base. For a detailed contribution history of
10+
@code{PDFmorph}, see the git logs at @url{https://github.com/diffpy/diffpy.pdfmorph}.
11+
12+
For more information about the application, please visit
13+
@url{https://www.diffpy.org/diffpy.pdfmorph}.
14+
Report any bugs to diffpy-users@@googlegroups.com or submit
15+
an issue to @url{https://github.com/diffpy/diffpy.pdfmorph/issues}.

doc/manual/disclaimer.texinfo

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
2+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
5+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
6+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
7+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
8+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
9+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
10+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
104 KB
Loading
123 KB
Loading
73.6 KB
Loading
28.7 KB
Loading
26.1 KB
Loading
21 KB
Loading
39.8 KB
Loading

0 commit comments

Comments
 (0)