Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add syntax highlighting to Python code examples in README.rst [docs]#1208

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
filmor merged 7 commits intopythonnet:masterfromSFM61319:master
Aug 23, 2020
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletionAUTHORS.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -20,6 +20,7 @@
- Alexandre Catarino([@AlexCatarino](https://github.com/AlexCatarino))
- Andrey Sant'Anna ([@andreydani](https://github.com/andreydani))
- Arvid JB ([@ArvidJB](https://github.com/ArvidJB))
- Avinash Maddikonda ([@SFM61319](https://github.com/SFM61319))
- Benoît Hudson ([@benoithudson](https://github.com/benoithudson))
- Bradley Friedman ([@leith-bartrich](https://github.com/leith-bartrich))
- Callum Noble ([@callumnoble](https://github.com/callumnoble))
Expand DownExpand Up@@ -75,4 +76,3 @@
- ([@stonebig](https://github.com/stonebig))
- ([@testrunner123](https://github.com/testrunner123))
- ([@DanBarzilian](https://github.com/DanBarzilian))

6 changes: 3 additions & 3 deletionsREADME.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -24,7 +24,7 @@ Calling .NET code from Python

Python.NET allows CLR namespaces to be treated essentially as Python packages.

.. code-block::
.. code-block:: python

import clr
from System import String
Expand All@@ -33,7 +33,7 @@ Python.NET allows CLR namespaces to be treated essentially as Python packages.
To load an assembly, use the ``AddReference`` function in the ``clr``
module:

.. code-block::
.. code-block:: python

import clr
clr.AddReference("System.Windows.Forms")
Expand DownExpand Up@@ -85,7 +85,7 @@ Example

Output:

.. code::
.. code:: csharp

1.0
-0.958924274663
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp