Skip to content

Commit

Permalink
Correct some URLs and typos
Browse files Browse the repository at this point in the history
Courtesy of Nathan Scott
  • Loading branch information
mbaldessari committed Mar 2, 2015
1 parent 8fafaa9 commit 9fd573c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include COPYING
include README.md
include src/pcp2pdf.bash
include src/pcp2pdf.conf
include src/pcplogo.png
Expand Down
2 changes: 1 addition & 1 deletion PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Metadata-Version: 1.0
Name: pcp2pdf
Version: 0.1
Summary: Convert PCP archive files to pdf
Home-page: https://github.com/mbaldessari/pcp2pdf
Home-page: https://github.com/performancecopilot/pcp2pdf
Author: Michele Baldessari
Author-email: [email protected]
License: GPLv2
Expand Down
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This document is meant to give an introduction to `pcp2pdf`
This document gives an introduction to `pcp2pdf`

What is pcp2pdf for?
====================
Expand All @@ -8,13 +8,22 @@ The main goal of pcp2pdf is to create a visually pleasing report of a
contain a bunch of metrics of a system and are usually created by the
pmlogger service, which is part of `Performance Co-Pilot`.

Prerequisites
=============

pcp2pdf is a python program and makes use of these 3rd party modules:

- [matplotlib](http://matplotlib.org/users/installing.html)
- [reportlab](http://www.reportlab.com/opensource/)

Installation
============

If you're using Fedora, you can use the packages found [here](http://acksyn.org/files/rpms/pcp2pdf/).
Otherwise just use the following:

./setup.py install
pcp2pdf <arguments>
pcp2pdf --help

Usage examples
==============
Expand Down Expand Up @@ -58,4 +67,4 @@ Bugs
====

Feel free to report any issues
[here](https://github.com/mbaldessari/pcp2pdf/issues)
[here](https://github.com/performancecopilot/pcp2pdf/issues)
4 changes: 2 additions & 2 deletions docs/pcp2pdf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ See also
Homepage
--------

`Homepage <http://github.com/mbaldessari/pcp2pdf>`
`Reporting issues <http://github.com/mbaldessari/pcp2pdf/issues>`
`Homepage <http://github.com/performancecopilot/pcp2pdf`
`Reporting issues <http://github.com/performancecopilot/pcp2pdf/issues>`

0 comments on commit 9fd573c

Please sign in to comment.