GitXplorerGitXplorer
v

unicode_book

public
230 stars
33 forks
0 issues

Commits

List of commits on branch main.
Verified
077c2cd818f648abbe068f238e7369381ba507da

Merge pull request #29 from timoteostewart/main

vvstinner committed a year ago
Verified
dea719827c364ba39cdd3581b4841d835a53bd6e

fix typo "an" to "and"

ttimoteostewart committed a year ago
Verified
59726530163c0d26f6d42f3af067801b99a877df

Update good_practices.rst

ttimoteostewart committed a year ago
Unverified
7de9534c0e396a87b34c756141e0e742b1ff97d7

Update README

vvstinner committed a year ago
Unverified
71a961ba3bd08d6b5efe1d26851a40ed9319e888

Fix .readthedocs.yaml config file path

vvstinner committed a year ago
Unverified
dabbe9b0397d02742634440804481fd807fc9e89

Add .readthedocs.yaml configuration

vvstinner committed a year ago

README

The README file for this repository.

About

"Programming with Unicode" is a book written by Victor Stinner.

Read the book online <https://unicodebook.readthedocs.io>_.

Dependencies

  • Sphinx <https://www.sphinx-doc.org/en/master/>_ 7.0 or more recent: python -m pip install -U sphinx.

  • make html:

    • sudo apt-get install dvipng (for pngmath)
  • make pdf:

    • edit conf.py to enable rst2pdf.pdfbuilder extension: edit extensions line
    • sudo apt-get install rst2pdf
    • sudo apt-get install python-matplotlib
    • make pdf
  • make latex:

    • Debian: sudo apt-get install texlive-latex-base texlive-lang-cyrillic
    • Fedora: sudo yum install texlive-latex
    • texlive-lang-cyrillic: Cyrillic (mojibake section)
    • For make LaTeX ./build_latex.py

LaTeX

.. code-block::

Exception occurred: File "/usr/lib/python2.7/site-packages/sphinx/writers/latex.py", line 194, in init lang = babel.get_language(babel.language_code) AttributeError: 'ExtBabel' object has no attribute 'language_code'

=> lang = babel.get_language()