releng docs
Перейти к файлу
Julien Cristau 5bf5311615
changelog: add section for the nightly 100 cycle
2022-03-08 13:39:36 +01: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
future Spelling fixes 2020-04-14 15:16:20 +01:00
gecko_tests fix warnings + green up rtd build (#98) 2021-09-17 09:20:58 -07:00
logs fix logs links 2021-10-27 17:28:44 -06:00
procedures Add 'InterruptDuty' page 2022-02-02 10:30:02 -05:00
requirements Add 'dev' requirements file including 'sphinx-autobuild' 2021-11-10 17:33:55 -05:00
signing review comment + a bit more dep explanation 2021-10-28 09:10:21 -06:00
taskcluster Scopes expansion (#143) 2022-02-24 15:37:04 -08: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 Sort and add Taskgraph docs (#123) 2021-12-02 17:55:33 +00: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 changelog: add section for the nightly 100 cycle 2022-03-08 13:39:36 +01: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 Switch to "todo" blocks for missing content. 2014-05-16 15:49:51 -07: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.