File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ source /Users/Mike/lsst/lsstsw/miniconda/etc/profile.d/conda.sh
1313conda activate /Users/Mike/miniforge3/envs/py3.12
1414```
1515
16+ ` ripgrep ` (` rg ` ) is available in this environment and should be preferred for file/text search.
17+
1618## Sphinx Docs Build
1719Use this sequence to build docs in Codex:
1820``` bash
@@ -28,6 +30,14 @@ Rationale:
2830 activation is more reliable.
2931- Setting ` LC_ALL ` /` LANG ` avoids locale errors when invoking Sphinx.
3032
33+ ## GitHub CLI
34+ - ` gh ` is installed in ` /Users/Mike/miniforge3/envs/py3.12/bin/gh ` .
35+ - Prefer ` gh issue view <num> --repo rmjarvis/TreeCorr --comments ` and
36+ ` gh pr view <num> --repo rmjarvis/TreeCorr --comments ` over browser scraping when GitHub thread
37+ content is needed.
38+ - ` gh ` still requires authentication in Codex shells. If commands fail with an auth prompt, run
39+ ` gh auth login ` in the activated conda environment or provide ` GH_TOKEN ` .
40+
3141## TreeCorr Documentation Conventions
3242- Prefer "data are" (treat "data" as plural) except when clearly used as a mass noun.
3343- Target a 100-character line length for prose/code comments where practical.
You can’t perform that action at this time.
0 commit comments