Skip to main content

A sphinx theme for generate gotalk style presentation. #sphinxjp

Project description

Go talks style presentation theme for Sphinx.

travis coveralls.io latest version license requires.io

Output Sample

output:

https://sphinxjpthemesgopher.readthedocs.io

source:

https://sphinxjpthemesgopher.readthedocs.io/_sources/index.rst.txt

Features

  • Provide Go talks style theme for render presetation.

  • You don’t need to learn a special directive and role. All you have to know generally ReStructuredText.

  • Support PDF export.

  • Support Presenter notes.

  • Support OGP tags.

PDF Export

Presentations can be exported to PDF via a print stylesheet. This feature requires that you use Google Chrome or Chromium.

  1. Open your presentation.

  2. Open the in-browser print dialog (CMD+P).

  3. Change the Destination setting to Save as PDF.

  4. Click Save.

Presenter Notes

1. Embed notes

.. rst-class:: presenter-notes

  Lorem ipsum dolor sit amet, consectetur adipisicing elit,
  sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

2. Turrn on note_enabled in conf.py

html_theme_options  = {
   'note_enabled': True, # => default False.
}

This will allow you to open a second window by pressing ‘N’ from your browser displaying your slides. The second window is completely synced with your main window, except that presenter notes are only visible on the second window.

https://raw.githubusercontent.com/tell-k/sphinxjp.themes.gopher/master/docs/_static/img/presenter-notes.png

OGP Tags

You can add OGP settings in conf.py.

html_theme_options  = {
    # for canonical
    'canonical':'https://sphinxjpthemesgopher.readthedocs.io',

    # for title and "og:title" and "twitter:title"
    'ogp_title':'Sphinxjp.themes.gopher',

    # for "og:image" and "twitter:image"
    'ogp_image':'https://sphinxjpthemesgopher.readthedocs.io/_static/img/ogp.png',

    # for description and "og:description" and "twitter:description"
    'ogp_description':'A sphinx theme for generate gotalk style presentation. #sphinxjp',

    # for "og:url"
    'og_url':'https://sphinxjpthemesgopher.readthedocs.io',

    # for "og:site_name"
    'og_site_name':'readthedocs',

    # for "og:type"
    'og_type':'article',

    # for "article:author"
    'og_author':'https://github.com/tell-k',

    # for "twitter:card". default "summary"
    'twitter_card_type':'summary_large_image',

    # for "twitter:site"
    'twitter_card_site':'@tell_k',

    # for "twitter:creator"
    'twitter_card_creator':'@tell_k',
}

Caution

Set up

Make environment with pip:

$ pip install sphinxjp.themes.gopher

Convert Usage

setup conf.py with:

extensions = ['sphinxjp.themes.gopher']
html_theme = 'gopher'
html_use_index = False

and run:

$ make html

Requirement

  • Python 2.7 or later

  • Sphinx 1.3.x or later.

Using

License

See the src/LICENSE.txt file for specific terms.

AUTHORS

Sphinx template, css, packaging

  • tell-k <ffk2005 at gmail.com>

History

0.2.2 (Sep 25, 2018)

  • Fixed “Title slide” styles.

0.2.1 (Sep 22, 2018)

  • Add support for embedding canonical tags

0.2.0 (Sep 22, 2018)

  • Catch up with latest golang/tools static files.

  • Add support for display on mobile.

  • Add support for presenter notes.

  • Add support for OGP tag embedding.

  • Add Python 3.7 support.

0.1.1 (Mar 6, 2018)

0.1.0 (Nov 23, 2015)

  • First release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinxjp.themes.gopher-0.2.2.tar.gz (608.9 kB view details)

Uploaded Source

Built Distribution

sphinxjp.themes.gopher-0.2.2-py2.py3-none-any.whl (17.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file sphinxjp.themes.gopher-0.2.2.tar.gz.

File metadata

  • Download URL: sphinxjp.themes.gopher-0.2.2.tar.gz
  • Upload date:
  • Size: 608.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0

File hashes

Hashes for sphinxjp.themes.gopher-0.2.2.tar.gz
Algorithm Hash digest
SHA256 5a6bf0d5adce19d71b62739260af3b06e85fee513841afeeff5076f362120963
MD5 f8d5c05f35f91ce924a7dc40e165e088
BLAKE2b-256 69b87a5a043f91a7db60d9976321e0e33ad508484ffd21e2e1312aec7986d99d

See more details on using hashes here.

File details

Details for the file sphinxjp.themes.gopher-0.2.2-py2.py3-none-any.whl.

File metadata

  • Download URL: sphinxjp.themes.gopher-0.2.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 17.6 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0

File hashes

Hashes for sphinxjp.themes.gopher-0.2.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e5fb6ff7d5a2bbade054bd96bf701a5167edc9d567d4ef8661c114687be0e62c
MD5 d5f94d4d9d69f9923a1ab154d6e32cdc
BLAKE2b-256 cfec34ab90ceffdf60a765ba2ffae0049fca4e30661c9829bf4dc53e07ed0f7a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page