All Projects → sphinx-contrib → emojicodes

sphinx-contrib / emojicodes

Licence: BSD-3-Clause license
An extension to use emoji codes in your Sphinx documentation! 😍

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to emojicodes

matlabdomain
A Sphinx extension for documenting Matlab code
Stars: ✭ 34 (-12.82%)
Mutual labels:  sphinx, sphinxcontrib, sphinx-extension
Twemoji
Emoji for everyone. https://twemoji.twitter.com/
Stars: ✭ 13,604 (+34782.05%)
Mutual labels:  emoji, twemoji
Emoji Mart
One component to pick them all 👊🏼
Stars: ✭ 4,687 (+11917.95%)
Mutual labels:  emoji, twemoji
autodoc pydantic
Seamlessly integrate pydantic models in your Sphinx documentation.
Stars: ✭ 60 (+53.85%)
Mutual labels:  sphinx, sphinx-extension
sphinx-wavedrom
A sphinx extension that allows including wavedrom diagrams by using its text-based representation
Stars: ✭ 26 (-33.33%)
Mutual labels:  sphinx, sphinx-extension
openapi
OpenAPI (fka Swagger) spec renderer for Sphinx.
Stars: ✭ 78 (+100%)
Mutual labels:  sphinx, sphinx-extension
EmojiBuilder
Construct (or destruct) emoji from layered SVGs
Stars: ✭ 13 (-66.67%)
Mutual labels:  emoji, twemoji
sphinxcontrib-django
This is a sphinx extension which improves the documentation of Django apps.
Stars: ✭ 37 (-5.13%)
Mutual labels:  sphinx, sphinx-extension
httpdomain
Documenting RESTful HTTP APIs
Stars: ✭ 51 (+30.77%)
Mutual labels:  sphinxcontrib, sphinx-extension
autoprogram
Documenting CLI programs
Stars: ✭ 37 (-5.13%)
Mutual labels:  sphinxcontrib, sphinx-extension
sphinx-codeautolink
Automatic links from code examples to reference documentation
Stars: ✭ 41 (+5.13%)
Mutual labels:  sphinx, sphinx-extension
sphinxcontrib-hdl-diagrams
Sphinx Extension which generates various types of diagrams from Verilog code.
Stars: ✭ 37 (-5.13%)
Mutual labels:  sphinx, sphinx-extension
sphinx rtd dark mode
Adds a toggleable dark mode to the Read the Docs theme for Sphinx.
Stars: ✭ 29 (-25.64%)
Mutual labels:  sphinx, sphinx-extension
sphinx-revealjs
Presentation builder for Pythonista
Stars: ✭ 56 (+43.59%)
Mutual labels:  sphinx, sphinx-extension
sphinx-hoverxref
Sphinx extension to show tooltips with content embedded when hover a reference.
Stars: ✭ 77 (+97.44%)
Mutual labels:  sphinx, sphinx-extension
sphinx-toolbox
Box of handy tools for Sphinx 🧰 📔
Stars: ✭ 55 (+41.03%)
Mutual labels:  sphinx, sphinx-extension
sphinxcontrib-programoutput
Sphinx extension for capturing program output
Stars: ✭ 29 (-25.64%)
Mutual labels:  sphinx, sphinx-extension
emojibot
A Slack bot that joins the conversation with emojis.
Stars: ✭ 22 (-43.59%)
Mutual labels:  emoji
readthedocs-sphinx-search
Enable search-as-you-type feature for docs hosted by RTD.
Stars: ✭ 24 (-38.46%)
Mutual labels:  sphinx-extension
sphinx materialdesign theme
Material Design Html Theme for Sphinx.
Stars: ✭ 71 (+82.05%)
Mutual labels:  sphinx

Sphinx Emoji Codes

An extension to use emoji codes in your Sphinx documentation!

pip install sphinxemoji

Usage

Enable the Sphinx extension(s) in your conf.py file:

extensions = [
    '...',
    'sphinxemoji.sphinxemoji',
]

Then you can use emoji code replacements by writing them between bars:

This text includes a smiley face |:smile:| and a snake too! |:snake:|

Don't you love it? |:heart_eyes:|

If you want a consistent emoji style, you can set it in your conf.py file:

sphinxemoji_style = 'twemoji'

You can find the list of all supported emoji codes in the project's documentation page.

Notes

Emoji substitutions are processed after default substitutions like |release|, |version| and |today|, but before any other substitutions in source files (i.e. emoji substitutions can be overriden).

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].