mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Update Makefile and footer
This commit is contained in:
@@ -181,3 +181,6 @@ pseudoxml:
|
|||||||
$(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml
|
$(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml
|
||||||
@echo
|
@echo
|
||||||
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."
|
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."
|
||||||
|
|
||||||
|
serve:
|
||||||
|
cd $(BUILDDIR)/dirhtml && python3 -m http.server 8005
|
||||||
|
|||||||
Vendored
+10
@@ -40,3 +40,13 @@
|
|||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
{%- block footer %}
|
||||||
|
<div class="footer">
|
||||||
|
<div class="bodywrapper" style="display:block;position:relative;">
|
||||||
|
<div style="display:block;width:100%;padding-top:25%;"></div>
|
||||||
|
<div class="rpad" data-unit="4x1" style="position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;"></div>
|
||||||
|
</div>
|
||||||
|
{% if show_copyright %}<p>©{{ copyright }}</p>{% endif %}
|
||||||
|
</div>
|
||||||
|
{% endblock %}
|
||||||
|
|||||||
+2
-2
@@ -46,7 +46,7 @@ master_doc = 'index'
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'pythonguide'
|
project = u'pythonguide'
|
||||||
copyright = u'2016. A <a href="http://kennethreitz.com/pages/open-projects.html">Kenneth Reitz</a> Project. <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY-NC-SA 3.0</a>'
|
copyright = u'2011–2018 <a href="http://kennethreitz.com/pages/open-projects.html">Kenneth Reitz</a> & <a href="https://realpython.com">Real Python</a>. <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY-NC-SA 3.0</a>'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
@@ -241,7 +241,7 @@ man_pages = [
|
|||||||
epub_title = u'pythonguide'
|
epub_title = u'pythonguide'
|
||||||
epub_author = u'Kenneth Reitz'
|
epub_author = u'Kenneth Reitz'
|
||||||
epub_publisher = u'Kenneth Reitz'
|
epub_publisher = u'Kenneth Reitz'
|
||||||
epub_copyright = u'2016, Kenneth Reitz'
|
epub_copyright = u'2011–2018, Kenneth Reitz & Real Python'
|
||||||
|
|
||||||
# The language of the text. It defaults to the language option
|
# The language of the text. It defaults to the language option
|
||||||
# or en if the language is not set.
|
# or en if the language is not set.
|
||||||
|
|||||||
Reference in New Issue
Block a user