File: forking_hell.rst

package info (click to toggle)
matplotlib 3.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 78,264 kB
  • sloc: python: 123,969; cpp: 57,655; ansic: 29,431; objc: 2,244; javascript: 757; makefile: 163; sh: 111
file content (34 lines) | stat: -rw-r--r-- 1,173 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.. highlight:: bash

.. _forking:

======================================================
Making your own copy (fork) of Matplotlib
======================================================

You need to do this only once.  The instructions here are very similar
to the instructions at https://help.github.com/forking/ |emdash| please see
that page for more detail.  We're repeating some of it here just to give the
specifics for the `Matplotlib`_ project, and to suggest some default names.

Set up and configure a github account
=====================================

If you don't have a github account, go to the github page, and make one.

You then need to configure your account to allow write access |emdash| see
the ``Generating SSH keys`` help on `github help`_.

Create your own forked copy of `Matplotlib`_
======================================================

#. Log into your github account.
#. Go to the `Matplotlib`_ github home at `Matplotlib github`_.
#. Click on the *fork* button:

   .. image:: forking_button.png

   Now, after a short pause, you should find yourself at the home page for
   your own forked copy of `Matplotlib`_.

.. include:: links.inc