Skip to content

Commit 5542651

Browse files
redo cookiecutter
1 parent b705663 commit 5542651

File tree

8 files changed

+17
-75
lines changed

8 files changed

+17
-75
lines changed

doc/source/api/diffpy.labpdfproc.rst

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,30 @@
11
:tocdepth: -1
22

3-
diffpy.labpdfproc package
4-
=========================
3+
|title|
4+
=======
5+
6+
.. |title| replace:: diffpy.labpdfproc package
57

68
.. automodule:: diffpy.labpdfproc
79
:members:
810
:undoc-members:
911
:show-inheritance:
1012

11-
Submodules
12-
----------
13-
14-
diffpy.labpdfproc.functions module
15-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13+
Subpackages
14+
-----------
1615

17-
.. automodule:: diffpy.labpdfproc.functions
18-
:members:
19-
:undoc-members:
20-
:show-inheritance:
16+
.. toctree::
17+
diffpy.labpdfproc.example_package
2118

22-
diffpy.labpdfproc.tools module
23-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
19+
Submodules
20+
----------
2421

25-
.. automodule:: diffpy.labpdfproc.tools
26-
:members:
27-
:undoc-members:
28-
:show-inheritance:
22+
|module|
23+
--------
2924

30-
diffpy.labpdfproc.labpdfprocapp module
31-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
25+
.. |module| replace:: diffpy.labpdfproc.example_submodule module
3226

33-
.. automodule:: diffpy.labpdfproc.labpdfprocapp
27+
.. automodule:: diffpy.labpdfproc.example_submodule
3428
:members:
3529
:undoc-members:
3630
:show-inheritance:

doc/source/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
from importlib.metadata import version
1919
from pathlib import Path
2020

21-
autodoc_mock_imports = ["diffpy.utils", "numpy"]
22-
2321
# If extensions (or modules to document with autodoc) are in another directory,
2422
# add these directories to sys.path here. If the directory is relative to the
2523
# documentation root, use Path().resolve() to make it absolute, like shown here.

doc/source/installation.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

doc/source/license.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ OPEN SOURCE LICENSE AGREEMENT
99
=============================
1010
BSD 3-Clause License
1111

12-
Copyright (c) 2024, The Trustees of Columbia University in
12+
Copyright (c) 2024, The Trustees of Columbia University in
1313
the City of New York.
14-
All Rights Reserved.
14+
All Rights Reserved.
1515

1616
Redistribution and use in source and binary forms, with or without
1717
modification, are permitted provided that the following conditions are met:

doc/source/min_versions.rst

Lines changed: 0 additions & 28 deletions
This file was deleted.

doc/source/release-history.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

doc/source/usage.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

requirements/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# This directory is where you should place your project dependencies.
44
# "pip.txt" should contain all required packages not available on conda.
5-
# All other files should contain only packages available to download from conda.
5+
# All other files should contain only packages available to download from conda.
66
# build.txt should contain all packages required to build (not run) the project.
77
# run.txt should contain all packages (including optional packages) required for a user to run the program.
88
# test.txt should contain all packages required for the testing suite and to ensure all tests pass.

0 commit comments

Comments
 (0)