releng docs
Перейти к файлу
Heitor Neiva 0e34ced34f
Added apple docs
2022-10-12 16:48:38 -07:00
addons langpacks link 2022-08-19 14:18:55 -06:00
apple Added apple docs 2022-10-12 16:48:38 -07:00
architecture fix nits 2015-05-29 16:27:42 -04:00
balrog Add link to main Balrog docs 2020-04-27 12:59:35 -04:00
best-practices handoffs 2022-01-12 19:08:48 -07:00
explanations add l10n explanation (#171) 2022-07-11 09:57:18 -06: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-tos partner repacks (#181) 2022-09-14 11:16:54 -07:00
logs fix logs links 2021-10-27 17:28:44 -06:00
procedures new-esr-branch: add note about esr-next bouncer aliases (#179) 2022-09-26 11:51:39 +02:00
reference partner repacks (#181) 2022-09-14 11:16:54 -07:00
requirements Switch to 'sphinx_book_theme' 2022-08-04 14:32:05 -04:00
signing add info about key inventory, expiry, safe (#151) 2022-03-31 08:20:30 -07:00
taskcluster android-l10n 2022-08-23 09:35:40 -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
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 Added apple docs 2022-10-12 16:48:38 -07: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 Bug 1786291 - part 4: Add 107 entry in releng changelog 2022-09-20 15:10:58 +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.