Skip to content

Commit 693c5e4

Browse files
authored
Merge pull request #677 from clab/add-logo
Added logo Former-commit-id: 0282746
2 parents d067799 + d537ae2 commit 693c5e4

File tree

9 files changed

+36
-10
lines changed

9 files changed

+36
-10
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# DyNet
1+
![DyNet](/doc/source/images/dynet_logo.png "DyNet")
2+
23
The Dynamic Neural Network Toolkit
34

45
**News!** The master branch is now DyNet version 2.0 (as of 6/28/2017), which contains a number of changes including a new model format, etc. If you're looking for the old version, check out the [v1.1 branch](https://github.com/clab/dynet/tree/v1.1).

doc/source/citing.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
.. _citing:
2+
3+
Citing/Logos
4+
============
5+
6+
If you use DyNet for research, please cite our `technical report <https://arxiv.org/abs/1701.03980>`_ as follows::
7+
8+
@article{dynet,
9+
title={DyNet: The Dynamic Neural Network Toolkit},
10+
author={Graham Neubig and Chris Dyer and Yoav Goldberg and Austin Matthews and Waleed Ammar and Antonios Anastasopoulos and Miguel Ballesteros and David Chiang and Daniel Clothiaux and Trevor Cohn and Kevin Duh and Manaal Faruqui and Cynthia Gan and Dan Garrette and Yangfeng Ji and Lingpeng Kong and Adhiguna Kuncoro and Gaurav Kumar and Chaitanya Malaviya and Paul Michel and Yusuke Oda and Matthew Richardson and Naomi Saphra and Swabha Swayamdipta and Pengcheng Yin},
11+
journal={arXiv preprint arXiv:1701.03980},
12+
year={2017}
13+
}
14+
15+
If you want to talk about DyNet in presentations, blog posts, etc., feel free to use one of the logos below!
16+
17+
.. image:: images/dynet_logo.png
18+
:align: center
19+
20+
.. image:: images/dynet_logo_bg.png
21+
:align: center
22+
23+
.. image:: images/dynet_logomark.png
24+
:align: center

doc/source/conf.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Dynet documentation build configuration file, created by
3+
# DyNet documentation build configuration file, created by
44
# sphinx-quickstart on Thu Oct 13 16:13:12 2016.
55
#
66
# This file is execfile()d with the current directory set to its
@@ -53,7 +53,7 @@
5353
breathe_projects = {"dynet": "../doxygen/xml/"}
5454
breathe_default_project = "dynet"
5555

56-
# Don't execute notebooks because it requires installing Dynet
56+
# Don't execute notebooks because it requires installing DyNet
5757
nbsphinx_execute = 'never'
5858

5959
# Add any paths that contain templates here, relative to this directory.
@@ -69,7 +69,7 @@
6969
master_doc = 'index'
7070

7171
# General information about the project.
72-
project = u'Dynet'
72+
project = u'DyNet'
7373
copyright = u'2016, Clab'
7474

7575
# The version info for the project you're documenting, acts as replacement for
@@ -143,7 +143,7 @@
143143

144144
# The name of an image file (relative to this directory) to place at the top
145145
# of the sidebar.
146-
#html_logo = None
146+
html_logo = "images/dynet_logo_white.png"
147147

148148
# The name of an image file (within the static path) to use as favicon of the
149149
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
@@ -202,7 +202,7 @@
202202
#html_file_suffix = None
203203

204204
# Output file base name for HTML help builder.
205-
htmlhelp_basename = 'Dynetdoc'
205+
htmlhelp_basename = 'DyNetdoc'
206206

207207

208208
# -- Options for LaTeX output ---------------------------------------------
@@ -222,7 +222,7 @@
222222
# (source start file, target name, title,
223223
# author, documentclass [howto, manual, or own class]).
224224
latex_documents = [
225-
('index', 'Dynet.tex', u'Dynet Documentation',
225+
('index', 'DyNet.tex', u'DyNet Documentation',
226226
u'Clab', 'manual'),
227227
]
228228

@@ -252,7 +252,7 @@
252252
# One entry per manual page. List of tuples
253253
# (source start file, name, description, authors, manual section).
254254
man_pages = [
255-
('index', 'dynet', u'Dynet Documentation',
255+
('index', 'dynet', u'DyNet Documentation',
256256
[u'Clab'], 1)
257257
]
258258

@@ -266,8 +266,8 @@
266266
# (source start file, target name, title, author,
267267
# dir menu entry, description, category)
268268
texinfo_documents = [
269-
('index', 'Dynet', u'Dynet Documentation',
270-
u'Clab', 'Dynet', 'One line description of project.',
269+
('index', 'DyNet', u'DyNet Documentation',
270+
u'Clab', 'DyNet', 'One line description of project.',
271271
'Miscellaneous'),
272272
]
273273

doc/source/images/dynet_logo.png

6.23 KB
Loading

doc/source/images/dynet_logo_bg.png

11.3 KB
Loading
5.73 KB
Loading
5.86 KB
Loading

doc/source/images/dynet_logomark.png

3.82 KB
Loading

doc/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ And we welcome your contributions!
5656
:maxdepth: 2
5757

5858
contributing
59+
citing
5960

6061

6162

0 commit comments

Comments
 (0)