Metadata-Version: 1.1
Name: sphinxsharp-pro
Version: 1.0.1.0
Summary: CSharp (C#) domain for sphinx.
Home-page: https://github.com/madTeddy/sphinxsharp-pro
Author: Andrey Mignevich
Author-email: andrey.mignevich@gmail.com
License: MIT
Download-URL: https://github.com/madTeddy/sphinxsharp-pro/archive/v1.0.1.tar.gz
Description: .. image:: https://readthedocs.org/projects/sphinxsharp-docs/badge/?version=latest
            :target: https://sphinxsharp-docs.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        CSharp (C#) domain for Sphinx
        
        .. hint:: This version with custom styling. If you want default styling, then you need `sphinxsharp <https://github.com/madTeddy/sphinxsharp>`_.
        
        Installing
        ----------
        
        Install the extension using **pip**:
        
        .. code-block:: python
        
            pip install sphinxsharp-pro
        
        Usage
        -----
        
        To enable the extension, you need to add the following to your **conf.py**:
        
        .. code-block:: python
        
            extensions = ['sphinxsharp-pro.sphinxsharp']
        
        See `the documentation <https://sphinxsharp-docs.readthedocs.io/en/latest/>`_ of using this.
Keywords: Sphinx,Domain,CSharp,C#,Sphinxsharp,Sphinxsharp Pro
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
