Skip to content

Commit e30d580

Browse files
committed
📝 Add collaboration section
1 parent ea0c8b2 commit e30d580

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ The `python.berlin <https://python.berlin>`_ website allows all Berlin Python
66
User Groups to introduce themselves, present presentation slides, code examples
77
etc.
88

9-
Collaboration
10-
=============
9+
.. collaboration:
10+
11+
🤝 Collaboration
12+
================
1113

1214
If you have suggestions for improvements and additions, I recommend that you
1315
create a `Fork <https://github.com/python-berlin/python.berlin_website/fork>`_
@@ -29,8 +31,9 @@ Download and installation
2931
.. code-block:: console
3032
3133
$ cd python.berlin_website
32-
$ python3 -m pip install -r requirements.txt
34+
$ python3 -m pip install -r requirements_dev.txt
3335
$ source bin/activate
36+
$ pre-commit install
3437
3538
#. Create HTML
3639

collaboration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.. include:: README.rst
2+
:start-after: collaboration

index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ In Berlin there is a diverse scene around the Python programming language.
5454
djangogirls-berlin/index
5555
opentechschool-berlin/index
5656
pydata-berlin/index
57+
collaboration
5758

5859
.. Indices and tables
5960
==================

0 commit comments

Comments
 (0)