Browse Source

[docs] renamed app_development to app-development

version-14
Anand Doshi 9 years ago
parent
commit
3e901bde1e
19 changed files with 3 additions and 3 deletions
  1. +1
    -1
      frappe/docs/current/api/utils/frappe.utils.bench_helper.html
  2. +1
    -1
      frappe/docs/current/api/utils/frappe.utils.html
  3. +0
    -0
      frappe/docs/user/guides/app-development/adding-module-icons-on-desktop.md
  4. +0
    -0
      frappe/docs/user/guides/app-development/custom-module-icon.md
  5. +0
    -0
      frappe/docs/user/guides/app-development/dialogs-types.md
  6. +0
    -0
      frappe/docs/user/guides/app-development/executing-code-on-doctype-events.md
  7. +0
    -0
      frappe/docs/user/guides/app-development/fetch-custom-field-value-from-master-to-all-related-transactions.md
  8. +0
    -0
      frappe/docs/user/guides/app-development/generating-docs.md
  9. +0
    -0
      frappe/docs/user/guides/app-development/how-enable-developer-mode-in-frappe.md
  10. +0
    -0
      frappe/docs/user/guides/app-development/how-to-create-custom-fields-during-app-installation.md
  11. +0
    -0
      frappe/docs/user/guides/app-development/how-to-improve-a-standard-control.md
  12. +0
    -0
      frappe/docs/user/guides/app-development/index.md
  13. +0
    -0
      frappe/docs/user/guides/app-development/index.txt
  14. +0
    -0
      frappe/docs/user/guides/app-development/insert-a-document-via-api.md
  15. +0
    -0
      frappe/docs/user/guides/app-development/overriding-link-query-by-custom-script.md
  16. +0
    -0
      frappe/docs/user/guides/app-development/single-type-doctype.md
  17. +0
    -0
      frappe/docs/user/guides/app-development/trigger-event-on-deletion-of-grid-row.md
  18. +0
    -0
      frappe/docs/user/guides/app-development/using-html-templates-in-javascript.md
  19. +1
    -1
      frappe/docs/user/guides/index.txt

+ 1
- 1
frappe/docs/current/api/utils/frappe.utils.bench_helper.html View File

@@ -21,7 +21,7 @@
<a name="frappe.utils.bench_helper.app_group" href="#frappe.utils.bench_helper.app_group" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>
frappe.utils.bench_helper.<b>app_group</b>
<i class="text-muted">(ctx, site=False, force=False, verbose=False, profile=False)</i>
<i class="text-muted">()</i>
</p>
<div class="docs-attr-desc"><p><span class="text-muted">No docs</span></p>
</div>


+ 1
- 1
frappe/docs/current/api/utils/frappe.utils.html View File

@@ -300,7 +300,7 @@
frappe.utils.<b>get_formatted_email</b>
<i class="text-muted">(user)</i>
</p>
<div class="docs-attr-desc"><p>get email id of user formatted as: John Doe <a href="&#109;&#x61;&#105;&#x6c;&#116;&#x6f;&#58;&#x6a;o&#104;&#x6e;d&#x6f;&#x65;&#x40;&#101;&#120;&#97;&#109;&#112;&#x6c;&#x65;&#x2e;&#99;&#111;&#x6d;">&#x6a;o&#104;&#x6e;d&#x6f;&#x65;&#x40;&#101;&#120;&#97;&#109;&#112;&#x6c;&#x65;&#x2e;&#99;&#111;&#x6d;</a></p>
<div class="docs-attr-desc"><p>get email id of user formatted as: John Doe <a href="&#x6d;&#97;&#105;&#x6c;&#x74;&#x6f;&#58;&#x6a;&#x6f;&#104;&#x6e;&#x64;&#x6f;&#x65;&#64;&#101;&#120;&#97;m&#112;l&#101;.c&#x6f;&#x6d;">&#x6a;&#x6f;&#104;&#x6e;&#x64;&#x6f;&#x65;&#64;&#101;&#120;&#97;m&#112;l&#101;.c&#x6f;&#x6d;</a></p>
</div>
<br>



frappe/docs/user/guides/app_development/adding-module-icons-on-desktop.md → frappe/docs/user/guides/app-development/adding-module-icons-on-desktop.md View File


frappe/docs/user/guides/app_development/custom-module-icon.md → frappe/docs/user/guides/app-development/custom-module-icon.md View File


frappe/docs/user/guides/app_development/dialogs-types.md → frappe/docs/user/guides/app-development/dialogs-types.md View File


frappe/docs/user/guides/app_development/executing-code-on-doctype-events.md → frappe/docs/user/guides/app-development/executing-code-on-doctype-events.md View File


frappe/docs/user/guides/app_development/fetch-custom-field-value-from-master-to-all-related-transactions.md → frappe/docs/user/guides/app-development/fetch-custom-field-value-from-master-to-all-related-transactions.md View File


frappe/docs/user/guides/app_development/generating-docs.md → frappe/docs/user/guides/app-development/generating-docs.md View File


frappe/docs/user/guides/app_development/how-enable-developer-mode-in-frappe.md → frappe/docs/user/guides/app-development/how-enable-developer-mode-in-frappe.md View File


frappe/docs/user/guides/app_development/how-to-create-custom-fields-during-app-installation.md → frappe/docs/user/guides/app-development/how-to-create-custom-fields-during-app-installation.md View File


frappe/docs/user/guides/app_development/how-to-improve-a-standard-control.md → frappe/docs/user/guides/app-development/how-to-improve-a-standard-control.md View File


frappe/docs/user/guides/app_development/index.md → frappe/docs/user/guides/app-development/index.md View File


frappe/docs/user/guides/app_development/index.txt → frappe/docs/user/guides/app-development/index.txt View File


frappe/docs/user/guides/app_development/insert-a-document-via-api.md → frappe/docs/user/guides/app-development/insert-a-document-via-api.md View File


frappe/docs/user/guides/app_development/overriding-link-query-by-custom-script.md → frappe/docs/user/guides/app-development/overriding-link-query-by-custom-script.md View File


frappe/docs/user/guides/app_development/single-type-doctype.md → frappe/docs/user/guides/app-development/single-type-doctype.md View File


frappe/docs/user/guides/app_development/trigger-event-on-deletion-of-grid-row.md → frappe/docs/user/guides/app-development/trigger-event-on-deletion-of-grid-row.md View File


frappe/docs/user/guides/app_development/using-html-templates-in-javascript.md → frappe/docs/user/guides/app-development/using-html-templates-in-javascript.md View File


+ 1
- 1
frappe/docs/user/guides/index.txt View File

@@ -1,5 +1,5 @@
basics
app_development
app-development
deployment
reports-and-printing
portal-development


Loading…
Cancel
Save