# HG changeset patch # User Ludovic Chabant # Date 1484632188 28800 # Node ID 7c39da93a0ce22d6e37f1cd2bb85c78fc5d02f49 # Parent 86eaab47f03b595366359ba1fae3a4070cfb8ee9 docs: Add logo, do a few text changes. diff -r 86eaab47f03b -r 7c39da93a0ce docs/_static/jouvence.jpg Binary file docs/_static/jouvence.jpg has changed diff -r 86eaab47f03b -r 7c39da93a0ce docs/_static/jouvence_logo.jpg Binary file docs/_static/jouvence_logo.jpg has changed diff -r 86eaab47f03b -r 7c39da93a0ce docs/conf.py --- a/docs/conf.py Mon Jan 16 09:33:00 2017 -0800 +++ b/docs/conf.py Mon Jan 16 21:49:48 2017 -0800 @@ -98,6 +98,8 @@ # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] +html_logo = '_static/jouvence_logo.jpg' + # -- Options for HTMLHelp output ------------------------------------------ diff -r 86eaab47f03b -r 7c39da93a0ce docs/index.rst --- a/docs/index.rst Mon Jan 16 09:33:00 2017 -0800 +++ b/docs/index.rst Mon Jan 16 21:49:48 2017 -0800 @@ -1,11 +1,7 @@ -######## -JOUVENCE -######## +.. image:: _static/jouvence.jpg - -`Fountain`_ is a plain text markup language for screenwriting. Jouvence -is a Python package for parsing and rendering Fountain documents. +Jouvence is a Python package for parsing and rendering `Fountain`_ documents. Jouvence supports: @@ -15,8 +11,11 @@ .. _fountain: http://fountain.io/ +Quickstart +========== + Installation -============ +------------ As with many Python packages, it's recommended that you use `virtualenv`_, but since Jouvence doesn't have many dependencies, you should be fine. @@ -37,7 +36,7 @@ Usage -===== +----- The Jouvence API goes pretty much like this:: @@ -53,7 +52,7 @@ Limitations -=========== +----------- Jouvence doesn't support the complete Fountain syntax yet. The following things are not implemented: diff -r 86eaab47f03b -r 7c39da93a0ce docs/raw/fontaine.jpg Binary file docs/raw/fontaine.jpg has changed diff -r 86eaab47f03b -r 7c39da93a0ce docs/raw/fontaine.psd Binary file docs/raw/fontaine.psd has changed diff -r 86eaab47f03b -r 7c39da93a0ce docs/raw/fontaine_logo.jpg Binary file docs/raw/fontaine_logo.jpg has changed diff -r 86eaab47f03b -r 7c39da93a0ce docs/raw/fontaine_logo.psd Binary file docs/raw/fontaine_logo.psd has changed diff -r 86eaab47f03b -r 7c39da93a0ce docs/raw/jouvence.psd Binary file docs/raw/jouvence.psd has changed diff -r 86eaab47f03b -r 7c39da93a0ce docs/raw/jouvence_logo.psd Binary file docs/raw/jouvence_logo.psd has changed