From 3e901bde1e663d937a4f3944489dc3e6e2e2814b Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 7 Dec 2015 16:04:01 +0530 Subject: [PATCH] [docs] renamed app_development to app-development --- frappe/docs/current/api/utils/frappe.utils.bench_helper.html | 2 +- frappe/docs/current/api/utils/frappe.utils.html | 2 +- .../adding-module-icons-on-desktop.md | 0 .../{app_development => app-development}/custom-module-icon.md | 0 .../{app_development => app-development}/dialogs-types.md | 0 .../executing-code-on-doctype-events.md | 0 ...ustom-field-value-from-master-to-all-related-transactions.md | 0 .../{app_development => app-development}/generating-docs.md | 0 .../how-enable-developer-mode-in-frappe.md | 0 .../how-to-create-custom-fields-during-app-installation.md | 0 .../how-to-improve-a-standard-control.md | 0 .../user/guides/{app_development => app-development}/index.md | 0 .../user/guides/{app_development => app-development}/index.txt | 0 .../insert-a-document-via-api.md | 0 .../overriding-link-query-by-custom-script.md | 0 .../{app_development => app-development}/single-type-doctype.md | 0 .../trigger-event-on-deletion-of-grid-row.md | 0 .../using-html-templates-in-javascript.md | 0 frappe/docs/user/guides/index.txt | 2 +- 19 files changed, 3 insertions(+), 3 deletions(-) rename frappe/docs/user/guides/{app_development => app-development}/adding-module-icons-on-desktop.md (100%) rename frappe/docs/user/guides/{app_development => app-development}/custom-module-icon.md (100%) rename frappe/docs/user/guides/{app_development => app-development}/dialogs-types.md (100%) rename frappe/docs/user/guides/{app_development => app-development}/executing-code-on-doctype-events.md (100%) rename frappe/docs/user/guides/{app_development => app-development}/fetch-custom-field-value-from-master-to-all-related-transactions.md (100%) rename frappe/docs/user/guides/{app_development => app-development}/generating-docs.md (100%) rename frappe/docs/user/guides/{app_development => app-development}/how-enable-developer-mode-in-frappe.md (100%) rename frappe/docs/user/guides/{app_development => app-development}/how-to-create-custom-fields-during-app-installation.md (100%) rename frappe/docs/user/guides/{app_development => app-development}/how-to-improve-a-standard-control.md (100%) rename frappe/docs/user/guides/{app_development => app-development}/index.md (100%) rename frappe/docs/user/guides/{app_development => app-development}/index.txt (100%) rename frappe/docs/user/guides/{app_development => app-development}/insert-a-document-via-api.md (100%) rename frappe/docs/user/guides/{app_development => app-development}/overriding-link-query-by-custom-script.md (100%) rename frappe/docs/user/guides/{app_development => app-development}/single-type-doctype.md (100%) rename frappe/docs/user/guides/{app_development => app-development}/trigger-event-on-deletion-of-grid-row.md (100%) rename frappe/docs/user/guides/{app_development => app-development}/using-html-templates-in-javascript.md (100%) diff --git a/frappe/docs/current/api/utils/frappe.utils.bench_helper.html b/frappe/docs/current/api/utils/frappe.utils.bench_helper.html index c5a73083df..28066aa7ba 100644 --- a/frappe/docs/current/api/utils/frappe.utils.bench_helper.html +++ b/frappe/docs/current/api/utils/frappe.utils.bench_helper.html @@ -21,7 +21,7 @@ frappe.utils.bench_helper.app_group - (ctx, site=False, force=False, verbose=False, profile=False) + ()

No docs

diff --git a/frappe/docs/current/api/utils/frappe.utils.html b/frappe/docs/current/api/utils/frappe.utils.html index 78d2d4b227..1e21059813 100644 --- a/frappe/docs/current/api/utils/frappe.utils.html +++ b/frappe/docs/current/api/utils/frappe.utils.html @@ -300,7 +300,7 @@ frappe.utils.get_formatted_email (user)

-

get email id of user formatted as: John Doe johndoe@example.com

+

get email id of user formatted as: John Doe johndoe@example.com


