sphinxnotes-poc

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

Introduction

Warning

Currently, this extension is only used internally in Sphinx Notes and NO availability/stability guarantees.

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-poc

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

extensions = [
          # …
          'sphinxnotes.poc',
          # …
          ]
  • Progress: 0.25 0.25

  • Progress: 25% 25%

  • Progress: 25/100 25/100

  • Progress: 0% 0%, Progress: 20% 20%, Progress: 40% 40%, Progress: 60% 60%, Progress: 100% 100%

- :progress:`0.25`
- :progress:`25%`
- :progress:`25/100`
- :progress:`0%`, :progress:`20%`, :progress:`40%`, :progress:`60%`, :progress:`100%`

Contents

Contents

The Sphinx Notes Project

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

The Sphinx Notes Project