diff --git a/master/docs/developer/formats.rst b/master/docs/developer/formats.rst deleted file mode 100644 index bdee5bbbd4a..00000000000 --- a/master/docs/developer/formats.rst +++ /dev/null @@ -1,21 +0,0 @@ -File Formats -============ - -Log File Format ---------------- - -.. py:class:: buildbot.status.logfile.LogFile - -The master currently stores each logfile in a single file, which may have a -standard compression applied. - -The format is a special case of the netstrings protocol - see -http://cr.yp.to/proto/netstrings.txt. The text in each netstring -consists of a one-digit channel identifier followed by the data from that -channel. - -The formatting is implemented in the LogFile class in -:file:`buildbot/status/logfile.py`, and in particular by the :meth:`merge` -method. - - diff --git a/master/docs/developer/general.rst b/master/docs/developer/general.rst index e9a65514db6..0dfea71ae5f 100644 --- a/master/docs/developer/general.rst +++ b/master/docs/developer/general.rst @@ -15,7 +15,6 @@ This section gives some general information about Buildbot development. schedulers utils results - formats www auth master-slave