releng docs
Перейти к файлу
Andrew Halberstadt 41543cbae3 Add some missing Github orgs to account setup docs 2022-06-24 09:03:51 -04:00
addons Refactoring 2021-09-14 19:14:22 +01: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 slide deck links (#157) 2022-05-13 15:41:55 -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 Add a how-to for adding a new script to scriptworker-scripts. 2022-06-10 16:19:20 -06:00
logs fix logs links 2021-10-27 17:28:44 -06:00
procedures Add some missing Github orgs to account setup docs 2022-06-24 09:03:51 -04:00
reference more links (#159) 2022-05-26 14:44:02 -06:00
requirements Add 'dev' requirements file including 'sphinx-autobuild' 2021-11-10 17:33:55 -05:00
signing add info about key inventory, expiry, safe (#151) 2022-03-31 08:20:30 -07:00
taskcluster link fxci upgrades doc to releaseduty docs (#158) 2022-05-17 13:30:49 -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 Fix sphinx errors 2021-09-27 16:47:10 -04:00
hosts.rst Now in Sphinx format. 2013-11-19 15:54:28 -05:00
index.rst Lay out the new framework (#155) 2022-05-05 10:15:15 -06: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 Update releng_changelog.md 2022-06-16 13:05:52 -04: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.