This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Replace section

Replace sections of files

1 - Bazel targets

NameInfo
black-fix
locationpy/replace-section/BUILD.bazel:23:15
name//py/replace-section:black-fix
ruleClassnative_binary
visibility
  • //visibility:private
black-test
locationpy/replace-section/BUILD.bazel:23:15
name//py/replace-section:black-test
ruleClassnative_test
visibility
  • //visibility:private
changelog
locationpy/replace-section/BUILD.bazel:13:17
name//py/replace-section:changelog
ruleClasspkg_filegroup
visibility
  • //visibility:public
changelog.changelog
locationpy/replace-section/BUILD.bazel:13:17
name//py/replace-section:changelog.changelog
ruleClassal_template_files
ruleOutput
  • //py/replace-section:changelog.doc.md
visibility
  • //visibility:private
changelog.changelog_data
locationpy/replace-section/BUILD.bazel:13:17
name//py/replace-section:changelog.changelog_data
ruleClassal_git_run_binary
ruleOutput
  • //py/replace-section:changelog.changelog_data.yaml
visibility
  • //visibility:private
changelog.changelog_files
locationpy/replace-section/BUILD.bazel:13:17
name//py/replace-section:changelog.changelog_files
ruleClasspkg_files
visibility
  • //visibility:private
changelog.template
locationpy/replace-section/BUILD.bazel:13:17
name//py/replace-section:changelog.template
ruleClass_write_file
ruleOutput
  • //py/replace-section:changelog.template.md
visibility
  • //visibility:private
flake8-test
locationpy/replace-section/BUILD.bazel:23:15
name//py/replace-section:flake8-test
ruleClassnative_test
visibility
  • //visibility:private
isort-fix
locationpy/replace-section/BUILD.bazel:23:15
name//py/replace-section:isort-fix
ruleClassnative_binary
visibility
  • //visibility:private
isort-test
locationpy/replace-section/BUILD.bazel:23:15
name//py/replace-section:isort-test
ruleClassnative_test
visibility
  • //visibility:private
mypy-test
locationpy/replace-section/BUILD.bazel:23:15
name//py/replace-section:mypy-test
ruleClassnative_test
visibility
  • //visibility:private
readme
locationpy/replace-section/BUILD.bazel:8:10
name//py/replace-section:readme
ruleClassfilegroup
visibility
  • //visibility:public
readme.srcs
locationpy/replace-section/BUILD.bazel:8:10
name//py/replace-section:readme.srcs
ruleClasspkg_files
visibility
  • //visibility:private
readme.with_children
locationpy/replace-section/BUILD.bazel:8:10
name//py/replace-section:readme.with_children
ruleClasspkg_filegroup
visibility
  • //visibility:public
src
locationpy/replace-section/BUILD.bazel:18:10
name//py/replace-section:src
ruleClassfilegroup
visibility
  • //visibility:private

2 - Changelog

  • Move changelog rules to bzl/rules/git, improve ansible rules (c94123)
  • Move changelog rules to bzl/rules/changelog (4d59d6)
  • Move readme rules to bzl/rules/readme (95ea8d)
  • Move bzl rules to bzl/rules/bzl (57930e)
  • Move py rules to bzl/rules/py (dcb491)
  • Add changelog for all packages (a6ebf9)
  • Setup gazelle for python (c8ccdd)
  • Add bzl_target_doc (c5636e)
  • Add al_vial_submissions macro, update titles and descriptions (79c826)
  • Use subpackages() to build docs instead of writing queries to the tree (ba7b67)
  • Add md targets for all md files, add bzl/vars/readmes.bzl (a39482)
  • Move all public bzl API into separate files (732d37)
  • Rename starlark/bazel to bzl (56be34)
  • Rename javascript to js, shell to sh, perl to pl, rust to rs (3f7ffb)