-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename the package from p3 to p3analysis
"p3" is already the name of an existing Python package. "p3analysis" was chosen as our replacement name because it is descriptive, and allows for future p3-related packages to follow a similar naming convention. Signed-off-by: John Pennycook <[email protected]>
- Loading branch information
Showing
57 changed files
with
297 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
include p3/data/coverage-0.1.0.schema | ||
include p3/data/coverage-0.2.0.schema | ||
include p3/data/coverage-0.3.0.schema | ||
include p3/plot/backend/templates/cascade.tex | ||
include p3/plot/backend/templates/navchart.tex | ||
include p3analysis/data/coverage-0.1.0.schema | ||
include p3analysis/data/coverage-0.2.0.schema | ||
include p3analysis/data/coverage-0.3.0.schema | ||
include p3analysis/plot/backend/templates/cascade.tex | ||
include p3analysis/plot/backend/templates/navchart.tex |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
p3 | ||
== | ||
p3analysis | ||
========== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
p3 | ||
p3analysis |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
p3.data package | ||
=============== | ||
p3analysis.data package | ||
======================= | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: p3.data | ||
.. automodule:: p3analysis.data | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
p3analysis.metrics package | ||
========================== | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: p3analysis.metrics | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
p3analysis.plot.backend package | ||
=============================== | ||
|
||
Submodules | ||
---------- | ||
|
||
p3analysis.plot.backend.matplotlib module | ||
----------------------------------------- | ||
|
||
.. automodule:: p3analysis.plot.backend.matplotlib | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
p3analysis.plot.backend.pgfplots module | ||
--------------------------------------- | ||
|
||
.. automodule:: p3analysis.plot.backend.pgfplots | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: p3analysis.plot.backend | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,18 @@ | ||
p3 package | ||
========== | ||
p3analysis.plot package | ||
======================= | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
p3.data | ||
p3.metrics | ||
p3.plot | ||
p3.report | ||
p3analysis.plot.backend | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: p3 | ||
.. automodule:: p3analysis.plot | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
6 changes: 3 additions & 3 deletions
6
docs/source/p3.metrics.rst → docs/source/p3analysis.report.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
p3.metrics package | ||
================== | ||
p3analysis.report package | ||
========================= | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: p3.metrics | ||
.. automodule:: p3analysis.report | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Oops, something went wrong.