We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3615d commit b107dd2Copy full SHA for b107dd2
docs/source/conf.py
@@ -70,7 +70,7 @@
70
71
# General information about the project.
72
project = u'BladeX'
73
-copyright = u'2018, BladeX contributors'
+copyright = u'2018-2019, BladeX contributors'
74
author = u'BladeX contributors'
75
76
# autoclass
@@ -81,7 +81,7 @@
81
# built documents.
82
#
83
# The short X.Y version.
84
-version = '0.0.1'
+version = '0.1'
85
# The full version, including alpha/beta/rc tags.
86
release = version
87
docs/source/index.rst
@@ -1,6 +1,11 @@
1
Welcome to BladeX's documentation!
2
===================================================
3
4
+.. image:: _static/logo_bladex.png
5
+ :height: 150px
6
+ :width: 150 px
7
+ :align: right
8
+
9
Description
10
^^^^^^^^^^^^
11
0 commit comments