You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/man
Josip Sokcevic ed3da5161f docs: Hide python warnings when generating docs
Those warnings end up going into man pages, which is not desired. The
warning says that pipes are deprecated, and will be removed in py3.13.

R=yiwzhang@google.com

Bug: 396174247
Change-Id: Ieb7f36de944e8b7b5e68f78c87a61b04e663f9d1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6268243
Reviewed-by: Yiwei Zhang <yiwzhang@google.com>
Commit-Queue: Josip Sokcevic <sokcevic@chromium.org>
3 months ago
..
html Reland: add a `--no-squash` argument to `git rebase-update` 3 months ago
man1 Reland: add a `--no-squash` argument to `git rebase-update` 3 months ago
man7 [depot_tools] clarify that new-branch also switch. 2 years ago
src docs: Hide python warnings when generating docs 3 months ago
README.txt [docs] Fix alias settings 4 years ago
push_to_gs.sh

README.txt

= Man pages for Depot_tools

This document describes how to write documentation for depot_tools and how to
deploy it.

== Edit

Only edit files in src/ directories. All other directories (e.g. html, man1) are
autogenerated and should never be edited manaully.

Once you made modifications to src/ files, run  `./make_docs.sh` in src/
directory to generate html and man pages.

== Deploy

Run `./push_to_gs.sh` from this directory. If you not have access, ask someone
from chrome infra to deploy it for you.