Skip to content

Commit ae87c1d

Browse files
committed
add
1 parent a9c4fcb commit ae87c1d

File tree

5 files changed

+78
-2
lines changed

5 files changed

+78
-2
lines changed

docs/source/_static/favicon.ico

1.12 KB
Binary file not shown.
5.34 KB
Loading

docs/source/_static/images/logo.png

6.8 KB
Loading

docs/source/conf.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Jee Vang'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.0.1'
25+
release = '1.0.0'
2626

2727

2828
# -- General configuration ---------------------------------------------------
@@ -65,4 +65,6 @@
6565
]
6666
html_show_sourcelink = False
6767
html_show_sphinx = False
68-
html_last_updated_fmt = '%b %d, %Y, %X'
68+
html_last_updated_fmt = '%b %d, %Y, %X'
69+
html_logo = '_static/images/logo-small.png'
70+
html_favicon = '_static/favicon.ico'

docs/source/index.rst

+74
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
PyPair
2323
======
2424

25+
PyPair is a statistical library to compute pairwise association between any two variables.
26+
2527
.. toctree::
2628
:maxdepth: 2
2729
:caption: Contents
@@ -42,3 +44,75 @@ Indices and tables
4244
* :ref:`genindex`
4345
* :ref:`modindex`
4446
* :ref:`search`
47+
48+
About
49+
=====
50+
51+
.. image:: _static/images/logo.png
52+
:alt: One-Off Coder logo.
53+
54+
One-Off Coder is an educational, service and product company. Please visit us online to discover how we may help you achieve life-long success in your personal coding career or with your company's business goals and objectives.
55+
56+
- |Website_Link|
57+
- |Facebook_Link|
58+
- |Twitter_Link|
59+
- |Instagram_Link|
60+
- |YouTube_Link|
61+
- |LinkedIn_Link|
62+
63+
.. |Website_Link| raw:: html
64+
65+
<a href="https://www.oneoffcoder.com" target="_blank">Website</a>
66+
67+
.. |Facebook_Link| raw:: html
68+
69+
<a href="https://www.facebook.com/One-Off-Coder-309817926496801/" target="_blank">Facebook</a>
70+
71+
.. |Twitter_Link| raw:: html
72+
73+
<a href="https://twitter.com/oneoffcoder" target="_blank">Twitter</a>
74+
75+
.. |Instagram_Link| raw:: html
76+
77+
<a href="https://www.instagram.com/oneoffcoder/" target="_blank">Instagram</a>
78+
79+
.. |YouTube_Link| raw:: html
80+
81+
<a href="https://www.youtube.com/channel/UCCCv8Glpb2dq2mhUj5mcHCQ" target="_blank">YouTube</a>
82+
83+
.. |LinkedIn_Link| raw:: html
84+
85+
<a href="https://www.linkedin.com/company/one-off-coder/" target="_blank">LinkedIn</a>
86+
87+
Copyright
88+
=========
89+
90+
.. raw:: html
91+
92+
<embed>
93+
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/" target="_blank">Creative Commons Attribution 4.0 International License</a> by <a href="https://www.oneoffcoder.com" target="_blank">One-Off Coder</a>.
94+
<br />
95+
<br />
96+
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/" target="_blank">
97+
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" />
98+
</a>
99+
<br />
100+
<br />
101+
The full source code is available on <a href="https://github.com/oneoffcoder/py-pair" target="_blank">GitHub</a>.
102+
<br />
103+
<br />
104+
</embed>
105+
106+
Cite this book as follows.::
107+
108+
@misc{oneoffcoder_pypair_2020,
109+
title={PyPair, A Statistical API for Bivariate Association Measures},
110+
url={https://github.com/oneoffcoder/py-pair},
111+
author={Jee Vang},
112+
year={2020},
113+
month={Nov}}
114+
115+
Author
116+
======
117+
118+
Jee Vang, Ph.D.

0 commit comments

Comments
 (0)