From b24b13f549387221e2841be61abc3d16327ac8c7 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 10 Dec 2014 14:47:23 -0400 Subject: [PATCH] Move codo generated documentatio to doc/codo --- doc/class/CliConf.html | 363 ------------------ doc/{ => codo}/alphabetical_index.html | 29 +- doc/{ => codo}/class/InvalidConfigFile.html | 6 +- doc/{ => codo}/class/InvalidCredentials.html | 6 +- doc/{ => codo}/class/InvalidKey.html | 6 +- doc/{ => codo}/class/InvalidPath.html | 6 +- doc/{ => codo}/class/NotAny.html | 6 +- doc/{ => codo}/class/NotFound.html | 6 +- .../class/PinejsClientRequest.html} | 18 +- doc/{ => codo}/class_list.html | 9 +- doc/codo/extra/README.md.html | 135 +++++++ doc/{ => codo}/extra_list.html | 8 + .../file/lib/resin/auth/auth.coffee.html | 6 +- .../file/lib/resin/config/config.coffee.html | 6 +- .../lib/resin/data/data-prefix.coffee.html | 6 +- .../file/lib/resin/data/data.coffee.html | 6 +- .../file/lib/resin/device/device.coffee.html | 6 +- .../file/lib/resin/errors/errors.coffee.html | 6 +- .../lib/resin/helpers/helpers.coffee.html | 6 +- .../file/lib/resin/index.coffee.html | 6 +- .../file/lib/resin/log/log.coffee.html | 6 +- .../file/lib/resin/models/_pine.coffee.html} | 14 +- .../lib/resin/models/application.coffee.html | 6 +- .../file/lib/resin/models/device.coffee.html | 6 +- .../models/environment-variables.coffee.html | 6 +- .../file/lib/resin/models/index.coffee.html | 6 +- .../file/lib/resin/os/os.coffee.html | 6 +- .../lib/resin/os/windows/windows.coffee.html | 6 +- .../file/lib/resin/server/server.coffee.html | 6 +- .../file/lib/resin/settings.coffee.html | 6 +- .../file/lib/resin/token/token.coffee.html | 6 +- doc/{ => codo}/file_list.html | 7 +- doc/{ => codo}/index.html | 2 +- doc/{ => codo}/javascript/application.js | 0 doc/codo/javascript/search.js | 1 + doc/{ => codo}/method_list.html | 7 +- doc/{ => codo}/mixin_list.html | 3 + doc/{ => codo}/stylesheets/application.css | 0 doc/file/lib/actions/app.coffee.html | 215 ----------- doc/file/lib/actions/auth.coffee.html | 175 --------- doc/file/lib/actions/device.coffee.html | 195 ---------- .../actions/environment-variables.coffee.html | 186 --------- doc/file/lib/actions/index.coffee.html | 129 ------- doc/file/lib/actions/keys.coffee.html | 175 --------- doc/file/lib/actions/logs.coffee.html | 186 --------- doc/file/lib/actions/os.coffee.html | 135 ------- doc/file/lib/actions/preferences.coffee.html | 135 ------- doc/file/lib/app.coffee.html | 107 ------ doc/file/lib/cli-conf/cli-conf.coffee.html | 130 ------- .../lib/cli-conf/cli-conf.spec.coffee.html | 120 ------ doc/file/lib/cli/cli-permissions.coffee.html | 135 ------- .../lib/cli/cli-permissions.spec.coffee.html | 120 ------ doc/file/lib/cli/cli.coffee.html | 255 ------------ .../lib/connection/connection.coffee.html | 199 ---------- .../connection/connection.spec.coffee.html | 120 ------ doc/file/lib/helpers/helpers.coffee.html | 155 -------- doc/file/lib/helpers/helpers.spec.coffee.html | 120 ------ .../plugin-loader/plugin-loader.coffee.html | 226 ----------- .../plugin-loader.spec.coffee.html | 219 ----------- doc/file/lib/resin/auth/auth.spec.coffee.html | 122 ------ .../lib/resin/config/config.spec.coffee.html | 148 ------- .../resin/data/data-prefix.spec.coffee.html | 122 ------ doc/file/lib/resin/data/data.spec.coffee.html | 122 ------ .../resin/data/fs-utils/fs-utils.coffee.html | 177 --------- .../data/fs-utils/fs-utils.spec.coffee.html | 124 ------ .../lib/resin/device/device.spec.coffee.html | 122 ------ .../lib/resin/errors/errors.spec.coffee.html | 122 ------ .../resin/helpers/helpers.spec.coffee.html | 122 ------ doc/file/lib/resin/log/log.spec.coffee.html | 122 ------ .../lib/resin/models/_canvas.spec.coffee.html | 122 ------ doc/file/lib/resin/os/os.spec.coffee.html | 122 ------ .../lib/resin/server/server.spec.coffee.html | 130 ------- .../lib/resin/token/token.spec.coffee.html | 122 ------ doc/file/lib/ui/index.coffee.html | 123 ------ doc/file/lib/ui/patterns/patterns.coffee.html | 157 -------- .../widgets/table/table-helpers.coffee.html | 316 --------------- .../table/table-helpers.spec.coffee.html | 177 --------- .../lib/ui/widgets/table/table.coffee.html | 166 -------- .../ui/widgets/table/table.spec.coffee.html | 138 ------- doc/file/lib/ui/widgets/widgets.coffee.html | 177 --------- doc/javascript/search.js | 1 - package.json | 2 +- 82 files changed, 323 insertions(+), 6910 deletions(-) delete mode 100644 doc/class/CliConf.html rename doc/{ => codo}/alphabetical_index.html (96%) rename doc/{ => codo}/class/InvalidConfigFile.html (96%) rename doc/{ => codo}/class/InvalidCredentials.html (95%) rename doc/{ => codo}/class/InvalidKey.html (95%) rename doc/{ => codo}/class/InvalidPath.html (96%) rename doc/{ => codo}/class/NotAny.html (96%) rename doc/{ => codo}/class/NotFound.html (96%) rename doc/{class/CanvasRequestService.html => codo/class/PinejsClientRequest.html} (91%) rename doc/{ => codo}/class_list.html (93%) create mode 100644 doc/codo/extra/README.md.html rename doc/{ => codo}/extra_list.html (79%) rename doc/{ => codo}/file/lib/resin/auth/auth.coffee.html (98%) rename doc/{ => codo}/file/lib/resin/config/config.coffee.html (97%) rename doc/{ => codo}/file/lib/resin/data/data-prefix.coffee.html (97%) rename doc/{ => codo}/file/lib/resin/data/data.coffee.html (94%) rename doc/{ => codo}/file/lib/resin/device/device.coffee.html (97%) rename doc/{ => codo}/file/lib/resin/errors/errors.coffee.html (96%) rename doc/{ => codo}/file/lib/resin/helpers/helpers.coffee.html (96%) rename doc/{ => codo}/file/lib/resin/index.coffee.html (95%) rename doc/{ => codo}/file/lib/resin/log/log.coffee.html (98%) rename doc/{file/lib/resin/models/_canvas.coffee.html => codo/file/lib/resin/models/_pine.coffee.html} (88%) rename doc/{ => codo}/file/lib/resin/models/application.coffee.html (98%) rename doc/{ => codo}/file/lib/resin/models/device.coffee.html (98%) rename doc/{ => codo}/file/lib/resin/models/environment-variables.coffee.html (97%) rename doc/{ => codo}/file/lib/resin/models/index.coffee.html (95%) rename doc/{ => codo}/file/lib/resin/os/os.coffee.html (97%) rename doc/{ => codo}/file/lib/resin/os/windows/windows.coffee.html (96%) rename doc/{ => codo}/file/lib/resin/server/server.coffee.html (98%) rename doc/{ => codo}/file/lib/resin/settings.coffee.html (96%) rename doc/{ => codo}/file/lib/resin/token/token.coffee.html (98%) rename doc/{ => codo}/file_list.html (97%) rename doc/{ => codo}/index.html (84%) rename doc/{ => codo}/javascript/application.js (100%) create mode 100644 doc/codo/javascript/search.js rename doc/{ => codo}/method_list.html (98%) rename doc/{ => codo}/mixin_list.html (91%) rename doc/{ => codo}/stylesheets/application.css (100%) delete mode 100644 doc/file/lib/actions/app.coffee.html delete mode 100644 doc/file/lib/actions/auth.coffee.html delete mode 100644 doc/file/lib/actions/device.coffee.html delete mode 100644 doc/file/lib/actions/environment-variables.coffee.html delete mode 100644 doc/file/lib/actions/index.coffee.html delete mode 100644 doc/file/lib/actions/keys.coffee.html delete mode 100644 doc/file/lib/actions/logs.coffee.html delete mode 100644 doc/file/lib/actions/os.coffee.html delete mode 100644 doc/file/lib/actions/preferences.coffee.html delete mode 100644 doc/file/lib/app.coffee.html delete mode 100644 doc/file/lib/cli-conf/cli-conf.coffee.html delete mode 100644 doc/file/lib/cli-conf/cli-conf.spec.coffee.html delete mode 100644 doc/file/lib/cli/cli-permissions.coffee.html delete mode 100644 doc/file/lib/cli/cli-permissions.spec.coffee.html delete mode 100644 doc/file/lib/cli/cli.coffee.html delete mode 100644 doc/file/lib/connection/connection.coffee.html delete mode 100644 doc/file/lib/connection/connection.spec.coffee.html delete mode 100644 doc/file/lib/helpers/helpers.coffee.html delete mode 100644 doc/file/lib/helpers/helpers.spec.coffee.html delete mode 100644 doc/file/lib/plugin-loader/plugin-loader.coffee.html delete mode 100644 doc/file/lib/plugin-loader/plugin-loader.spec.coffee.html delete mode 100644 doc/file/lib/resin/auth/auth.spec.coffee.html delete mode 100644 doc/file/lib/resin/config/config.spec.coffee.html delete mode 100644 doc/file/lib/resin/data/data-prefix.spec.coffee.html delete mode 100644 doc/file/lib/resin/data/data.spec.coffee.html delete mode 100644 doc/file/lib/resin/data/fs-utils/fs-utils.coffee.html delete mode 100644 doc/file/lib/resin/data/fs-utils/fs-utils.spec.coffee.html delete mode 100644 doc/file/lib/resin/device/device.spec.coffee.html delete mode 100644 doc/file/lib/resin/errors/errors.spec.coffee.html delete mode 100644 doc/file/lib/resin/helpers/helpers.spec.coffee.html delete mode 100644 doc/file/lib/resin/log/log.spec.coffee.html delete mode 100644 doc/file/lib/resin/models/_canvas.spec.coffee.html delete mode 100644 doc/file/lib/resin/os/os.spec.coffee.html delete mode 100644 doc/file/lib/resin/server/server.spec.coffee.html delete mode 100644 doc/file/lib/resin/token/token.spec.coffee.html delete mode 100644 doc/file/lib/ui/index.coffee.html delete mode 100644 doc/file/lib/ui/patterns/patterns.coffee.html delete mode 100644 doc/file/lib/ui/widgets/table/table-helpers.coffee.html delete mode 100644 doc/file/lib/ui/widgets/table/table-helpers.spec.coffee.html delete mode 100644 doc/file/lib/ui/widgets/table/table.coffee.html delete mode 100644 doc/file/lib/ui/widgets/table/table.spec.coffee.html delete mode 100644 doc/file/lib/ui/widgets/widgets.coffee.html delete mode 100644 doc/javascript/search.js diff --git a/doc/class/CliConf.html b/doc/class/CliConf.html deleted file mode 100644 index b7407fb0..00000000 --- a/doc/class/CliConf.html +++ /dev/null @@ -1,363 +0,0 @@ - - - - - CoffeeScript API Documentation - - - - - -
- -
-

