Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
c086cb2
checkpoint
cadenmyers13 Dec 22, 2025
21103cc
new app interface
cadenmyers13 Dec 24, 2025
c5eeedb
app update + docstring
cadenmyers13 Dec 24, 2025
19096e6
checkpoint commit
cadenmyers13 Dec 27, 2025
94c5d75
add zscan data
cadenmyers13 Dec 27, 2025
375e56c
news
cadenmyers13 Dec 27, 2025
ba91371
remove whitespace
cadenmyers13 Dec 27, 2025
2702d74
add resolve_wavelength test
cadenmyers13 Dec 27, 2025
57fc8e1
move sources to top
cadenmyers13 Dec 27, 2025
ef0481d
checkpoint cli
cadenmyers13 Dec 28, 2025
916aa95
run_mud test
cadenmyers13 Dec 28, 2025
7767b28
tests for run_sample and run_zscan and conftest fixtures
cadenmyers13 Dec 28, 2025
2e2c3f2
update to new cli
cadenmyers13 Dec 28, 2025
986db00
add shutils to tests.txt
cadenmyers13 Dec 28, 2025
b6878a0
refactor test_tools since get_args function has been removed. replace…
cadenmyers13 Dec 29, 2025
3f0adf6
minor aesthetic changes and pre-commit
cadenmyers13 Dec 29, 2025
b2ac93d
checkpoint
cadenmyers13 Dec 29, 2025
bdd6cf9
add authors
cadenmyers13 Jan 6, 2026
460160b
checkpoint
cadenmyers13 Jan 21, 2026
3027d03
checkpoint
cadenmyers13 Jan 22, 2026
eabd330
rm file
cadenmyers13 Jan 22, 2026
66ae9e4
merge
cadenmyers13 Jan 22, 2026
32a77fa
restore test_tools to main branch
cadenmyers13 Jan 22, 2026
e5a47c8
checkpoint, all tests are passing here
cadenmyers13 Jan 22, 2026
19028bb
checkpoint: tests passing after adding normalize_wavelength function
cadenmyers13 Jan 23, 2026
2c42e7c
checkpoint: tests passing
cadenmyers13 Jan 23, 2026
2441852
checkpoint: tests pass
cadenmyers13 Jan 23, 2026
e026bd2
all tests are passing... woohoo
cadenmyers13 Jan 23, 2026
cd149ef
removed debug comments
cadenmyers13 Jan 23, 2026
b27805e
update function name
cadenmyers13 Jan 23, 2026
e5fb489
longer docstring
cadenmyers13 Jan 23, 2026
0e39404
add Raises to normalize_wavelength func
cadenmyers13 Jan 23, 2026
b46489a
fix typo in mu*d calc from theoretical
cadenmyers13 Jan 23, 2026
7f62c5c
rm unnecessary comment
cadenmyers13 Jan 23, 2026
9d3dd5a
rm unnecessary stuff from conftest
cadenmyers13 Jan 23, 2026
20e5ade
cleanup some code usage
cadenmyers13 Jan 23, 2026
e7e8b4c
uncomment test (debugging purpose)
cadenmyers13 Jan 23, 2026
a67c559
merge main
cadenmyers13 Jan 27, 2026
f3955b8
fix conflict
cadenmyers13 Jan 27, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ trying to commit again.

Improvements and fixes are always appreciated.

Before contributing, please read our `Code of Conduct <https://github.com/diffpy/diffpy.labpdfproc/blob/main/CODE_OF_CONDUCT.rst>`_.
Before contributing, please read our `Code of Conduct <https://github.com/diffpy/diffpy.labpdfproc/blob/main/CODE-OF-CONDUCT.rst>`_.

Contact
-------
Expand Down
File renamed without changes.
72 changes: 36 additions & 36 deletions doc/make.bat → docs/make.bat
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=PackagingScientificPython
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
goto end
:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
:end
popd
@ECHO OFF

pushd %~dp0

REM Command file for Sphinx documentation

if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=PackagingScientificPython

if "%1" == "" goto help

%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)

%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
goto end

:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%

:end
popd
File renamed without changes.
2 changes: 1 addition & 1 deletion doc/source/conf.py → docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use Path().resolve() to make it absolute, like shown here.
# documentation root, use Path().resolve() to make it absolute, like shown here
# sys.path.insert(0, str(Path(".").resolve()))
sys.path.insert(0, str(Path("../..").resolve()))
sys.path.insert(0, str(Path("../../src").resolve()))
Expand Down
Loading
Loading