diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 413be9c6f18b204af20f7bc1eea40a2c552686c1..57a5deb03b8e1d061c0a29f95d49392689ba6531 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -133,23 +133,3 @@ deploy_stable: except: - branches - -pypi: - stage: pypi - environment: pypi - only: - - /^v\d+\.\d+\.\d+([abc]\d*)?$/ # PEP-440 compliant version (tags) - except: - - branches - script: - - curl --silent "${BOOTSTRAP}" --output "bootstrap.py" - - python3 bootstrap.py -vv channel base - - source ${CONDA_ROOT}/etc/profile.d/conda.sh - - conda activate base - - bdt ci pypi -vv dist/*.zip - - bdt ci clean -vv - dependencies: - - build_linux_36 - tags: - - docker - diff --git a/doc/index.rst b/doc/index.rst index 880b691a550ef9af32226e5a8a9839ec8ddba182..50e4024e8d8402cbbff619b5374bf142ac0d9005 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -34,6 +34,7 @@ Signal, Audio, Image and Video Processing * :ref:`bob.ip.draw` * :ref:`bob.ip.gabor` * :ref:`bob.ip.facedetect` +* :ref:`bob.ip.facelandmarks` * :ref:`bob.ip.optflow.liu` * :ref:`bob.ip.optflow.hornschunck` * :ref:`bob.ip.flandmark`