Skip to content

Commit

Permalink
Remove docs and examples directories (#81011)
Browse files Browse the repository at this point in the history
* Remove docs dir

* Updates to reflect docs removal

* Fix integration test

* Remove examples dir

* Updates to reflect examples removal

* Remove build_library and build-ansible.py

* Remove refs to build_library and build-ansible.py

* Remove obsolete template

* Remove obsolete template reference

* Remove the now obsolete rstcheck sanity test
  • Loading branch information
mattclay committed Jul 11, 2023
1 parent 38e50c9 commit 72e038e
Show file tree
Hide file tree
Showing 665 changed files with 4 additions and 126,820 deletions.
1 change: 0 additions & 1 deletion .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ stages:
targets:
- test: 1
- test: 2
- test: 3
- stage: Units
dependsOn: []
jobs:
Expand Down
11 changes: 0 additions & 11 deletions .azure-pipelines/commands/sanity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@ group2_include=(
validate-modules
)

group3_include=(
docs-build
sanity-docs
)

group1_exclude=(
"${group2_include[@]}"
"${group3_include[@]}"
)

options=()
Expand All @@ -39,11 +33,6 @@ case "${group}" in
options+=(--test "${name}")
done
;;
3)
for name in "${group3_include[@]}"; do
options+=(--test "${name}")
done
;;
esac

# shellcheck disable=SC2086
Expand Down
14 changes: 0 additions & 14 deletions .github/BOTMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,6 @@ files:
.github/BOTMETA.yml:
labels: botmeta
support: core
docs/:
maintainers:
- acozine
docs/docsite/rst/community/:
maintainers:
- gundalow
docs/docsite/rst/dev_guide/:
maintainers:
- gundalow
docs/docsite/rst/network/:
labels: networking
maintainers:
- samccann
docs/docsite/rst/user_guide/windows: *id001
hacking/report.py:
notified: mattclay
hacking/shippable/:
Expand Down
7 changes: 0 additions & 7 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,11 @@ include COPYING
include bin/*
include changelogs/CHANGELOG*.rst
include changelogs/changelog.yaml
include examples/ansible.cfg
include examples/hosts
include examples/scripts/ConfigureRemotingForAnsible.ps1
include examples/scripts/upgrade_to_ps3.ps1
include hacking/build-ansible.py
include hacking/templates/*.j2
include hacking/test-module.py
include hacking/update-sanity-requirements.py
include licenses/*.txt
include requirements.txt
recursive-include docs *
recursive-include hacking/build_library *.py
recursive-include packaging *.py *.j2
recursive-include test/integration *
recursive-include test/sanity *.in *.json *.py *.txt
Expand Down
85 changes: 0 additions & 85 deletions docs/bin/find-plugin-refs.py

This file was deleted.

42 changes: 0 additions & 42 deletions docs/bin/testing_formatter.sh

This file was deleted.

19 changes: 0 additions & 19 deletions docs/docsite/.gitignore

This file was deleted.

Empty file removed docs/docsite/.nojekyll
Empty file.
69 changes: 0 additions & 69 deletions docs/docsite/.templates/banner.html

This file was deleted.

52 changes: 0 additions & 52 deletions docs/docsite/.templates/breadcrumbs.html

This file was deleted.

4 changes: 0 additions & 4 deletions docs/docsite/.templates/version_chooser.html

This file was deleted.

0 comments on commit 72e038e

Please sign in to comment.