coding-to-music / coding-to-music.github.io

https://pandemic-overview.readthedocs.io/en/latest/index.html
MIT License
2 stars 8 forks source link

How to make Sphinx Extensions #26

Open coding-to-music opened 3 years ago

coding-to-music commented 3 years ago

https://packaging.python.org/ Python Packaging User Guide Welcome to the Python Packaging User Guide, a collection of tutorials and references to help you distribute and install Python packages with modern tools.

This guide is maintained on GitHub by the Python Packaging Authority. We happily accept any contributions and feedback. 😊

Get started Essential tools and concepts for working within the Python development ecosystem are covered in our Tutorials section:

To learn how to install packages, see the tutorial on installing packages

To learn how to manage dependencies in a version controlled project, see the tutorial on managing application dependencies

To learn how to package and distribute your projects, see the tutorial on packaging and distributing

To get an overview of packaging options for Python libraries and applications, see the Overview of Python Packaging

coding-to-music commented 3 years ago

https://www.sphinx-doc.org/en/master/development/tutorials/helloworld.html#using-the-extension Developing a “Hello world” extension¶ The objective of this tutorial is to create a very basic extension that adds a new directive. This directive will output a paragraph containing “hello world”.

coding-to-music commented 3 years ago

Related to this issue

https://github.com/coding-to-music/coding-to-music.github.io/issues/56 How to create a sphinx extension in the Pypl registry