diff --git a/frappe/docs/user/guides/app_development/adding-module-icons-on-desktop.md b/frappe/docs/user/guides/app-development/adding-module-icons-on-desktop.md similarity index 100% rename from frappe/docs/user/guides/app_development/adding-module-icons-on-desktop.md rename to frappe/docs/user/guides/app-development/adding-module-icons-on-desktop.md diff --git a/frappe/docs/user/guides/app_development/custom-module-icon.md b/frappe/docs/user/guides/app-development/custom-module-icon.md similarity index 100% rename from frappe/docs/user/guides/app_development/custom-module-icon.md rename to frappe/docs/user/guides/app-development/custom-module-icon.md diff --git a/frappe/docs/user/guides/app_development/dialogs-types.md b/frappe/docs/user/guides/app-development/dialogs-types.md similarity index 100% rename from frappe/docs/user/guides/app_development/dialogs-types.md rename to frappe/docs/user/guides/app-development/dialogs-types.md diff --git a/frappe/docs/user/guides/app_development/executing-code-on-doctype-events.md b/frappe/docs/user/guides/app-development/executing-code-on-doctype-events.md similarity index 100% rename from frappe/docs/user/guides/app_development/executing-code-on-doctype-events.md rename to frappe/docs/user/guides/app-development/executing-code-on-doctype-events.md diff --git a/frappe/docs/user/guides/app_development/fetch-custom-field-value-from-master-to-all-related-transactions.md b/frappe/docs/user/guides/app-development/fetch-custom-field-value-from-master-to-all-related-transactions.md similarity index 100% rename from frappe/docs/user/guides/app_development/fetch-custom-field-value-from-master-to-all-related-transactions.md rename to frappe/docs/user/guides/app-development/fetch-custom-field-value-from-master-to-all-related-transactions.md diff --git a/frappe/docs/user/guides/app_development/generating-docs.md b/frappe/docs/user/guides/app-development/generating-docs.md similarity index 100% rename from frappe/docs/user/guides/app_development/generating-docs.md rename to frappe/docs/user/guides/app-development/generating-docs.md diff --git a/frappe/docs/user/guides/app_development/how-enable-developer-mode-in-frappe.md b/frappe/docs/user/guides/app-development/how-enable-developer-mode-in-frappe.md similarity index 100% rename from frappe/docs/user/guides/app_development/how-enable-developer-mode-in-frappe.md rename to frappe/docs/user/guides/app-development/how-enable-developer-mode-in-frappe.md diff --git a/frappe/docs/user/guides/app_development/how-to-create-custom-fields-during-app-installation.md b/frappe/docs/user/guides/app-development/how-to-create-custom-fields-during-app-installation.md similarity index 100% rename from frappe/docs/user/guides/app_development/how-to-create-custom-fields-during-app-installation.md rename to frappe/docs/user/guides/app-development/how-to-create-custom-fields-during-app-installation.md diff --git a/frappe/docs/user/guides/app_development/how-to-improve-a-standard-control.md b/frappe/docs/user/guides/app-development/how-to-improve-a-standard-control.md similarity index 100% rename from frappe/docs/user/guides/app_development/how-to-improve-a-standard-control.md rename to frappe/docs/user/guides/app-development/how-to-improve-a-standard-control.md diff --git a/frappe/docs/user/guides/app_development/index.md b/frappe/docs/user/guides/app-development/index.md similarity index 100% rename from frappe/docs/user/guides/app_development/index.md rename to frappe/docs/user/guides/app-development/index.md diff --git a/frappe/docs/user/guides/app_development/index.txt b/frappe/docs/user/guides/app-development/index.txt similarity index 100% rename from frappe/docs/user/guides/app_development/index.txt rename to frappe/docs/user/guides/app-development/index.txt diff --git a/frappe/docs/user/guides/app_development/insert-a-document-via-api.md b/frappe/docs/user/guides/app-development/insert-a-document-via-api.md similarity index 100% rename from frappe/docs/user/guides/app_development/insert-a-document-via-api.md rename to frappe/docs/user/guides/app-development/insert-a-document-via-api.md diff --git a/frappe/docs/user/guides/app_development/overriding-link-query-by-custom-script.md b/frappe/docs/user/guides/app-development/overriding-link-query-by-custom-script.md similarity index 100% rename from frappe/docs/user/guides/app_development/overriding-link-query-by-custom-script.md rename to frappe/docs/user/guides/app-development/overriding-link-query-by-custom-script.md diff --git a/frappe/docs/user/guides/app_development/single-type-doctype.md b/frappe/docs/user/guides/app-development/single-type-doctype.md similarity index 100% rename from frappe/docs/user/guides/app_development/single-type-doctype.md rename to frappe/docs/user/guides/app-development/single-type-doctype.md diff --git a/frappe/docs/user/guides/app_development/trigger-event-on-deletion-of-grid-row.md b/frappe/docs/user/guides/app-development/trigger-event-on-deletion-of-grid-row.md similarity index 100% rename from frappe/docs/user/guides/app_development/trigger-event-on-deletion-of-grid-row.md rename to frappe/docs/user/guides/app-development/trigger-event-on-deletion-of-grid-row.md diff --git a/frappe/docs/user/guides/app_development/using-html-templates-in-javascript.md b/frappe/docs/user/guides/app-development/using-html-templates-in-javascript.md similarity index 100% rename from frappe/docs/user/guides/app_development/using-html-templates-in-javascript.md rename to frappe/docs/user/guides/app-development/using-html-templates-in-javascript.md diff --git a/frappe/docs/user/guides/index.txt b/frappe/docs/user/guides/index.txt index ee29cc30d8..d47785065a 100644 --- a/frappe/docs/user/guides/index.txt +++ b/frappe/docs/user/guides/index.txt @@ -1,5 +1,5 @@ basics -app_development +app-development deployment reports-and-printing portal-development