Trusted-AI / adversarial-robustness-toolbox

Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction, Inference - Red and Blue Teams

Home Page:https://adversarial-robustness-toolbox.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Formatting of Documentation is Broken

elanger4 opened this issue · comments

Describe the bug
The formatting of documentation on https://adversarial-robustness-toolbox.readthedocs.io/en/latest/index.html has changed, causing some text to obscure other text. It has also, compared to previous documentation, much less readable.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://adversarial-robustness-toolbox.readthedocs.io/en/latest/index.html
  2. See obfuscated text

Expected behavior
Text does not overlap, formatting is more readable

Screenshots
image

System information (please complete the following information):

  • Mac OSX
  • Test on Google Chrome & Safari

Hi @elanger4 Thank you for reporting this, I'll take a look as soon as possible.

@beat-buesser
Just checked the new changes, looks like they are partially fixed, but are still displaying the previous behavior in certain sections.

For example, on https://adversarial-robustness-toolbox.readthedocs.io/en/latest/modules/attacks/evasion.html
I'm seeing:
image
I've tested this on Chrome for both Windows & Mac.

Thank you again for your work on this project!