releng docs
Перейти к файлу
Andrew Halberstadt edbe4303c7 feat: link to System Addons docs in mana 2024-10-22 13:37:35 -04:00
explanations Update explanations/best-practices/code-reviews.rst 2024-09-23 10:49:01 -04:00
how-to feat: link to System Addons docs in mana 2024-10-22 13:37:35 -04:00
media
meta
reference
requirements
taskcluster/staging
tutorials
.gitignore
.readthedocs.yml
CODE_OF_CONDUCT.md
Makefile
README.md
conf.py
index.rst
make.bat
releng_wordlist.txt

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.