Skip to content

List Python example versions before C++ example versions #220

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

Closed
thewtex opened this issue Mar 10, 2021 · 2 comments · Fixed by #227
Closed

List Python example versions before C++ example versions #220

thewtex opened this issue Mar 10, 2021 · 2 comments · Fixed by #227
Labels
Good first issue A good issue for community members new to contributing type:Enhancement Improvement of existing methods or implementation

Comments

@thewtex
Copy link
Member

thewtex commented Mar 10, 2021

More folks use the Python versions versus the C++ versions -- these should come first.

Change,

C++
...

.. literalinclude:: Code.cxx
   :lines: 18-

Python
......

.. literalinclude:: Code.py
   :language: python
   :lines: 1, 16-

to

Python
......

.. literalinclude:: Code.py
   :language: python
   :lines: 1, 16-

C++
...

.. literalinclude:: Code.cxx
   :lines: 18-

Throughout the examples.

@thewtex thewtex added Good first issue A good issue for community members new to contributing type:Enhancement Improvement of existing methods or implementation labels Mar 10, 2021
@suryanshsangwan
Copy link
Contributor

Hi, I have made these changes and created a pull request.

@dzenanz
Copy link
Member

dzenanz commented Mar 11, 2021

Awesome, thanks @suryanshsangwan!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good first issue A good issue for community members new to contributing type:Enhancement Improvement of existing methods or implementation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants