Skip to content

Commit

Permalink
docs: Content editing for directory-structure.rst.
Browse files Browse the repository at this point in the history
(imported from commit aa331a561f1e905c9453bd0590eb1147c19f2be4)
  • Loading branch information
timabbott committed Sep 23, 2015
1 parent 3c1c14a commit 1be909a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/directory-structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
Directory structure
===================

.. attention::

This page documents our directory structure and how to decide where to
This page documents the Zulip directory structure and how to decide where to
put a file.

Scripts
Expand All @@ -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
Expand Down Expand Up @@ -77,11 +75,13 @@ Templates
Tests
=====

+------------------------+---------------------------------+
| ``zerver/test*.py`` | Backend tests |
+------------------------+---------------------------------+
| ``zerver/tests`` | Frontend tests |
+------------------------+---------------------------------+
+------------------------+-----------------------------------+
| ``zerver/test*.py`` | Backend tests | |
+------------------------+-----------------------------------+
| ``zerver/tests/frontend/node`` | Node Frontend unit tests |
+------------------------+-----------------------------------+
| ``zerver/tests/frontend/tests`` | Casper frontend tests |
+------------------------+-----------------------------------+

Documentation
=============
Expand All @@ -90,6 +90,6 @@ Documentation
| ``docs/`` | Source for this documentation |
+-------------+-----------------------------------------------+

You can consult the .gitattributes file to see exactly which
components are excluded from production releases (release tarballs are
generated using tools/build-release-tarball).
You can consult the repository's .gitattributes file to see exactly
which components are excluded from production releases (release
tarballs are generated using tools/build-release-tarball).

0 comments on commit 1be909a

Please sign in to comment.