AlertaDengue / PySUS

Library to download, clean and analyze openly available datasets from Brazilian Universal health system, SUS.
GNU General Public License v3.0
175 stars 68 forks source link

fix(docs): pt and pt_BR build #132

Closed luabida closed 1 year ago

luabida commented 1 year ago

following this tutorial here, I was able of building the pt_BR translation and access the translated page by opening the index inside the pt_BR dir, it generated the following structure:

/home/luabida/Projetos/InfoDengue/PySUS/docs/build/html/pt_BR
├── Analyzing SIA.html
├── Analyzing SIA.ipynb
├── Chikungunya.html
├── Chikungunya.ipynb
├── data-sources.html
├── Dengue.html
├── Dengue.ipynb
├── ESUS.html
├── ESUS.ipynb
├── genindex.html
├── IBGE_data.html
├── IBGE_data.ipynb
├── _images
│   ├── Chikungunya_6_0.png
│   ├── Dengue_11_0.png
│   ├── Dengue_4_1.png
│   ├── ESUS_10_0.png
│   └── Zika_12_1.png
├── index.html
├── Infodengue.html
├── Infodengue.ipynb
├── Infogripe.html
├── Infogripe.ipynb
├── objects.inv
├── PNI.html
├── PNI.ipynb
├── search.html
├── searchindex.js
├── SIM.html
├── SIM.ipynb
├── SINAN.html
├── SINAN.ipynb
├── _sources
│   ├── Analyzing SIA.ipynb.txt
│   ├── Chikungunya.ipynb.txt
│   ├── data-sources.rst.txt
│   ├── Dengue.ipynb.txt
│   ├── ESUS.ipynb.txt
│   ├── IBGE_data.ipynb.txt
│   ├── index.rst.txt
│   ├── Infodengue.ipynb.txt
│   ├── Infogripe.ipynb.txt
│   ├── PNI.ipynb.txt
│   ├── SIM.ipynb.txt
│   ├── SINAN.ipynb.txt
│   ├── tutorials.rst.txt
│   └── Zika.ipynb.txt
├── _static
│   ├── base-stemmer.js
│   ├── basic.css
│   ├── css
│   │   ├── badge_only.css
│   │   ├── fonts
│   │   │   ├── fontawesome-webfont.eot
│   │   │   ├── fontawesome-webfont.svg
│   │   │   ├── fontawesome-webfont.ttf
│   │   │   ├── fontawesome-webfont.woff
│   │   │   ├── fontawesome-webfont.woff2
│   │   │   ├── lato-bold-italic.woff
│   │   │   ├── lato-bold-italic.woff2
│   │   │   ├── lato-bold.woff
│   │   │   ├── lato-bold.woff2
│   │   │   ├── lato-normal-italic.woff
│   │   │   ├── lato-normal-italic.woff2
│   │   │   ├── lato-normal.woff
│   │   │   ├── lato-normal.woff2
│   │   │   ├── Roboto-Slab-Bold.woff
│   │   │   ├── Roboto-Slab-Bold.woff2
│   │   │   ├── Roboto-Slab-Regular.woff
│   │   │   └── Roboto-Slab-Regular.woff2
│   │   └── theme.css
│   ├── doctools.js
│   ├── documentation_options.js
│   ├── file.png
│   ├── js
│   │   ├── badge_only.js
│   │   ├── html5shiv.min.js
│   │   ├── html5shiv-printshiv.min.js
│   │   └── theme.js
│   ├── language_data.js
│   ├── minus.png
│   ├── nbsphinx-broken-thumbnail.svg
│   ├── nbsphinx-code-cells.css
│   ├── nbsphinx-gallery.css
│   ├── nbsphinx-no-thumbnail.svg
│   ├── plus.png
│   ├── portuguese-stemmer.js
│   ├── pygments.css
│   ├── searchtools.js
│   ├── sphinx_highlight.js
│   └── translations.js
├── tutorials.html
├── Zika.html
└── Zika.ipynb
luabida commented 1 year ago

image

luabida commented 1 year ago

@fccoelho is it needed any reference to the pt_BR in the default index? is the structure above being generated by the webhook?

fccoelho commented 1 year ago

I don't know, we need try to find some example project we borrow this configuration from

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 0.9.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: