Skip to content

Commit

Permalink
remove azure ghosts
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocagnetta committed Feb 27, 2024
1 parent d1622d1 commit 1de7397
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand Down

0 comments on commit 1de7397

Please sign in to comment.