Browse code

font-awesome

GuangchuangYu authored on 06/09/2016 04:52:22
Showing 5 changed files

... ...
@@ -36,24 +36,19 @@ clean:
36 36
 	cd ..;\
37 37
 	$(RM) -r $(PKGNAME).Rcheck/
38 38
 
39
-mkdocs: featuredArticles.md index.md documentation.md
39
+mkdocs: mdfiles
40 40
 	cd mkdocs;\
41 41
 	mkdocs build;\
42 42
 	cd ../docs;\
43 43
 	rm -rf fonts;\
44 44
 	rm -rf css/font-awesome*
45 45
 
46
-index.md:
46
+mdfiles:
47 47
 	cd mkdocs;\
48
-	Rscript -e 'library(ypages); gendoc("private/index.md", "blue", "docs/index.md")'
49
-
50
-documentation.md:
51
-	cd mkdocs;\
52
-	Rscript -e 'library(ypages); gendoc("private/documentation.md", "blue", "docs/documentation.md")'
53
-
54
-featuredArticles.md:
55
-	cd mkdocs;\
56
-	Rscript -e 'library(ypages); gendoc("private/featuredArticles.md", "blue", "docs/featuredArticles.md")'
48
+	Rscript -e 'library(ypages); gendoc("private/index.md", "blue", "docs/index.md")';\
49
+	Rscript -e 'library(ypages); gendoc("private/documentation.md", "blue", "docs/documentation.md")';\
50
+	Rscript -e 'library(ypages); gendoc("private/featuredArticles.md", "blue", "docs/featuredArticles.md")';\
51
+	Rscript -e 'library(ypages); gendoc("private/faq.md", "blue", "docs/faq.md")'
57 52
 
58 53
 svnignore:
59 54
 	svn propset svn:ignore -F .svnignore .
... ...
@@ -144,6 +144,25 @@
144 144
 </div></div>
145 145
             <div class="col-md-9" role="main">
146 146
 
147
+<!-- AddToAny BEGIN -->
148
+
149
+<div class="a2a_kit a2a_kit_size_32 a2a_default_style">
150
+<a class="a2a_dd" href="//www.addtoany.com/share"></a>
151
+<a class="a2a_button_facebook"></a>
152
+<a class="a2a_button_twitter"></a>
153
+<a class="a2a_button_google_plus"></a>
154
+<a class="a2a_button_pinterest"></a>
155
+<a class="a2a_button_reddit"></a>
156
+<a class="a2a_button_sina_weibo"></a>
157
+<a class="a2a_button_wechat"></a>
158
+<a class="a2a_button_douban"></a>
159
+</div>
160
+
161
+<script async src="//static.addtoany.com/menu/page.js"></script>
162
+
163
+<!-- AddToAny END -->
164
+
165
+<p><link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css"></p>
147 166
 <h1 id="installation"><i class="fa fa-download"></i> Installation</h1>
148 167
 <h2 id="could-not-find-function"><i class="fa fa-angle-double-right"></i> Could not find function</h2>
149 168
 <p>If you got <a href="https://github.com/GuangchuangYu/ggtree/issues/12">this error</a>, please make sure you are using the latest R and <code>ggtree</code>. </p>
... ...
@@ -1,3 +1,21 @@
1
+<!-- AddToAny BEGIN -->
2
+<div class="a2a_kit a2a_kit_size_32 a2a_default_style">
3
+<a class="a2a_dd" href="//www.addtoany.com/share"></a>
4
+<a class="a2a_button_facebook"></a>
5
+<a class="a2a_button_twitter"></a>
6
+<a class="a2a_button_google_plus"></a>
7
+<a class="a2a_button_pinterest"></a>
8
+<a class="a2a_button_reddit"></a>
9
+<a class="a2a_button_sina_weibo"></a>
10
+<a class="a2a_button_wechat"></a>
11
+<a class="a2a_button_douban"></a>
12
+</div>
13
+<script async src="//static.addtoany.com/menu/page.js"></script>
14
+<!-- AddToAny END -->
15
+
16
+<link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css">
17
+
18
+
1 19
 # <i class="fa fa-download"></i> Installation
2 20
 
3 21
 ## <i class="fa fa-angle-double-right"></i> Could not find function 
... ...
@@ -15,6 +15,7 @@
15 15
 
16 16
 <link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css">
17 17
 
18
+
18 19
 Let us know if you have published using `ggtree` and your publication will be featured here.
19 20
 
20 21
 
... ...
@@ -2,6 +2,7 @@
2 2
 
3 3
 <link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css">
4 4
 
5
+
5 6
 Let us know if you have published using `ggtree` and your publication will be featured here.
6 7
 
7 8