Move old docs to legacy folder, and fix some build warnings.

This commit is contained in:
Michael Kelly 2014-08-24 16:06:19 -04:00
Родитель 453fb21d04
Коммит 8c5074c82a
20 изменённых файлов: 79 добавлений и 64 удалений

Просмотреть файл

@ -65,7 +65,7 @@ release = '0.2'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['_build']
exclude_patterns = ['_build', 'README.rst']
# The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None
@ -123,7 +123,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
#html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.

Просмотреть файл

@ -1,75 +1,15 @@
===============
Webdev Bootcamp
===============
Perhaps you are familiar with Git, Django, jQuery, Python, JS, CSS, HTML,
RabbitMQ, Celery and **the DOM**.
Despite all that, web developing at Mozilla can still be challenging. The
*Webdev Bootcamp* is an attempt to clarify how things are sometimes done.
.. seealso::
If you are doing Django development for Mozilla, much of our Django behavior
is encapsulated in `Playdoh <http://playdoh.readthedocs.org/>`_.
.. note::
`This documentation is in Github`_, so if you find any mistakes or omissions
please fork it and submit a pull request.
.. warning::
This document is strictly a guide. If the documentation told you to jump off
a cliff, `would you <http://xkcd.com/1170/>`_? Likewise, if you can do
something better or if you think what's been documented is not right,
challenge it and make life better for your webdev siblings.
Hello!
.. toctree::
:maxdepth: 2
accounts
devprocess
localdev
bugzilla
git
jenkins
coding
js-style
css-style
l10n
packaging
security
data
servers
errors
communications
email
conferencecalls
documentation
others
who
mozilla
.. _`This documentation is in Github`: https://github.com/mozilla/webdev-bootcamp
legacy/index
Indices
=======
* :ref:`genindex`
Todo
====
* port this document - http://etherpad.mozilla.org:9000/webdev-bootcamp
* Link to jsocol's continuous deployment doc
* Link to IT Requests
* Intersphinx
* Add indexes everywhere.
* See if the anonymize directory is correct.
* Verify that the slave db is correct.
* screen shots
* explain data centers - http://blog.mozilla.com/mrz/2010/01/04/mozillas-new-phoenix-data-center/
.. todolist::

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

75
legacy/index.rst Normal file
Просмотреть файл

@ -0,0 +1,75 @@
======================
Legacy Webdev Bootcamp
======================
.. warning::
You are viewing the Legacy Bootcamp. In other words, this is an older,
outdated version of the Bootcamp, temporarily kept in case any info from the
old bootcamp is still needed. Trust this information at your own risk.
Perhaps you are familiar with Git, Django, jQuery, Python, JS, CSS, HTML,
RabbitMQ, Celery and **the DOM**.
Despite all that, web developing at Mozilla can still be challenging. The
*Webdev Bootcamp* is an attempt to clarify how things are sometimes done.
.. seealso::
If you are doing Django development for Mozilla, much of our Django behavior
is encapsulated in `Playdoh <http://playdoh.readthedocs.org/>`_.
.. note::
`This documentation is in Github`_, so if you find any mistakes or omissions
please fork it and submit a pull request.
.. warning::
This document is strictly a guide. If the documentation told you to jump off
a cliff, `would you <http://xkcd.com/1170/>`_? Likewise, if you can do
something better or if you think what's been documented is not right,
challenge it and make life better for your webdev siblings.
.. toctree::
:maxdepth: 2
accounts
devprocess
localdev
bugzilla
git
jenkins
coding
js-style
css-style
l10n
packaging
security
data
servers
errors
communications
documentation
.. _`This documentation is in Github`: https://github.com/mozilla/webdev-bootcamp
Indices
=======
* :ref:`genindex`
Todo
====
* port this document - http://etherpad.mozilla.org:9000/webdev-bootcamp
* Link to jsocol's continuous deployment doc
* Link to IT Requests
* Intersphinx
* Add indexes everywhere.
* See if the anonymize directory is correct.
* Verify that the slave db is correct.
* screen shots
* explain data centers - http://blog.mozilla.com/mrz/2010/01/04/mozillas-new-phoenix-data-center/
.. todolist::

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл