All Projects → saeiddrv → SphinxMinooTheme

saeiddrv / SphinxMinooTheme

Licence: MIT license
A simple Sphinx theme with RTL support.

Programming Languages

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

Projects that are alternatives of or similar to SphinxMinooTheme

Hugo Theme Bootstrap4 Blog
A blogging-centric Bootstrap v4 theme for the Hugo static site generator.
Stars: ✭ 191 (+496.88%)
Mutual labels:  rtl
vga-clock
Show the time on a VGA monitor. Submitted for the Google MPW1 ASIC shuttle.
Stars: ✭ 48 (+50%)
Mutual labels:  rtl
hdl-tools
Facilitates building open source tools for working with hardware description languages (HDLs)
Stars: ✭ 56 (+75%)
Mutual labels:  rtl
Awesome Learning
Awesome Learning - Learn JavaScript and Front-End Fundamentals at your own pace
Stars: ✭ 216 (+575%)
Mutual labels:  rtl
React Datepicker
An easily internationalizable, accessible, mobile-friendly datepicker library for the web, build with styled-components.
Stars: ✭ 252 (+687.5%)
Mutual labels:  rtl
cnn open
A hardware implementation of CNN, written by Verilog and synthesized on FPGA
Stars: ✭ 157 (+390.63%)
Mutual labels:  rtl
Fpga readings
Recipe for FPGA cooking
Stars: ✭ 164 (+412.5%)
Mutual labels:  rtl
SaxonSoc
SoC based on VexRiscv and ICE40 UP5K
Stars: ✭ 112 (+250%)
Mutual labels:  rtl
SpinalDev
Docker Development Environment for SpinalHDL
Stars: ✭ 17 (-46.87%)
Mutual labels:  rtl
sphinx press theme
A Sphinx-doc theme based on Vuepress
Stars: ✭ 113 (+253.13%)
Mutual labels:  sphinx-theme
Riscv Mini
Simple RISC-V 3-stage Pipeline in Chisel
Stars: ✭ 221 (+590.63%)
Mutual labels:  rtl
Framevuerk
Fast, Responsive, Multi Language, Both Direction Support and Configurable UI Framework based on Vue.js.
Stars: ✭ 252 (+687.5%)
Mutual labels:  rtl
OpenROAD-flow-scripts
OpenROAD's scripts implementing an RTL-to-GDS Flow. Documentation at https://openroad-flow-scripts.readthedocs.io/en/latest/
Stars: ✭ 124 (+287.5%)
Mutual labels:  rtl
Gentelella Rtl
Free RTL Bootstrap 3 Admin Template
Stars: ✭ 194 (+506.25%)
Mutual labels:  rtl
rtl-md
📝 A simple markdown to html converter which knows the direction!
Stars: ✭ 27 (-15.62%)
Mutual labels:  rtl
React With Direction
Components to provide and consume RTL or LTR direction in React
Stars: ✭ 176 (+450%)
Mutual labels:  rtl
tree-core-cpu
A series of RISC-V soft core processor written from scratch. Now, we're using all open-source toolchain( chisel, mill, verilator, NEMU, AM and difftest framework, etc) to design and verify.
Stars: ✭ 22 (-31.25%)
Mutual labels:  rtl
sphinxcontrib-hdl-diagrams
Sphinx Extension which generates various types of diagrams from Verilog code.
Stars: ✭ 37 (+15.63%)
Mutual labels:  rtl
virtio
Virtio implementation in SystemVerilog
Stars: ✭ 38 (+18.75%)
Mutual labels:  rtl
PyChip-py-hcl
A Hardware Construct Language
Stars: ✭ 36 (+12.5%)
Mutual labels:  rtl

Minoo


Minoo is a simple Sphinx theme with supports right-to-left languages such as Persian.

Features

  • Material Colors
  • RTL language
  • Responsive
  • Google Analytics id
  • Social Links and Avatar
  • Free

Installation

Via package

  1. Installing from PyPI:

    $ pip install sphinx_minoo_theme
    
  2. Edit the Sphinx configuration file conf.py

    # At the top.
    import sphinx_minoo_theme
    
    # ...
    
    html_theme = "sphinx_minoo_theme"
    
    html_theme_path = [sphinx_minoo_theme.get_html_theme_path()]
    

Via git or download

  1. Copy sphinx_minoo_theme/sphinx_minoo_theme from repository into your documentation at _templates folder.

  2. Edit the Sphinx configuration file conf.py

    # ...
    
    html_theme = "sphinx_minoo_theme"
    
    html_theme_path = ["_templates"]
    

Customisation

  1. Put your avatar image file into static folder with avatar.jpg name.

Edit the theme configuration file theme.conf

  1. Change direction:

    direction = ltr
    
for "right-to-left" languages set on rtl
  1. Add your Google Analytics id:

    analytics_id = UA-XXXXX-X
    
  2. Add your website address and social links:

    website =
    facebook =
    googleplus =
    linkedin =
    twitter =
    github = https://github.com/saeiddrv/SphinxMinooTheme
    gitlab =
    bitbucket =
    
Whichever you don't want, left empty!

Edit the glossary.html file

  1. In this way, you can change the theme words!

License

The MIT License (MIT)

Gratitude

sphinx_rtd_theme helped me build this theme.

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