Metadata-Version: 2.1
Name: sphinxsharp
Version: 1.0.2
Summary: CSharp (C#) domain for sphinx.
Home-page: https://github.com/madTeddy/sphinxsharp
Author: Andrey Mignevich
Author-email: andrey.mignevich@gmail.com
License: MIT
Download-URL: https://github.com/madTeddy/sphinxsharp/archive/refs/tags/v1.0.2.tar.gz
Description: .. image:: https://badge.fury.io/py/sphinxsharp.svg
            :target: https://badge.fury.io/py/sphinxsharp
            :alt: PyPI Version
        
        .. 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 default styling. If you want to modify syntax colors etc., then you need `sphinxsharp-pro <https://github.com/madTeddy/sphinxsharp-pro>`_.
        
        Installing
        ----------
        
        Install the extension using **pip**:
        
        .. code-block:: python
        
            pip install sphinxsharp
        
        Usage
        -----
        
        To enable the extension, you need to add the following to your **conf.py**:
        
        .. code-block:: python
        
            extensions = ['sphinxsharp.sphinxsharp']
        
        See `the documentation <https://sphinxsharp-docs.readthedocs.io/en/latest/>`_ of using this.
Keywords: Documentation,Sphinx,Domain,CSharp,C#,Sphinxsharp
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Documentation :: Sphinx
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
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
