From 59b90979efa897b31ca32b14f89b286811e9d5aa Mon Sep 17 00:00:00 2001 From: Pedro Neri Date: Thu, 19 Aug 2021 16:24:24 -0300 Subject: [PATCH 1/2] Update building instructions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4ea334..a3cdaac 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,7 @@ of other languages (Elixir, LFE, Alpaca, Joxa, Efene etc). ## Building -* Install Sphinx doc generator - * Alternative way [Ubuntu]: Install `python3`, `python3-pip` and do `pip install sphinx` \ No newline at end of file +- Install Sphinx doc generator: + - `pip install -U Sphinx` +- Build with: + - `sphinx-build -b html docs/source/ docs/build/html` From 4a22bf5e6d21e6a9dd57efa5fac51a0cfa222990 Mon Sep 17 00:00:00 2001 From: Pedro Neri Date: Wed, 13 Oct 2021 18:49:05 -0300 Subject: [PATCH 2/2] Translate index --- docs/source/index.rst | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 78f8cb9..33586b7 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,20 +1,23 @@ .. BEAM VM Wisdoms documentation master file -Welcome, adventurer! +Bem-vindo(a), aventureiro(a)! ==================== -This is the collection of easy to read (ELI5) articles as well as in-depth -knowledge such as VM internals, memory layout, opcodes etc. -The project is work in progress, so come back soon! -Github repository for pages https://github.com/kvakvs/beam-wisdoms +Esta é uma coleção de artigos de fácil leitura bem como artigos de conteúdo em profundidade +sobre o funcionamento interno da VM, layout de memória, opcodes e etc. +Este projeto é um trabalho em andamento, volte em breve. -Latest +Repositório do Github para as páginas em português https://github.com/Pedneri1/beam-wisdoms.git + +Repositório do Github com conteúdo original, em inglês https://github.com/kvakvs/beam-wisdoms + +Atualizações `````` * 2019-03-03 Binary match opcodes added to the instruction list * 2018-12-30 Try/catch opcodes added to the instruction list -ELI5 Section (Explain Me Like I'm Five) +Seção ELI5 (Explain Me Like I'm Five / Explique-me como se tivesse cinco) --------------------------------------- .. toctree:: @@ -34,7 +37,7 @@ ELI5 Section (Explain Me Like I'm Five) eli5-efficiency-memory-perf -Deeper Knowledge Section +Seção de conteúdo aprofundado ------------------------ .. toctree:: @@ -58,6 +61,6 @@ Deeper Knowledge Section Process: Exceptions; Ext term format -Smaller things you would've never noticed otherwise. OTP C source-related. +Pequenas coisas que você não teria notado se não estivessem aqui. Relacionado à fonte OTP C :doc:`otp-c-style-guide`, :doc:`otp-cpp-ramblings`, :doc:`otp-c-refactor-todo`