Skip to content

Feature/doc infra improvements #397

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

diptorupd
Copy link
Contributor

Various improvements to dpctl documentation infrastructure.

  • Use doxyrest in place of breathe and exhale to generate C API rst files.
  • Reorganize rst files into a docfiles sub-directory.
  • Add autosummary tables to Python API.
  • Add a quick start guide.

Supersedes #341.

Copy link
Contributor

@oleksandr-pavlyk oleksandr-pavlyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thank you!

To build using Python ``setuptools``, the following packages should be
installed:

- ``cython``
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let us provide the specific versions of each of these dependencies if not a range of versions

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will add a requirements.txt to our repo and reference that in the quick start guide.

Diptorup Deb added 5 commits April 19, 2021 17:18
  - Remove breathe and exhale requirements and instead use
    Doxyrest for the C API documentation.
  - Add cmake changes related to Doxyrest.
  - Provide two separate modes of documentation generation:
    both C and Python API and only Python API.
  - Update README, gitignore.
  - Changes name of all files to use dpctl instead of dpCtl.
  - Remove toc_pyapi.rst
  - All Python API classes are now documented under separate
    pages.
  - Add an autosummary to each class documentation page.
  - Rename dpCtl to dpctl in few places.
@diptorupd diptorupd force-pushed the feature/doc-infra-improvements branch from 7ea7e4f to 0d61611 Compare April 19, 2021 22:19
@diptorupd diptorupd merged commit f5cd7c7 into IntelPython:master Apr 19, 2021
@diptorupd diptorupd deleted the feature/doc-infra-improvements branch April 19, 2021 22:26
@diptorupd diptorupd mentioned this pull request Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants