Github user HyukjinKwon commented on the issue:
https://github.com/apache/spark/pull/18702
@srowen, I tried to resemble, in particular, R:
```
.
âââ docs
âââ sql
âââ create-docs.sh # Generates HTMLs.
âââ gen-sql-markdown.py # Generates markdown files.
âââ mkdocs.yml # MkDocs configuration file.
```
After `cd sql && create-docs.sh`:
```
.
âââ docs
âââ sql
âââ create-docs.sh
âââ gen-sql-markdown.py
âââ mkdocs.yml
âââ site # Generated HTML files.
```
After `cd docs && SKIP_SCALADOC=1 SKIP_PYTHONDOC=1 SKIP_RDOC=1 jekyll build`
```
.
âââ docs
â  âââ api
â  âââ sql # Copied from ./sql/site
âââ sql
âââ create-docs.sh
âââ gen-sql-markdown.py
âââ mkdocs.yml
âââ site
```
and I cleaned up few nits in the last commit. I believe it is ready for
another look.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]