Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jun 21, 2020
1 parent fdfdfd2 commit d07e356
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _doc/sphinxdoc/source/ci_status.rst
Expand Up @@ -851,7 +851,7 @@ Fork / Stars / Downloads

text = dedent("""
.. list-table::
:widths: 12 10 10 10 10
:widths: 12 10 10 10 10 10
:header-rows: 1

* - Module
Expand Down
2 changes: 1 addition & 1 deletion _unittests/ut_documentation/test_rst2html_deps.py
Expand Up @@ -61,7 +61,7 @@ def test_rst2html_deps(self):
numpy="np", xgboost="xgb", XGBoost="xgb", mathenjeu='mej',
antiseches_ml_basic_plot_binary_classification="chsh",
lecture_citation="lectcit", botadi="botadi",
python='python')
python='python', aftercovid='aftercovid')
links["scikit-learn"] = "skl"
links.update({'ML.net': 'mlnet', 'C#': 'C#'})
for full in fulls:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
@@ -1,4 +1,5 @@
aequitas
autopep8
bayespy
beautifulsoup4
blockdiag
Expand Down

0 comments on commit d07e356

Please sign in to comment.