From e827c505bc8175c04ad50353f62c426923138803 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 5 Nov 2015 16:07:29 +0530 Subject: [PATCH] minor fix --- frappe/docs/user/guides/app_development/generating-docs.md | 1 - frappe/templates/pages/me.html | 5 ++++- frappe/utils/setup_docs.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/frappe/docs/user/guides/app_development/generating-docs.md b/frappe/docs/user/guides/app_development/generating-docs.md index 1c8e616c19..ce6614873a 100644 --- a/frappe/docs/user/guides/app_development/generating-docs.md +++ b/frappe/docs/user/guides/app_development/generating-docs.md @@ -10,7 +10,6 @@ Frappe version 6.7 onwards includes a full-blown documentation generator so that The first step is to setup the docs folder. For that you must create a new file in your app `config/docs.py` if it is not auto-generated. In your `docs.py` file, add the following module properties. - from __future__ import unicode_literals source_link = "https://github.com/[orgname]/[reponame]" docs_base_url = "https://[orgname].github.io/[reponame]" diff --git a/frappe/templates/pages/me.html b/frappe/templates/pages/me.html index 913d259ce4..50779ffd48 100644 --- a/frappe/templates/pages/me.html +++ b/frappe/templates/pages/me.html @@ -10,10 +10,13 @@
-

{{ fullname }}

+

{{ fullname }}