- Class: - CliConf -

- - - - - -
Defined in:lib/cli-conf/cli-conf.coffee
-

Instance Method Summary

- -

Constructor Details

-
-
-

- # -(void) -constructor(_options = {}) -
-

- -
-
-

Instance Method Details

-
-
-

- # -(void) -extendWithFile(file) -
-

- -
-
-

- # -(void) -set(key, value) -
-

- -
-
-

- # -(void) -get(key) -
-

- -
-
-

- # -(void) -has(key) -
-

- -
-
-

- # -(void) -extend(objects...) -
-

- -
-
-

- # -(void) -isEmpty() -
-

- -
-
-

- # -(void) -parse(input) -
-

- -
-
-

- # -(void) -_getKeyFromObject(object, key) -
-

- -
-
-

- # -(void) -_getOptionKey(key) -
-

- -
-
-

- # -(void) -_getOptionWithKey(key) -
-

- -
-
-

- # -(void) -_getLocalConfigPath() -
-

- -
-
-

- # -(void) -_readFile(file) -
-

- -
-
-
- - -
- -
    -
    -
    -

    - Quickly fuzzy find classes, mixins, methods, file: -

    - -

    - Control the navigation frame: -

    - -

    - You can focus and blur the search input: -

    - -
    - - \ No newline at end of file diff --git a/doc/alphabetical_index.html b/doc/codo/alphabetical_index.html similarity index 96% rename from doc/alphabetical_index.html rename to doc/codo/alphabetical_index.html index 61140db9..aef69071 100644 --- a/doc/alphabetical_index.html +++ b/doc/codo/alphabetical_index.html @@ -18,18 +18,15 @@

    Alphabetical Index

    Extra File Listing

    +

    Class Listing A-Z

    -
    • i
      • @@ -70,6 +67,16 @@
    +

    File Listing A-Z

    @@ -276,7 +283,7 @@