A-team bootcamp
Перейти к файлу
William Lachance dc9a7870a3
Merge pull request #14 from Mozilla-GitHub-Standards/master
Add Mozilla Code of Conduct
2019-03-29 08:35:21 -04:00
guide Use HTTPS URLs where possible & fix some broken links 2016-07-18 13:54:06 +01:00
reference Use HTTPS URLs where possible & fix some broken links 2016-07-18 13:54:06 +01:00
.gitignore do not include project files 2015-11-23 13:25:25 -05:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-28 22:07:21 -07:00
LICENSE Add a license file 2014-12-19 16:16:46 -05:00
Makefile Add sphinx-autobuild for convenience. 2014-09-11 10:24:38 -04:00
README.rst Use HTTPS URLs where possible & fix some broken links 2016-07-18 13:54:06 +01:00
conf.py Use HTTPS URLs where possible & fix some broken links 2016-07-18 13:54:06 +01:00
index.rst Use HTTPS URLs where possible & fix some broken links 2016-07-18 13:54:06 +01:00
requirements.txt Add sphinx-autobuild for convenience. 2014-09-11 10:24:38 -04:00

README.rst

A-team Bootcamp
===============
`View this document at ateam-bootcamp.readthedocs.io
<https://ateam-bootcamp.readthedocs.io/>`_

A tutorial on some of the basic things you'd want to know when
contributing to `Automation & Tools`_ at Mozilla.

This document is based off of the excellent `webdev bootcamp`_ documentation.

Patches are always welcome! If you'd like to contribute, fork and make a pull
request.

.. _`Automation & Tools`: https://wiki.mozilla.org/Auto-tools
.. _`webdev bootcamp`: https://mozweb.readthedocs.io/

Building locally
----------------
The instructions below assume you have Python and `pip`_ installed. It is also
strongly recommended that you create and activate a `virtualenv`_ first.

If you'd like to build the bootcamp locally:

.. code-block:: sh

   pip install -r requirements.txt
   make html

The resulting docs can be located under the ``_build/html`` directory.

You can also run ``make livehtml`` to launch a webserver on
http://127.0.0.1:8000 that auto-rebuild the documentation when any files are
changed.

.. _pip: https://pip.pypa.io/
.. _virtualenv: https://virtualenv.pypa.io/

Licensing
---------

Feel free to fork this repo or adapt its work for your own bootcamp. All work
is licensed under a `Creative Commons Attribution`_.

.. _`Creative Commons Attribution`: https://creativecommons.org/licenses/by/4.0/