From 1de7397e536a21d022bb7e993b5bdee49496355d Mon Sep 17 00:00:00 2001 From: carlocagnetta Date: Tue, 27 Feb 2024 12:14:00 +0100 Subject: [PATCH] remove azure ghosts --- README.md | 6 ++---- .../docs/02_notebooks/library_example.ipynb | 3 +-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index be82181..c38743d 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,8 @@ auto-generation of documentation files, links for jumping directly to the correc Earlier versions of this template were used in several industry projects as well as for open source libraries. Build, install and tests of the library are run by default poetry tasks, the documentation is built with Jupyter-Books. -The template includes ci/cd pipelines for github actions and a rudimentary pipeline for azure devops. -The pipeline will run the test suite and publish docu, badges and reports. -We make use of [github pages](https://pages.github.com/) through the [github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action). -You should configure the pages source to be the root directory of the branch gh-pages. +The template includes ci/cd pipelines for github actions. We make use of [github pages](https://pages.github.com/) through the +[github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action). You should configure the pages source to be the root directory of the branch gh-pages. In the documentation links to source code will be created, therefore you will be prompted to give the project's url. diff --git a/{{cookiecutter.project_name}}/docs/02_notebooks/library_example.ipynb b/{{cookiecutter.project_name}}/docs/02_notebooks/library_example.ipynb index d35a399..a91c803 100644 --- a/{{cookiecutter.project_name}}/docs/02_notebooks/library_example.ipynb +++ b/{{cookiecutter.project_name}}/docs/02_notebooks/library_example.ipynb @@ -10,8 +10,7 @@ "In this library template, notebooks will be executed with pytest (thus on every\n", "commit in your CI/CD pipeline). The results of the executions will be saved to the docs directory and converted to\n", "static websites through nbconvert. The static websites are then added to the documentation under the\n", - "_Guides and Tutorials_ section. These websites will be deployed to Github pages on push to develop.\n", - "For azure-devops, the CI pipeline currently does not include a deployment of the pages - pull requests are welcome :)" + "_Guides and Tutorials_ section. These websites will be deployed to Github pages on push to develop." ] }, {