FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-api/make_instructions.txt at master · pferate/python-api · GitHub
pferate
/
python-api
Public
forked from
plotly/plotly.py
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-api
/
make_instructions.txt
Copy path
More file actions
More file actions
Latest commit
History
History
History
62 lines (35 loc) · 1.73 KB
Breadcrumbs
python-api
/
make_instructions.txt
Copy path
File metadata and controls
62 lines (35 loc) · 1.73 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#################
MAKE INSTRUCTIONS
#################
Contents:
Available targets
Getting setup
Pulling in changes from subprojects
Why this is worthwhile
################################################################################
Available targets (i.e. $ make target):
readme -> `less` this file
setup_subs -> delete old submodule locations, init, update, and sync new
install -> 1. sync submodules 2. install plotly with setup.py
sync_subs -> sync all submodules
sync_mpl -> sync mplexporter submodule ONLY
sync_chunked -> sync chunked_requests submodule ONLY
sync_refs -> sync graph_reference submodule ONLY
pull_subs -> `cd` into *each* submodule and `git pull origin master`
pull_mpl -> pull in mplexporter *master* branch
pull_chunked -> pull in chunked_requests *master* branch
pull_refs -> pull in graph_reference *master* branch
################################################################################
Getting setup:
1. run `$ make setup_subs`
2. if that doesn't work, DELETE your local repo, re-clone, try again.
################################################################################
Pulling in changes from subprojects:
1. Only pull submodules that you require (e.g., $ make pull_refs)
2. Make sure to sync these changes (e.g., $ make sync_refs)
################################################################################
Why this is worthwhile:
This makefile is mostly to deal with git *submodules*. Since these
*subprojects* only copy over their current commits (not the actual content),
accepting pull requests is really sloppy! By *syncing* changes, we can
more easily track pull new commits from other branches.
Back
|
FazBrowse Home
|
New Git URL