2
0
Fork 0

Corrected docs building.

This commit is contained in:
Thomas Touhey 2018-07-30 15:20:25 +02:00
parent 30f5dd7fd6
commit 4774189495
No known key found for this signature in database
GPG Key ID: 2ECEB0517AD947FB
4 changed files with 16 additions and 12 deletions

View File

@ -5,6 +5,9 @@
test tests:
@$(ST) test
docs:
@$(ST) build_sphinx
dist: $(DNAME)
$(DNAME):
@$(ST) sdist
@ -12,5 +15,5 @@ $(DNAME):
upload: $(DNAME)
@twine upload $(DNAME)
.PHONY: test tests dist
.PHONY: test tests dist docs
# End of file.

View File

@ -53,7 +53,7 @@ You can add some basic text style by using the following tags:
- ``[i]`` for *italic* text;
- ``[u]`` for underlined text;
- ``[o]`` for overlined text;
- ``[s]`` or ``[strike]`` for :strike:`striked` text.
- ``[s]`` or ``[strike]`` for striked text.
They can all be ended with the generic ending mark ``[/]``.
@ -82,15 +82,16 @@ You can change the color of the text using the ``[color=xxx]`` (or ``[xxx]``
directly for simple colors, where ``xxx`` represents the color) tag. This
tag accepts several types of values:
- simple color names (`inspired from CSS <CSS named colors>`_) such as ``red``,
``blue``, ``green``, ``transparent``;
- color hex codes using ``#`` followed by hex digits, e.g. ``#01020F``,
where the first group of hex digits represents the red component from
0 to 255, the second group of hex digits represents the green component
from 0 to 255, and the third group of hex digits represents the blue
component from 0 to 255. Incomplete composites will be filled by zero
on the left (e.g. ``#0000F`` is equivalent to ``#00000F``), invalid
characters such as `A` will be replaced by `0`s;
- simple color names (`inspired from CSS <CSS named colors_>`_) such as
``red``, ``blue``, ``green``, ``transparent``;
- color hex codes using a hash (``#``) followed by hex digits, e.g.
``#01020F``, where the first group of hex digits represents the
red component from 0 to 255, the second group of hex digits represents
the green component from 0 to 255, and the third group of hex digits
represents the blue component from 0 to 255.
Incomplete composites will be filled by zero on the left (e.g. ``#0000F``
is equivalent to ``#00000F``), invalid characters such as ``A`` will be
replaced by ``0``s;
- three hex digits codes using ``#`` followed by three hex digits, e.g.
``#123`` which will be translated to ``#112233``;
- ``rgb(<red>, <green>, <blue>)``, where the red, green and blue components

View File

@ -33,7 +33,7 @@ install_requires =
* = *.txt, *.rst
[build_sphinx]
source-dir = doc
source-dir = docs
[wheel]
universal = True

0
textoutpc/builtin/_Videos.py Normal file → Executable file
View File