releng docs
Перейти к файлу
Gabriel Bustamante 5b76bbe393 Add a better bugdash link 2023-07-27 11:22:25 -05:00
addons langpacks: document bug 1837547 (#216) 2023-06-15 19:24:37 +02:00
architecture fix nits 2015-05-29 16:27:42 -04:00
balrog add bouncer/bedrock mention 2023-06-28 19:29:07 -06:00
best-practices Replace 'best-practices/coding' with a 'project-standards' page covering mozilla-releng/reps 2023-07-26 15:57:26 -04:00
explanations link explanations/l10n and how-tos/l10n (#189) 2022-10-19 11:00:31 -07:00
future Spelling fixes 2020-04-14 15:16:20 +01:00
gecko_tests Fix documentation of worker-type overrides in mach try (#163) 2022-06-03 14:08:29 +02:00
how-to Fix formatting on VPN page 2023-07-12 12:23:38 -04:00
logs fix logs links 2021-10-27 17:28:44 -06:00
procedures Add a better bugdash link 2023-07-27 11:22:25 -05:00
reference partner repacks (#181) 2022-09-14 11:16:54 -07:00
requirements Bump python dependencies 2023-06-20 11:00:05 +02:00
signing Merge pull request #210 from bhearsum/gpg2 2023-05-23 10:02:04 -04:00
taskcluster add note for push(MSIX) task failure 2023-05-18 11:49:52 -06:00
tutorials Lay out the new framework (#155) 2022-05-05 10:15:15 -06:00
.gitignore Release promotion: testing and launching custom variants (#109) 2021-10-12 08:46:43 -07:00
.readthedocs.yml Add .readthedocs.yml 2023-06-15 12:31:34 -06:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-27 21:21:12 -07:00
Makefile Add a make target for 'sphinx-autobuild' and update README 2021-11-10 17:33:55 -05:00
README.md Add 'directives' to reference section in README 2021-11-15 10:25:43 -05:00
adding_docs_to_existing_code.rst Spelling fixes 2020-04-14 15:16:20 +01:00
adding_repo_to_releng_rtfd_account.rst update domain to readthedocs.io 2016-04-27 16:30:56 -07:00
conf.py Switch to 'sphinx_book_theme' 2022-08-04 14:32:05 -04:00
hosts.rst Now in Sphinx format. 2013-11-19 15:54:28 -05:00
index.rst Use present simple form for howto section 2022-10-24 11:48:19 -04:00
machine-users.rst Add docs for our mercurial machine users. (#38) 2020-08-24 13:35:26 -07:00
make.bat Support sphinx 3. (#19) 2020-04-10 14:25:49 -07:00
releng_changelog.md Bump gecko version in releng_changelog.md 2023-07-04 10:54:47 +02:00
releng_wordlist.txt Update wordlist 2020-06-15 18:32:20 +01:00
software.rst fix dup taskcluster labels 2020-08-28 12:54:34 -07:00
tobewritten.rst Lay out the new framework (#155) 2022-05-05 10:15:15 -06:00
troubleshooting.rst fix errors (#100) 2021-09-22 08:00:57 -07:00

README.md

Docs

Mozilla Release Engineering Documentation

This repository contains some of the more technical internal documentation for Mozilla Release Engineering.

Rendered versions of the documentation may be viewed at:
http://moz-releng-docs.readthedocs.io/en/latest/

Contributing

  1. Create a Python virtualenv

  2. Run:

     pip install -r requirements/dev.txt
    
  3. To build the docs locally and start a livereload server, run:

     make livehtml
    

    Verify changes by opening the linked URL in your browser. Further changes will automatically rebuild and refresh your page.

    Alternatively you can run:

     make html
    

    to build static docs. They will be generated under the _build/html directory.

Note: Any new docs should be directly or indirectly linked to from index.rst. (For example, if index.rst contains balrog/index.rst in its toctree, and the new doc is in the balrog/index.rst toctree, then the new doc is successfully indirectly linked.)

Reference

These docs use reStructuredText and Sphinx. Here are some reference materials:

Motivation

For the original motivation behind these docs see RELENG RFC 0007.