aboutsummaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* eclass: docs: Remove trailing whitespacesKurt Kanzenbach2020-05-011-2/+2
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
* eclass/docs: more documentation fixesAndrew Ammerlaan2020-04-281-1/+1
| | | | | Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
* eclass/docs: documentation fixesAndrew Ammerlaan2020-04-281-5/+2
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
* eclass/docs: fix commentAndrew Ammerlaan2020-04-211-2/+2
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
* eclass/docs: add doxygen supportAndrew Ammerlaan2020-04-211-1/+54
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
* eclass/docs: one more bug fixAndrew Ammerlaan2020-04-071-1/+1
| | | | | Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
* eclass/docs: many fixes, should work nowAndrew Ammerlaan2020-04-071-38/+39
| | | | | Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
* eclass/docs: USE these handy _ECLASS variablesAndrew Ammerlaan2020-04-061-15/+23
| | | | | | | to check if python-(any)-r1 has been inherited Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
* eclass/docs: small fixesAndrew Ammerlaan2020-04-061-2/+2
| | | | | Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
* eclass/docs: WIP: mkdocs/sphinx doc buildingAndrew Ammerlaan2020-04-061-0/+306
A small eclass for building documentation. Currently supports building documentation with mkdocs or sphinx. Should work togheter with distutils-r1 eclass, though this is not required. The aim is to make it easy to add additional doc builders to the eclass, just add an setup and compile function for it. Distutils-r1 eclass also supports sphinx doc building, but this eclass should also allow sphinx doc building for non-python packages. Please feel free to test this eclass on your ebuilds that use mkdocs doc building or non-pyhton sphinx doc building. See the in-file documentation on how to use it. That being said this is still experimental: If the documentation is unclear, or if you encouter issues, please let me know. Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>