docs: Content editing for directory-structure.rst.

(imported from commit aa331a561f1e905c9453bd0590eb1147c19f2be4)
This commit is contained in:
Tim Abbott 2015-09-22 22:17:56 -07:00
parent 3c1c14a7cc
commit 1be909a450
1 changed files with 13 additions and 13 deletions

View File

@ -2,9 +2,7 @@
Directory structure Directory structure
=================== ===================
.. attention:: This page documents the Zulip directory structure and how to decide where to
This page documents our directory structure and how to decide where to
put a file. put a file.
Scripts Scripts
@ -24,9 +22,9 @@ Bots
==== ====
+------------------------+----------------------------------------------------------------------+ +------------------------+----------------------------------------------------------------------+
| ``bots/`` | Not distributed, even to production deployment instances | | ``api/integrations`` | Bots distributed as part of the Zulip API bundle. |
+------------------------+----------------------------------------------------------------------+ +------------------------+----------------------------------------------------------------------+
| ``api/integrations`` | Distributed in our API bundle | | ``bots/`` | Previously Zulip internal bots. These usually need a bit of work. |
+------------------------+----------------------------------------------------------------------+ +------------------------+----------------------------------------------------------------------+
Management commands Management commands
@ -77,11 +75,13 @@ Templates
Tests Tests
===== =====
+------------------------+---------------------------------+ +------------------------+-----------------------------------+
| ``zerver/test*.py`` | Backend tests | | ``zerver/test*.py`` | Backend tests | |
+------------------------+---------------------------------+ +------------------------+-----------------------------------+
| ``zerver/tests`` | Frontend tests | | ``zerver/tests/frontend/node`` | Node Frontend unit tests |
+------------------------+---------------------------------+ +------------------------+-----------------------------------+
| ``zerver/tests/frontend/tests`` | Casper frontend tests |
+------------------------+-----------------------------------+
Documentation Documentation
============= =============
@ -90,6 +90,6 @@ Documentation
| ``docs/`` | Source for this documentation | | ``docs/`` | Source for this documentation |
+-------------+-----------------------------------------------+ +-------------+-----------------------------------------------+
You can consult the .gitattributes file to see exactly which You can consult the repository's .gitattributes file to see exactly
components are excluded from production releases (release tarballs are which components are excluded from production releases (release
generated using tools/build-release-tarball). tarballs are generated using tools/build-release-tarball).