Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 27, 2017
1 parent d523923 commit ccc660d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _doc/sphinxdoc/source/index.rst
Expand Up @@ -69,10 +69,11 @@ D'autres informations sont disponibles via le
getting_started
glossary
all_notebooks
gyexamples/index
blog/blogindex
i_faq
end_index
index_et_autre
gyexamples/index

Pour les plus chevronnés, certains bouts de codes en python
pourront être réutilisés via
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -14,7 +14,7 @@ pydocstyle
pyensae
pymmails
pymyinstall
pyquickhelper>1.5.2126
pyquickhelper>=1.5.2156
pyshp
qgrid
semantic_version
Expand Down
4 changes: 4 additions & 0 deletions setup.py
Expand Up @@ -205,6 +205,10 @@ def write_version():
pyquickhelper = import_pyquickhelper()
from pyquickhelper.pycode import process_standard_options_for_setup_help
process_standard_options_for_setup_help(sys.argv)
else:
pyquickhelper = import_pyquickhelper()
from pyquickhelper.pycode import clean_readme
long_description = clean_readme(long_description)

setup(
name=project_var_name,
Expand Down

0 comments on commit ccc660d

Please sign in to comment.