A simple, clean, friendly, and less-configured Sphinx theme
Project description
Queclinkdoc is a simple, clean, and less-configured theme for the Sphinx documentation system developed by Queclink Wireless Solutions Co., Ltd.
We show the global TOC tree of the documentation in a drop-down list at the head of the page, and even if you browse to the end of the page, this TOC tree will still be fixed at the head, so you can jump to other pages at any time.
We recommend using Google Chrome or Firefox to read the generated documentation.
You can make and install queclinkdoc theme like this:
py setup.py sdist
py -m pip install dist\queclinkdoc-x.x.tar.gz
When using the ref directive to jump to the top of the page, for a good experience, please name the label at the top of the page with headlabel- as a prefix, for example:
1 .. _headlabel-page-title:
2
3 Page Title
4 ===========
5
In addition, this theme supports the following custom HTML options:
toc_background_color
Used to specify the background color of the title area at the head of the page, the default is Blue (#2B579A), for example, you can change it to Green like this:
html_theme_options = { 'toc_background_color': '#008080', }
zoomout_asize
Can be true or false, default is true. The font size of the <a> tag whose first character is a capital letter will be reduced to 0.95em when it is true, and will not be reduced when it is false. You can change it to false like this:
html_theme_options = { 'zoomout_asize': 'false', }
snapshot.png is a snapshot of the queclinkdoc theme.
If you have any questions or suggestions, please contact us, thanks in advance.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file queclinkdoc-2.2-py2.py3-none-any.whl
.
File metadata
- Download URL: queclinkdoc-2.2-py2.py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2b81b7d208e4b702b4ec13849f94164a86033f93f3918f5a95cb3de00348928 |
|
MD5 | c247b9f90da1b44ab19a8cc593fe9c77 |
|
BLAKE2b-256 | 71016eb77fa201c8564553077e853aa9995bcbca16c55b484db0ed671423c4d4 |