Граф коммитов

16 Коммитов

Автор SHA1 Сообщение Дата
Nikita Titov 35a2a2e379
[ci] place all CI helpers under the .ci folder and use - instead of _ in their names (#6581) 2024-07-31 08:36:20 -05:00
James Lamb 5ffd757119
[docs] remove unnecessary interactivity in 'docker run' instructions (#5692) 2023-01-31 13:11:07 -06:00
Nikita Titov caa087bcc5
[docs] improve docs for sklearn wrapper (fixes #4479) (#5026)
* improve docs for sklearn wrapper

* empty commit

* install add scikit-learn to conda environment for building docs
2022-02-22 21:49:39 -06:00
James Lamb 2f27d4b226
[ci][docs] use miniforge for readthedocs builds (fixes #4954) (#4957)
* [ci] [docs] use mamba for readthedocs builds (fixes #4954)

* update docs

* simplify build script and add docs flag to gitignore

* exit with non-0 if build fails

* update CI job

* add doxygen

* remove outdated requirement_base.txt reference

* use conda create instead of conda env create

* fix conda create flags

* add nodefaults to env.yml

* Update docs/README.rst

Co-authored-by: Nikita Titov <nekit94-08@mail.ru>

* try to fix check-docs CI job

* additional changes

* switch from mamba to miniforge

* simplify docker command and fix issues in local build script

* Apply suggestions from code review

Co-authored-by: Nikita Titov <nekit94-08@mail.ru>

* update docs and conda

* Apply suggestions from code review

Co-authored-by: Nikita Titov <nekit94-08@mail.ru>

Co-authored-by: Nikita Titov <nekit94-08@mail.ru>
2022-02-19 06:29:56 +03:00
Nikita Titov 01c9ad5aa6
[ci][docs] update Doxygen link in docs (#3324) 2020-08-19 19:54:08 +03:00
Nikita Titov 454aa336d0
[ci][docs] fix broken links (#3176)
* Update make.bat

* Update README.rst

* Update .linkcheckerrc

* Update GPU-Windows.rst

* Update GPU-Windows.rst
2020-06-22 11:36:15 -05:00
Nikita Titov faba6cafb7
[docs][R] added R-package docs generation routines (#2176)
* added R-package docs generation routines

* change theme to be more consistent with sphinx_rtd_theme on main site in terms of color scheme

* placed man folder with old Rd files back

* specify full path to conda and make script more readable by one line - one pkg

* removed commented lines from build_r_site script

* made one line - one argument in build_reference() call

* pin R package versions

* fixed conflict
2019-09-01 19:47:04 +03:00
James Lamb 11c24cf835
[docs] added FAQ on early stopping (fixes #2270) (#2272)
* added FAQ on early stopping (fixes #2270)

* fixed indentation in FAQ

* Update docs/FAQ.rst

Co-Authored-By: Nikita Titov <nekit94-08@mail.ru>
2019-07-29 16:39:57 -05:00
Guolin Ke 94fbe5bb9f
[docs] updated Microsoft GitHub URL (#2152)
* fix travis badge

* updated GitHub Microsoft URL
2019-05-08 13:51:28 +08:00
Nikita Titov cfcc020e58
[ci][docs] generate docs for C API (#2059)
* 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
2019-05-05 14:54:37 +03:00
Nikita Titov dfe0fae4ea [ci] check dynamic symbol versions at CI side (#1812)
* renamed helper folder to helpers

* added library dependencies check
2018-11-01 09:42:06 +08:00
Nikita Titov 0a9d4cc2e5 [docs] generate parameters description from config file. Final stage (#1421)
* removed excess whitespaces

* don't use built-in name for variable

* simplified line parsing

* chanched link to related

* run parameter_generator.py

* removed old targets

* use tuples instead of list where possible

* hotfix for descriptions were erased and only last one was kept

* run parameter_generator.py

* separated checks from aliases section
2018-06-06 10:28:14 +08:00
Nikita Titov 713f5e6c36 [docs] generate parameters description from config file. Stage 1 (#1409)
* generate parameters description from config file

* made pylint happy

* added checks description

* fixed links handling in desc and descl2 fields

* refine Core Parameters section

* removed excess quotes from default values

* fixed parameter type retrieve

* added note about auto-generated parameters
2018-06-02 09:59:01 +08:00
Nikita Titov 497e60ed14 [docs] multiple documents improvements (#1378)
* delegated not showing hidden items to the rtd_theme

* refactored docs
2018-05-19 13:01:00 +08:00
Nikita Titov d94ec89b68 [docs] fixed building at Python 2.x (#997)
* 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
2017-10-30 11:44:08 +08:00
Nikita Titov 4aa3296739 [docs] documentation improvement (#976)
* 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
2017-10-12 21:34:23 +09:00