Skip to content

Commit c6a6fd9

Browse files
committed
Fix broken Markdown headings
1 parent b6dcfa9 commit c6a6fd9

36 files changed

+36
-36
lines changed

Algorithm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Algorithm
1+
## Algorithm
22

33
1. algorithms
44
module of algorithms for Python.

Audio.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Audio
1+
## Audio
22

33

44
1. beets

Authentication.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Authentication
1+
# Authentication
22

33
1. django-allauth
44
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party account authentication.

BigDataandCloud.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Big Data and Cloud
1+
## Big Data and Cloud
22

33
1. aws-cli
44
Universal Command Line Interface for Amazon Web Services

Book.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Book
1+
## Book
22

33
1. BuildingMachineLearningSystemsWithPython
44
Source Code for the book Machine Learning Systems with Python

Chat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Chat
1+
## Chat
22

33
1. quietnet
44
Simple chat program using near ultrasonic frequencies. Works without Wifi or Bluetooth and won't show up in a pcap.

CommandLineTools.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Command Line Tools
1+
## Command Line Tools
22

33
1. docopt
44
Pythonic command line arguments parser, that will make you smile.

Concurrency.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Concurrency
1+
## Concurrency
22

33

44
1. pulsar

ContentManagementSystem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Content Management System
1+
## Content Management System
22

33
1. ckan
44
CKAN is an open-source DMS (data management system) for powering data hubs and data portals.

Cool Application.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Cool Application
1+
## Cool Application
22

33
1. anki
44
Anki for desktop computers.

DataBaseandRelatedTools.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##DataBase and Related Tools
1+
## DataBase and Related Tools
22

33
1. redis-py
44
The Python interface to the Redis key-value store.

DataProcessing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Data Processing
1+
## Data Processing
22

33
1. pandas
44
pandas is a package providing fast, flexible, and expressive data structures designed to make working with "relational" or "labeled" data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python.

Debugging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Debugging
1+
## Debugging
22

33
1. django-debug-toolbar
44
The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/response and when clicked, display more details about the panel's content.

Devops.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Devops
1+
## Devops
22

33
1. ansible
44
Ansible is a radically simple configuration-management, application deployment, task-execution, and multinode orchestration engine.

EditorandEditorEnhancements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Editor and Editor Enhancements
1+
## Editor and Editor Enhancements
22

33
1. GitGutter
44
A sublime text plugin to show an icon in the gutter area indicating whether a line has been inserted, modified or deleted.

Game.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Game
1+
## Game
22

33
1. Minecraft
44
Simple Minecraft-inspired demo written in Python and Pyglet.

Git.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Git
1+
## Git
22

33
1. legit
44
Legit is a complementary command-line interface for Git, optimized for workflow simplicity.

Icon.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Icon
1+
## Icon
22

33
1. Iconic
44
A minimal set of icons in raster, vector and font formats

Image.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Image
1+
## Image
22

33
1. Pillow
44
Python Imaging Library.

JobScheduler.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Job Scheduler
1+
## Job Scheduler
22

33
1. rq
44
RQ is a simple Python library for queueing jobs and processing them in the background with workers. It is backed by Redis and it is designed to have a low barrier to entry.

Mail.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Mail
1+
## Mail
22

33
1. Mailpile
44
Mailpile is a modern, fast web-mail client with user-friendly encryption and privacy features.

Network.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Network and Related Tools
1+
## Network and Related Tools
22

33
1. requests
44
Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way.

Other.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Other
1+
## Other
22

33
1. python-patterns
44
A collection of design patterns and idioms in Python.

PackageManager.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Package Manager
1+
## Package Manager
22

33
1. pip
44
A tool for installing Python packages.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ send me a pull request and follow the [contribution guide](https://github.com/ch
5252
* [Web Mining](https://github.com/checkcheckzz/Python-open-projects/blob/master/WebMining.md)
5353
* [Web Site Source](https://github.com/checkcheckzz/Python-open-projects/blob/master/WebSiteSource.md)
5454

55-
###License
55+
### License
5656

5757
Python-github-projects is licensed under the [CC-By 3.0 License](http://creativecommons.org/licenses/by/3.0/).
5858

Science.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Science
1+
## Science
22

33
1. ipython
44
IPython provides a rich architecture for interactive computing.

StaticWebGenerator.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Static Web Generator
1+
## Static Web Generator
22

33
1. pelican
44
Static site generator that supports Markdown and reST syntax.

Testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Testing
1+
## Testing
22

33
1. python_koans
44
Python Koans is a port of "Ruby Koans" it is an interactive tutorial for learning Python by practicing TDD and making tests pass.

ToolandUtilities.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Tools and Utilities
1+
## Tools and Utilities
22

33
1. sh
44
sh is a full-fledged subprocess replacement for Python that allows you to call any program as if it were a function.

ToolsWeb.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Tools for Web
1+
## Tools for Web
22

33
1. huxley
44
Huxley is a test-like system for catching visual regressions in Web applications. It watches you browse, takes screenshots, and tells you when they change.

UsefulAPI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Useful API
1+
## Useful API
22

33
1. tweepy
44
An easy-to-use Python library for accessing the Twitter API.

Video.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Video
1+
## Video
22

33
1. CouchPotatoServer
44
CouchPotato is an automatic NZB and torrent downloader.

Visualization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Visualization
1+
## Visualization
22

33
1. matplotlib
44
matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms.

WebFrameworkandRelatedTool.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Web Framework and Related Tools
1+
## Web Framework and Related Tools
22

33
1. django
44
Django is a Python high-level Web framework that encourages rapid development and clean, pragmatic design.

WebMining.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Web Mining
1+
## Web Mining
22

33
1. scrapy
44
Scrapy is a fast high-level screen scraping and web crawling framework, used to crawl websites and extract structured data from their pages. It can be used for a wide range of purposes, from data mining to monitoring and automated testing.

WebSiteSource.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Web Site Source
1+
## Web Site Source
22

33
1. reddit
44
The code that powers reddit.com.

0 commit comments

Comments
 (0)