3 Commits

Author SHA1 Message Date
Sergey B Kirpichev 380f2f30d5 Cleanup docs for functions (using better signatures) 2025-01-22 09:17:21 +03:00
Sergey B Kirpichev a5c95a8fbc Fix ~250 broken references in sphinx docs 2021-03-27 01:14:07 +03:00
Sergey B Kirpichev a9550c2b70 Reorganize docs (doc/source/ -> docs/, *.txt -> *.rst)
Structure now more closely follow https://packaging.python.org/

To build docs:

    python setup.py build_sphinx -c docs -b html,latex
    make -C build/sphinx/latex all-pdf
2021-03-27 01:14:07 +03:00