Skip to content

Commit

Permalink
Added the logo to the front page.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Mar 12, 2015
1 parent a1988d2 commit 0657b0c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
4 changes: 4 additions & 0 deletions source/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
div.floatleft {
width: 150px;
float: left;
}
5 changes: 5 additions & 0 deletions source/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{# layout.html #}
{# Import the theme's layout. #}
{% extends "!layout.html" %}

{% set css_files = css_files + ['_static/custom.css'] %}
6 changes: 3 additions & 3 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1.0'
version = ''
# The full version, including alpha/beta/rc tags.
release = '0.1.0'
release = ''

# Configuration bits for Ablog
blog_path = 'blog'
Expand Down Expand Up @@ -145,7 +145,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['../_static']
html_static_path = ['_static',]

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
Expand Down
10 changes: 5 additions & 5 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ PyDy: Multibody Dynamics with Python
Introduction
------------

.. container:: floatleft

.. image:: assets/pydy-logo.svg
:width: 200px

Welcome to the PyDy project website. PyDy, short for Python Dynamics, is a both
a *workflow* that utlizes an array of scientific tools written in the Python
programming language to study multibody dynamics and a set of software packages
Expand Down Expand Up @@ -37,8 +42,3 @@ Site Overview
examples/examples
history
gsoc

Blog
----

.. postlist:: 4

0 comments on commit 0657b0c

Please sign in to comment.