- 02 Aug, 2019 1 commit
-
-
Nikita Titov authored
* limit number of files to scan for autosummary generation * reorganize conf.py
-
- 27 Jul, 2019 2 commits
-
-
Alexander L. Hayes authored
*
🎨 `sphinx.ext.autosummary` for generating Python-API summaries Add `docs/.gitignore` to not track autosummary stubs Add `sphinx.ext.autosummary` in `docs/conf.py` Add 'members' and 'inherited-members' as default parameters Add 'autosummary = True' for setting output with `:toctree:` Add `.. autosummary::` tags to replace `.. autoclass::` Previously the `Python-API.rst` dumped all of the Python API onto a single page. This replaces the Python-API documentation with an index listing all modules, and paginates all functions and classes onto separate pages. *✏ ️ Corrections following feedback Drop `docs/.gitignore` to use the general `.gitignore` Add `show-inheritance` to `autodoc_default_flags` in `docs/conf.py` Fix `both` to `class` in `autoclass_content` in `docs/conf.py` *✏ ️ Replacing deprecated Sphinx parameter Fix deprecated `autodoc_default_flags` to `autodoc_default_options` *✏ ️ Adding `autodoc_default_flags` in to support early Sphinx versions Add `autodoc_default_flags` with parameters from `autodoc_default_options` -
Nikita Titov authored
-
- 05 May, 2019 1 commit
-
-
Nikita Titov authored
* use file to install deps for docs * added C_API docs * use breathe without exhale * added missed params descriptions and make Doxygen fail for warnings * escape char hotfix * ignore unknown directive for rstcheck * better handle env variable * hotfix for 'Unknown directive type' error with C_API=NO * Update .gitignore * fixed pylint * use already defined constants in conf.py * do not suppress Doxygen's output * addressed review comments * removed unneeded import
-
- 26 Mar, 2019 1 commit
-
-
James Lamb authored
* Small aesthetic improvements to RTD docs * fixed markdown table in Development-Guide * removed unnecessary blank line in conf.py
-
- 16 Oct, 2018 1 commit
-
-
Nikita Titov authored
* added docstring style test and fixed errors in existing docstrings * hotfix * hotfix * fix grammar * hotfix
-
- 02 Oct, 2018 1 commit
-
-
Nikita Titov authored
-
- 21 Sep, 2018 1 commit
-
-
Nikita Titov authored
* run pytest for docs folder too * fixed pylint error and some minor style issues
-
- 20 Sep, 2018 1 commit
-
-
Guolin Ke authored
-
- 23 Jul, 2018 1 commit
-
-
Nikita Titov authored
* added definition of LightGBM to ReadTheDocs main page * bold LightGBM * Rename rst_links_fix.js to script.js * fix js name in config
-
- 19 May, 2018 1 commit
-
-
Nikita Titov authored
* delegated not showing hidden items to the rtd_theme * refactored docs
-
- 30 Oct, 2017 1 commit
-
-
Nikita Titov authored
* fixed docs building at Python 2.x * updated docs building guide * get back Python 3 at Travis * test commit for OSX * be more precise with python version inpylint task * turned warnings into errors * removed linkchecker validation from osx * removed warning about not included into any toctree * docs config cleanup * refined deprecation warnings mechanism * refine docs mock mechanism * be more precise with python version in check-docs task * redused the number of code lines * refined venv deployment * rollback python version in check-docs task * revert 'refine docs mock mechanism'. autodoc_mock_imports seems to be not working * added targets for big images * rollback to default python version in check-docs task * break long lines for mobile view * replaced pip with conda where it's possible
-
- 12 Oct, 2017 1 commit
-
-
Nikita Titov authored
* fixed typos and hotfixes * converted gcc-tips.Rmd; added ref to gcc-tips * renamed files * renamed Advanced-Topics * renamed README * renamed Parameters-Tuning * renamed FAQ * fixed refs to FAQ * fixed undecodable source characters * renamed Features * renamed Quick-Start * fixed undecodable source characters in Features * renamed Python-Intro * renamed GPU-Tutorial * renamed GPU-Windows * fixed markdown * fixed undecodable source characters in GPU-Windows * renamed Parameters * fixed markdown * removed recommonmark dependence * hotfixes * added anchors to links * fixed 404 * fixed typos * added more anchors * removed sphinxcontrib-napoleon dependence * removed outdated line in Travis config * fixed max-width of the ReadTheDocs theme * added horizontal align to images
-
- 07 Oct, 2017 1 commit
-
-
Nikita Titov authored
* fixed Python-API references * moved Features section to ReadTheDocs * fixed index of ReadTheDocs * moved Experiments section to ReadTheDocs * fixed capital letter * fixed citing * moved Parallel Learning section to ReadTheDocs * fixed markdown * fixed Python-API * fixed link to Quick-Start * fixed gpu docker README * moved Installation Guide from wiki to ReadTheDocs * removed references to wiki * fixed capital letters in headings * hotfixes * fixed non-Unicode symbols and reference to Python API * fixed citing references * fixed links in .md files * fixed links in .rst files * store images locally in the repo * fixed missed word * fixed indent in Experiments.rst * fixed 'Duplicate implicit target name' message which is successfully resolved by adding anchors * less verbose * prevented maito: ref creation * fixed indents * fixed 404 * fixed 403 * fixed 301 * fixed fake anchors * fixed file extentions * fixed Sphinx warnings * added StrikerRUS profile link to FAQ * added henry0312 profile link to FAQ
-
- 09 May, 2017 1 commit
-
- 05 May, 2017 3 commits
-
-
Tsukasa OMOTO authored
If scikit-learn isn't installed (and Read the Docs doesn't have it), LGBMDeprecated aren't created and can't be imported.
-
Tsukasa OMOTO authored
-
Tsukasa OMOTO authored
-
- 04 May, 2017 1 commit
-
-
Tsukasa OMOTO authored
* docs: move files into general * docs: initial commit for Read the Docs http://docs.readthedocs.io/en/latest/getting_started.html just running `sphinx-quickstart` * docs: update conf.py * docs: add requirements.txt * docs: add README.md * fix tests * docs: put original docs back
-