From 0dc61772171f33edb90f1778e3a01a97dc7a0433 Mon Sep 17 00:00:00 2001 From: Sandra Wills Date: Tue, 10 May 2016 10:16:22 -0400 Subject: [PATCH 1/2] updated video link in quickstart with link from danlondon/ansible marketing --- docsite/rst/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/quickstart.rst b/docsite/rst/quickstart.rst index 1f6957b4336..33a41b6515e 100644 --- a/docsite/rst/quickstart.rst +++ b/docsite/rst/quickstart.rst @@ -3,7 +3,7 @@ Quickstart Video We've recorded a short video that shows how to get started with Ansible that you may like to use alongside the documentation. -The `quickstart video `_ is about 30 minutes long and will show you some of the basics about your +The `quickstart video `_ is about 30 minutes long and will show you some of the basics about your first steps with Ansible. Enjoy, and be sure to visit the rest of the documentation to learn more. From 5da63e18a6f5bb100304480185d54419676a2f06 Mon Sep 17 00:00:00 2001 From: Sandra Wills Date: Tue, 10 May 2016 10:30:05 -0400 Subject: [PATCH 2/2] updating and cleaning up the appearance of the copyright date and footer content --- docsite/_themes/srtd/footer.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docsite/_themes/srtd/footer.html b/docsite/_themes/srtd/footer.html index dc1d70a4d1f..530ed782da9 100644 --- a/docsite/_themes/srtd/footer.html +++ b/docsite/_themes/srtd/footer.html @@ -22,13 +22,14 @@

- © Copyright 2016 Ansible, Inc.. + Copyright © 2016 Red Hat, Inc. +
{%- if last_updated %} {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %} {%- endif %}

- +

Ansible docs are generated from GitHub sources using Sphinx using a theme provided by Read the Docs. {% if pagename.endswith("_module") %}. Module documentation is not edited directly, but is generated from the source code for the modules. To submit an update to module docs, edit the 'DOCUMENTATION' metadata in the core and extras modules source repositories. {% endif %} - +