Skip to content

Commit 03aad28

Browse files
committed
streamline table of contents
1 parent 4806055 commit 03aad28

18 files changed

+62
-195
lines changed

content/pages/02-development-environments/20-source-control.markdown

+20-6
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,19 @@ control services are:
7474
[pricing](https://about.gitlab.com/pricing/) for businesses that need
7575
additional hosting support.
7676

77-
* [GitHub](https://github.com/) provides free open source repositories
78-
and paid private repositories for Git.
77+
* [GitHub](https://github.com) is a software-as-a-service platform that
78+
provides a user interface, tools and backup for developers to use with their
79+
[Git](/git.html) repositories. Accounts are free for public open source
80+
development and private Git repositories can also be hosted for
81+
[$7 per month](https://github.com/pricing).
7982

80-
* [BitBucket](https://bitbucket.org/) also has free Git and Mercurial
81-
repositories for open projects, but adds private repositories for up to
82-
five users. Users pay for hosting private repositories with more than
83-
five users.
83+
* [BitBucket](https://bitbucket.org/) is
84+
[Atlassian](https://www.atlassian.com/)'s software-as-a-service tool that
85+
with a user interface, comparison tools and backup for Git projects. There
86+
are many features in BitBucket focused on making it easier for groups of
87+
developers to work on projects together. BitBucket also has private
88+
repositories for up to five users. Users pay for hosting private
89+
repositories with more than five users.
8490

8591

8692
## General source control resources
@@ -125,6 +131,14 @@ and out of a centralized repository, which is a problem when using
125131
[a full page on Git](/git.html) with further details and resources.
126132

127133

134+
### GitHub resources
135+
* [A Beginner’s Git and GitHub Tutorial](http://blog.udacity.com/2015/06/a-beginners-git-github-tutorial.html)
136+
137+
* [Hello World: GitHub edition](https://guides.github.com/activities/hello-world/)
138+
139+
* [Git and GitHub learning resources](https://help.github.com/articles/git-and-github-learning-resources/)
140+
141+
128142
### Source control learning checklist
129143
1. Pick a version control system. Git is recommended because on the web there
130144
are a significant number of tutorials to help both new and advanced users.

content/pages/02-development-environments/24-hosted-version-control.markdown

-23
This file was deleted.

content/pages/02-development-environments/25-github.markdown

-27
This file was deleted.

content/pages/02-development-environments/26-bitbucket.markdown

-17
This file was deleted.

content/pages/02-development-environments/27-gitlab.markdown

-17
This file was deleted.

content/pages/meta/04-page-statuses.markdown

-11
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ kept up to date with accurate descriptions and resources.
6868
|[Git](/git.html) | starter |
6969
|[Mercurial](/mercurial.html) | starter |
7070
|[Apache Subversion](/apache-subversion.html) | starter |
71-
|[Hosted source control](/hosted-source-control-services.html) | starter |
72-
|[GitHub](/github.html) | starter |
73-
|[BitBucket](/bitbucket.html) | starter |
74-
|[GitLab](/gitlab.html) | starter |
7571

7672

7773
## Chapter 3: Data
@@ -133,10 +129,6 @@ kept up to date with accurate descriptions and resources.
133129
|Database testing | not yet |
134130
|[Code metrics](/code-metrics.html) | starter |
135131
|[Debugging](/debugging.html) | starter |
136-
|pdb | not yet |
137-
|ipdb | not yet |
138-
|pudb | not yet |
139-
|wdb | not yet |
140132

141133

142134
## Chapter 5: Web App Deployment
@@ -153,10 +145,8 @@ kept up to date with accurate descriptions and resources.
153145
|Graphite | not yet |
154146
|Prometheus | not yet |
155147
|Service Canary | not yet |
156-
|Hosted Monitoring Services | not yet |
157148
|[Rollbar](/rollbar.html) | starter |
158149
|Sentry | not yet |
159-
|New Relic | not yet |
160150
|Scout | not yet |
161151
|Web App Performance | not yet |
162152
|[Caching](/caching.html) | starter |
@@ -169,5 +159,4 @@ kept up to date with accurate descriptions and resources.
169159
|[Web analytics](/web-analytics.html) | starter |
170160
|Google Analytics | not yet |
171161
|Piwik | not yet |
172-
|MixPanel | not yet |
173162

content/posts/171101-continuous-delivery-devops-you.markdown

-1
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,5 @@ on their respective pages:
493493
* [Source control](/source-control.html)
494494
* [Git](/git.html)
495495
* [Hosted source control services](/hosted-source-control-services.html)
496-
* [GitHub](/github.html)
497496
* [Code metrics](/code-metrics.html)
498497
* [NoSQL](/no-sql-datastore.html)

redirects/bitbucket.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://www.fullstackpython.com/source-control.html">
5+
</head>
6+
<body>
7+
</body>
8+
</html>

redirects/github.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://www.fullstackpython.com/source-control.html">
5+
</head>
6+
<body>
7+
</body>
8+
</html>

redirects/gitlab.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://www.fullstackpython.com/source-control.html">
5+
</head>
6+
<body>
7+
</body>
8+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://www.fullstackpython.com/source-control.html">
5+
</head>
6+
<body>
7+
</body>
8+
</html>

theme/templates/blog/devops-continuous-delivery-you.html

-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@
1313
<a href="/source-control.html" class="lgi">Source control</a>
1414
<a href="/git.html" class="lgi">Git</a>
1515
<a href="/hosted-source-control-services.html" class="lgi">Hosted source control services</a>
16-
<a href="/github.html" class="lgi">GitHub</a>
1716
<a href="/code-metrics.html" class="lgi">Code metrics</a>
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<a href="/source-control.html" class="lgi">Source control</a>
22
<a href="/git.html" class="lgi">Git</a>
3-
<a href="/github.html" class="lgi">GitHub</a>
3+
<a href="https://github.com/" class="lgi">GitHub {% include "blog/external-link.html" %}</a>
44
<a href="http://gitpython.readthedocs.io/en/stable/index.html" class="lgi">Official GitPython Docs {% include "blog/external-link.html" %}</a>
55
<a href="https://github.com/fullstackpython/blog-code-examples/tree/master/first-steps-gitpython" class="lgi">Code for this post {% include "blog/external-link.html" %}</a>

theme/templates/choices/bitbucket.html

-18
This file was deleted.

theme/templates/choices/github.html

-18
This file was deleted.

theme/templates/choices/gitlab.html

-18
This file was deleted.

theme/templates/choices/hosted-source-control-services.html

-18
This file was deleted.

theme/templates/table-of-contents.html

+9-19
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ <h4>2.5 <a href="/source-control.html">Source Control</a></h4>
5353
<div class="tc"><a href="/git.html">Git</a></div>
5454
<div class="tc"><a href="/mercurial.html">Mercurial</a></div>
5555
<div class="tc"><a href="/apache-subversion.html">Apache Subversion</a></div>
56-
<h4>2.6 <a href="/hosted-source-control-services.html">Hosted Source Control Services</a></h4>
57-
<div class="tc"><a href="/github.html">GitHub</a></div>
58-
<div class="tc"><a href="/bitbucket.html">BitBucket</a></div>
59-
<div class="tc"><a href="/gitlab.html">GitLab</a></div>
6056

6157
<h3>3. <a href="/data.html">Data</a></h3>
6258
<h4>3.1 <a href="/databases.html">Relational databases</a></h4>
@@ -130,28 +126,25 @@ <h4>4.8 <a href="/testing.html">Testing</a></h4>
130126
<div class="tc"><a href="/unit-testing.html">Unit testing</a></div>
131127
<div class="tc"><a href="/integration-testing.html">Integration testing</a></div>
132128
<div class="tc sn">Database testing</div>
129+
<div class="tc"><a href="/debugging.html">Debugging</a></div>
133130
<div class="tc"><a href="/code-metrics.html">Code Metrics</a></div>
134-
<h4>4.9 <a href="/debugging.html">Debugging</a></h4>
135-
<div class="tc sn">pdb</div>
136-
<div class="tc sn">ipdb</div>
137-
<div class="tc sn">wdb</div>
138-
<h4>4.10 <span class="sn">Networking</span></h4>
139-
<div class="tc tds"><a href="/https.html">HTTPS</a></div>
140-
<div class="tc tds"><a href="/websockets.html">WebSockets</a></div>
141-
<div class="tc tds sn">WebRTC</div>
142-
<h4>4.11 <a href="/application-programming-interfaces.html">Web APIs</a></h4>
131+
<h4>4.9 <span class="sn">Networking</span></h4>
132+
<div class="tc"><a href="/https.html">HTTPS</a></div>
133+
<div class="tc"><a href="/websockets.html">WebSockets</a></div>
134+
<div class="tc sn">WebRTC</div>
135+
<h4>4.10 <a href="/application-programming-interfaces.html">Web APIs</a></h4>
143136
<div class="tc tds"><a href="/microservices.html">Microservices</a></div>
144137
<div class="tc tds sn">Webhooks</div>
145138
<div class="tc tds"><a href="/bots.html">Bots</a></div>
146-
<h4>4.12 <a href="/api-creation.html">API creation</a></h4>
139+
<h4>4.11 <a href="/api-creation.html">API creation</a></h4>
147140
<div class="tc tds sn">Django REST Framework</div>
148141
<div class="tc tds sn">Flask-RESTful</div>
149142
<div class="tc tds sn">API Star</div>
150-
<h4>4.13 <a href="/api-integration.html">API integration</a></h4>
143+
<h4>4.12 <a href="/api-integration.html">API integration</a></h4>
151144
<div class="tc tds"><a href="/twilio.html">Twilio</a></div>
152145
<div class="tc tds sn">Stripe</div>
153146
<div class="tc tds sn">Slack</div>
154-
<h4>4.14 <a href="/web-application-security.html">Web application security</a></h4>
147+
<h4>4.13 <a href="/web-application-security.html">Web application security</a></h4>
155148
<div class="tc tds sn">Public key infrastructure</div>
156149
<div class="tc tds sn">SQL injection</div>
157150
<div class="tc tds sn">Cross Site Request Forgery</div>
@@ -211,10 +204,8 @@ <h4>6.1 <a href="/monitoring.html">Monitoring</a></h4>
211204
<div class="tc sn">Graphite</div>
212205
<div class="tc sn">Prometheus</div>
213206
<div class="tc sn">Service Canary</div>
214-
<h4>6.2 <span class="sn">Hosted Monitoring Services</span></h4>
215207
<div class="tc"><a href="/rollbar.html">Rollbar</a></div>
216208
<div class="tc sn">Sentry</div>
217-
<div class="tc sn">New Relic</div>
218209
<div class="tc sn">Scout</div>
219210
<h4>6.3 <span class="sn">Web App Performance</span></h4>
220211
<div class="tc"><a href="/caching.html">Caching</a></div>
@@ -227,7 +218,6 @@ <h4>6.4 <a href="/logging.html">Logging</a></h4>
227218
<h4>6.5 <a href="/web-analytics.html">Web Analytics</a></h4>
228219
<div class="tc sn">Google Analytics</div>
229220
<div class="tc sn">Piwik</div>
230-
<div class="tc sn">MixPanel</div>
231221
</div>
232222
</div>
233223
<br>

0 commit comments

Comments
 (0)