All Projects → executablebooks → Sphinx Book Theme

executablebooks / Sphinx Book Theme

Licence: bsd-3-clause
A lightweight book theme built off of the pydata sphinx theme

Projects that are alternatives of or similar to Sphinx Book Theme

Image Captions
BERT + Image Captioning
Stars: ✭ 79 (-8.14%)
Mutual labels:  jupyter-notebook
Glove As A Tensorflow Embedding Layer
Taking a pretrained GloVe model, and using it as a TensorFlow embedding weight layer **inside the GPU**. Therefore, you only need to send the index of the words through the GPU data transfer bus, reducing data transfer overhead.
Stars: ✭ 85 (-1.16%)
Mutual labels:  jupyter-notebook
Knet.jl
Koç University deep learning framework.
Stars: ✭ 1,260 (+1365.12%)
Mutual labels:  jupyter-notebook
Rna Seq Tsne
The art of using t-SNE for single-cell transcriptomics
Stars: ✭ 85 (-1.16%)
Mutual labels:  jupyter-notebook
Mobilenetssdface
Caffe implementation of Mobilenet-SSD face detector (NCS compatible)
Stars: ✭ 85 (-1.16%)
Mutual labels:  jupyter-notebook
Gemfield
Gemfield homework or libgemfield.so
Stars: ✭ 84 (-2.33%)
Mutual labels:  jupyter-notebook
Jupytemplate
Templates for jupyter notebooks
Stars: ✭ 85 (-1.16%)
Mutual labels:  jupyter-notebook
Tensorflow Tutorial
Stars: ✭ 85 (-1.16%)
Mutual labels:  jupyter-notebook
Compling nlp hse course
Материалы курса по компьютерной лингвистике Школы Лингвистики НИУ ВШЭ
Stars: ✭ 85 (-1.16%)
Mutual labels:  jupyter-notebook
Aureliengeron
“Hands-On Machine Learning with Scikit-Learn and TensorFlow” Excerpt From: Aurélien Géron. “Hands-On Machine Learning with Scikit-Learn and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems.” iBooks.
Stars: ✭ 85 (-1.16%)
Mutual labels:  jupyter-notebook
Simple blockchain in 5 minutes
This is the code for "Simple Blockchain in 5 Minutes" By Siraj Raval on Youtube
Stars: ✭ 85 (-1.16%)
Mutual labels:  jupyter-notebook
Plotly ipywidget notebooks
Stars: ✭ 84 (-2.33%)
Mutual labels:  jupyter-notebook
Convgp
Convolutional Gaussian processes based on GPflow.
Stars: ✭ 85 (-1.16%)
Mutual labels:  jupyter-notebook
Manifold Learning
Introduction to manifold learning - mathematical theory and applied python examples (Multidimensional Scaling, Isomap, Locally Linear Embedding, Spectral Embedding/Laplacian Eigenmaps)
Stars: ✭ 84 (-2.33%)
Mutual labels:  jupyter-notebook
Ganspace
Discovering Interpretable GAN Controls [NeurIPS 2020]
Stars: ✭ 1,224 (+1323.26%)
Mutual labels:  jupyter-notebook
Data science
Notebooks de análises e projetos de Data Science em Python
Stars: ✭ 85 (-1.16%)
Mutual labels:  jupyter-notebook
Local light field synthesis
Local Light Field Synthesis (Pratul P. Srinivasan, Tongzhou Wang, Ashwin Sreelal, Ravi Ramamoorthi, Ren Ng ICCV 2017)
Stars: ✭ 86 (+0%)
Mutual labels:  jupyter-notebook
Training Material
A collection of code examples as well as presentations for training purposes
Stars: ✭ 85 (-1.16%)
Mutual labels:  jupyter-notebook
100 Plus Python Programming Exercises Extended
100+ python programming exercise problem discussed ,explained and solved in different ways
Stars: ✭ 1,250 (+1353.49%)
Mutual labels:  jupyter-notebook
Differentiable neural computer live
Stars: ✭ 85 (-1.16%)
Mutual labels:  jupyter-notebook

sphinx-book-theme

codecov Documentation Status PyPI

An interactive book theme for Sphinx.

This is a lightweight Sphinx theme designed to mimic the look-and-feel of an interactive book. It has the following primary features:

  • Bootstrap 4 for visual elements and functionality.
  • Flexible content layout that is inspired by beautiful online books, such as the Edward Tufte CSS guide
  • Visual classes designed for Jupyter Notebooks. Cell inputs, outputs, and interactive functionality are all supported.
  • Launch buttons for online interactivity. For pages that are built with computational material, connect your site to an online BinderHub for interactive content.

Get started

To get started with sphinx-book-theme, first install it with pip:

pip install sphinx-book-theme

then, activate the theme in your Sphinx configuration (conf.py):

...
html_theme = "sphinx_book_theme"
...

This will activate the Sphinx Book Theme for your documentation. Note that you may need to change your html_theme_options configuration depending on your previous theme. See the pages to the left for information about what you can configure with sphinx-book-theme.

Documentation

See the Sphinx Book Theme documentation for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].