sphinxnotes-data

Documentation Status Open Source License PyPI Package PyPI Package Downloads GitHub Repository

Introduction

Warning

PRE-RELEAST, DO NOT use it.

This extension provides the underlying functionality for sphinxnotes-any.

Getting Started

Note

We assume you already have a Sphinx documentation, if not, see Getting Started with Sphinx.

First, downloading extension from PyPI:

$ pip install sphinxnotes-data

Then, add the extension name to extensions configuration item in your conf.py:

extensions = [
          # …
          'sphinxnotes.data',
          # …
          ]

Contents

Contents

The Sphinx Notes Project

The project is developed by Shengyu Zhang, as part of The Sphinx Notes Project.

The Sphinx Notes Project