Commit Graph

7 Commits

Author SHA1 Message Date
Joshua Harlow
1e3dc09453 Rename logbook module -> models module
Since this module contains more than the logbook
class and really is a our generic models that are used
to hold the runtime structure it is more appropriate to
place it under a models module and deprecate the usage
of the old module by placing a warning there (so that
when it is imported that warning is triggered).

Change-Id: I79def5ee08f560d38f2c9dcefd0b33becc2a4d36
2015-07-08 17:04:35 -07:00
Joshua Harlow
b5e3fbebc6 Expand toctree to three levels
Three levels makes it easier to find content in the
main toctree so lets make it easier for folks to use
the table of contents to find what they are looking for
instead of making it harder...

This change makes three levels look readable as well as
fixes some discrepancies among the various sections...

Change-Id: I5fd7a062adec052c338790c9ba343dfbc51075e3
2014-09-25 00:10:41 -07:00
Jenkins
6729fd4666 Merge "Add docs related to the new conductor feature" 2014-05-30 20:30:19 +00:00
Joshua Harlow
e34c0c9f06 Add docs related to the new conductor feature
Change-Id: I68722a5b6bea0e404427ec7b121e7c6f90e42145
2014-05-29 16:37:27 -07:00
Joshua Harlow
df5b1621a1 Fix case of taskflow in docs
Fix occurrences of the lowercase (or mixed case)
version of taskflow and rename those occurrences
to the cased version to be consistent with usage
elsewhere in the docs.

Change-Id: I31f552daa015724b443b099c2fcfe38d8e04605a
2014-05-24 17:25:57 -07:00
Ivan A. Melnikov
f986a82731 Check documentation for simple style requirements
What is checked:
 - lines should not be longer than 79 characters, also
   there are few exceptions;
 - no tabulation for indentation;
 - no trailing whitespace.

Change-Id: Id5b5dff380460d1fb4ffeeb23f00864e7fc158ed
2014-05-08 12:11:18 +04:00
Joshua Harlow
7f6ef479c1 Add a resumption strategy doc
Move docs from wiki to developer docs and
add on and adjust to reflect the current
state of things.

Change-Id: I50ab1ebeb33074d1fbc7493749d0d518b66de69e
2014-04-26 18:09:37 -07:00