[gnome-music/wip/mschraal/readme] Add new file



commit e9a79d16be35ee24cb28d6862962efc115e4ef61
Author: Marinus Schraal <fosero+gnome gmail com>
Date:   Tue Dec 19 07:32:44 2017 +0000

    Add new file

 README.md | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
---
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6c4e3d9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,28 @@
+Music is the new GNOME music playing application.
+
+
+# Where can I find more?
+
+We have a wiki page at
+https://wiki.gnome.org/Apps/Music
+
+You can join us on the IRC:
+#gnome-music on GIMPNet
+
+# Join the development
+
+Follow the guide at https://wiki.gnome.org/Newcomers/ and choose Music as your project.
+
+# Coding style
+
+GNOME Music is written in Python and aspires to adhere to the coding style described in the python style 
guide [PEP-8](https://www.python.org/dev/peps/pep-0008/).
+
+Use of docstrings is recommended following [PEP-257](https://www.python.org/dev/peps/pep-0257/).
+
+The content of docstrings uses the [Sphinx markup style](http://www.sphinx-doc.org/).
+
+Use PyGI shorthands for manipulating GtkTreeModel:
+
+```python
+model[iter][0] = "artist"
+artist, title = model[iter][1, 4]```
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]