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 858ffc1da7 docs: Regenerate docs
Bug: 396174247
Change-Id: I79dba88457dc61c4e2a48d424b5520bab46bc1a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6266868
Reviewed-by: Yiwei Zhang <yiwzhang@google.com>
Commit-Queue: Yiwei Zhang <yiwzhang@google.com>
Auto-Submit: Josip Sokcevic <sokcevic@chromium.org>
2 weeks ago
..
html docs: Regenerate docs 2 weeks ago
man1 docs: Regenerate docs 2 weeks ago
man7 docs: Regenerate docs 2 weeks ago
src docs: Hide python warnings when generating docs 2 weeks ago
README.txt
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.