-
instale as dependências:
$ python -m venv venv $ source venv/bin/activate $ pip install -Ur requirements.txt
- caso queira gerar o PDF, installe LaTeX:
# no Arch btw $ sudo pacman -Syu texlive-{bin,core,latexextra}
- caso queira gerar o PDF, installe LaTeX:
-
gere o HTML:
$ make html
-
[opcional] gere o pdf:
$ make latexpdf
-
spellchecker:
-
intale o
enchant
,hunspell
, e um dicionário pt-br (hunspell-pt-br
):# no Arch btw $ sudo pacman -Syu hunspell enchant $ paru -Sy hunspell-pt-br # from AUR # no Ubuntu: $ sudo apt install hunspell hunspell-pt-br enchant
E rode:
sphinx-build -b spelling -nW source/ build/
-
-
para rodar o doctest:
$ sphinx-build -b doctest -n source/ build
-
Notifications
You must be signed in to change notification settings - Fork 0
grupy-sanca/curso-git
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published