Skip to content

Commit

Permalink
Fix incorrect filepaths in docs build script
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefmoazzam committed Jan 10, 2025
1 parent a0feae4 commit 2fcedf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/sphinx-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ rm -rf $DIR/build/
sphinx-apidoc -feT -t=$DIR/source/_templates -o $DIR/source/api $DIR/../httomo_backends

# build yaml templates here:
python $DIR/../httomo_backends/scripts/yaml_templates_generator.py -i $DIR/../httomo_backends/methods_database/backends/tomopy/tomopy_modules.yaml -o $DIR/build/yaml_templates/tomopy
python $DIR/../httomo_backends/scripts/yaml_unsupported_tomopy_remove.py -t $DIR/build/yaml_templates/tomopy -l $DIR/../httomo_backends/methods_database/backends/tomopy/tomopy.yaml
python $DIR/../httomo_backends/scripts/yaml_templates_generator.py -i $DIR/../httomo_backends/methods_database/backends/httomolibgpu/httomolibgpu_modules.yaml -o $DIR/build/yaml_templates/httomolibgpu
python $DIR/../httomo_backends/scripts/yaml_templates_generator.py -i $DIR/../httomo_backends/methods_database/backends/httomolib/httomolib_modules.yaml -o $DIR/build/yaml_templates/httomolib
python $DIR/../httomo_backends/scripts/yaml_templates_generator.py -i $DIR/../httomo_backends/methods_database/packages/backends/tomopy/tomopy_modules.yaml -o $DIR/build/yaml_templates/tomopy
python $DIR/../httomo_backends/scripts/yaml_unsupported_tomopy_remove.py -t $DIR/build/yaml_templates/tomopy -l $DIR/../httomo_backends/methods_database/packages/backends/tomopy/tomopy.yaml
python $DIR/../httomo_backends/scripts/yaml_templates_generator.py -i $DIR/../httomo_backends/methods_database/packages/backends/httomolibgpu/httomolibgpu_modules.yaml -o $DIR/build/yaml_templates/httomolibgpu
python $DIR/../httomo_backends/scripts/yaml_templates_generator.py -i $DIR/../httomo_backends/methods_database/packages/backends/httomolib/httomolib_modules.yaml -o $DIR/build/yaml_templates/httomolib

# Append yaml link to rst files
python -m source.yaml_doc_generator
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dev_template = "{tag}"

[project]
name = "httomo-backends"
version = "0.1.1"
version = "0.1.2"
description = "Supplementary files for HTTomo backends."
readme = "README.rst"
license = {text = "BSD-3-Clause"}
Expand Down

0 comments on commit 2fcedf5

Please sign in to comment.