diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a5937d6..115ee21 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ As the [Requests Code Of Conduct](http://docs.python-requests.org/en/master/dev/ ## Your first contribution -A great way to start contributing to Camelot is to pick an issue tagged with the [help wanted](https://github.com/socialcopsdev/camelot/labels/help%20wanted) tag or the [good first issue](https://github.com/socialcopsdev/camelot/labels/good%20first%20issue) tag. If you're unable to find a good first issue, feel free to contact the maintainer. +A great way to start contributing to Camelot is to pick an issue tagged with the [help wanted](https://github.com/camelot-dev/camelot/labels/help%20wanted) tag or the [good first issue](https://github.com/camelot-dev/camelot/labels/good%20first%20issue) tag. If you're unable to find a good first issue, feel free to contact the maintainer. ## Setting up a development environment @@ -36,7 +36,7 @@ $ pip install ".[dev]" ### Submit a pull request -The preferred workflow for contributing to Camelot is to fork the [project repository](https://github.com/socialcopsdev/camelot) on GitHub, clone, develop on a branch and then finally submit a pull request. Here are the steps: +The preferred workflow for contributing to Camelot is to fork the [project repository](https://github.com/camelot-dev/camelot) on GitHub, clone, develop on a branch and then finally submit a pull request. Here are the steps: 1. Fork the project repository. Click on the ‘Fork’ button near the top of the page. This creates a copy of the code under your account on the GitHub. @@ -106,7 +106,7 @@ The function docstrings are written using the [numpydoc](https://numpydoc.readth ## Filing Issues -We use [GitHub issues](https://github.com/socialcopsdev/camelot/issues) to keep track of all issues and pull requests. Before opening an issue (which asks a question or reports a bug), please use GitHub search to look for existing issues (both open and closed) that may be similar. +We use [GitHub issues](https://github.com/camelot-dev/camelot/issues) to keep track of all issues and pull requests. Before opening an issue (which asks a question or reports a bug), please use GitHub search to look for existing issues (both open and closed) that may be similar. ### Questions diff --git a/README.md b/README.md index 6ee15fa..4ecb665 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ --- -**Here's how you can extract tables from PDF files.** Check out the PDF used in this example [here](https://github.com/atlanhq/camelot/blob/master/docs/_static/pdf/foo.pdf). +**Here's how you can extract tables from PDF files.** Check out the PDF used in this example [here](https://github.com/camelot-dev/camelot/blob/master/docs/_static/pdf/foo.pdf).
>>> import camelot @@ -57,7 +57,7 @@ There's a [command-line interface](https://camelot-py.readthedocs.io/en/master/u - Each table is a **pandas DataFrame**, which seamlessly integrates into [ETL and data analysis workflows](https://gist.github.com/vinayak-mehta/e5949f7c2410a0e12f25d3682dc9e873). - **Export** to multiple formats, including JSON, Excel, HTML and Sqlite. -See [comparison with other PDF table extraction libraries and tools](https://github.com/atlanhq/camelot/wiki/Comparison-with-other-PDF-Table-Extraction-libraries-and-tools). +See [comparison with other PDF table extraction libraries and tools](https://github.com/camelot-dev/camelot/wiki/Comparison-with-other-PDF-Table-Extraction-libraries-and-tools). ## Installation @@ -82,7 +82,7 @@ $ pip install camelot-py[cv] After [installing the dependencies](https://camelot-py.readthedocs.io/en/master/user/install.html#using-pip), clone the repo using:\ No newline at end of file +-$ git clone https://www.github.com/atlanhq/camelot +$ git clone https://www.github.com/camelot-dev/camelotand install Camelot using pip: @@ -105,7 +105,7 @@ The [Contributor's Guide](https://camelot-py.readthedocs.io/en/master/dev/contri You can check the latest sources with:-$ git clone https://www.github.com/atlanhq/camelot +$ git clone https://www.github.com/camelot-dev/camelot### Setting up a development environment @@ -126,10 +126,10 @@ $ python setup.py test ## Versioning -Camelot uses [Semantic Versioning](https://semver.org/). For the available versions, see the tags on this repository. For the changelog, you can check out [HISTORY.md](https://github.com/atlanhq/camelot/blob/master/HISTORY.md). +Camelot uses [Semantic Versioning](https://semver.org/). For the available versions, see the tags on this repository. For the changelog, you can check out [HISTORY.md](https://github.com/camelot-dev/camelot/blob/master/HISTORY.md). ## License -This project is licensed under the MIT License, see the [LICENSE](https://github.com/atlanhq/camelot/blob/master/LICENSE) file for details. +This project is licensed under the MIT License, see the [LICENSE](https://github.com/camelot-dev/camelot/blob/master/LICENSE) file for details.diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index bd71d7c..e121100 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -4,13 +4,13 @@
-
Useful Links
- -
\ No newline at end of file + diff --git a/docs/conf.py b/docs/conf.py index 4c333bf..ee9f57f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,7 +63,7 @@ master_doc = 'index' # General information about the project. project = u'Camelot' -copyright = u'2018, SocialCops' +copyright = u'2019, Camelot Developers' author = u'Vinayak Mehta' # The version info for the project you're documenting, acts as replacement for @@ -137,7 +137,7 @@ html_theme = 'alabaster' # documentation. html_theme_options = { 'show_powered_by': False, - 'github_user': 'socialcopsdev', + 'github_user': 'camelot-dev', 'github_repo': 'camelot', 'github_banner': True, 'show_related': False, diff --git a/docs/dev/contributing.rst b/docs/dev/contributing.rst index 21cdb36..2fe37c9 100644 --- a/docs/dev/contributing.rst +++ b/docs/dev/contributing.rst @@ -29,8 +29,8 @@ Your first contribution A great way to start contributing to Camelot is to pick an issue tagged with the `help wanted`_ or the `good first issue`_ tags. If you're unable to find a good first issue, feel free to contact the maintainer. -.. _help wanted: https://github.com/socialcopsdev/camelot/labels/help%20wanted -.. _good first issue: https://github.com/socialcopsdev/camelot/labels/good%20first%20issue +.. _help wanted: https://github.com/camelot-dev/camelot/labels/help%20wanted +.. _good first issue: https://github.com/camelot-dev/camelot/labels/good%20first%20issue Setting up a development environment ------------------------------------ @@ -51,7 +51,7 @@ Submit a pull request The preferred workflow for contributing to Camelot is to fork the `project repository`_ on GitHub, clone, develop on a branch and then finally submit a pull request. Here are the steps: -.. _project repository: https://github.com/socialcopsdev/camelot +.. _project repository: https://github.com/camelot-dev/camelot 1. Fork the project repository. Click on the ‘Fork’ button near the top of the page. This creates a copy of the code under your account on the GitHub. @@ -134,7 +134,7 @@ Filing Issues We use `GitHub issues`_ to keep track of all issues and pull requests. Before opening an issue (which asks a question or reports a bug), please use GitHub search to look for existing issues (both open and closed) that may be similar. -.. _GitHub issues: https://github.com/socialcopsdev/camelot/issues +.. _GitHub issues: https://github.com/camelot-dev/camelot/issues Questions ^^^^^^^^^ diff --git a/docs/index.rst b/docs/index.rst index 4c2bf07..550eaed 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,15 +8,15 @@ Camelot: PDF Table Extraction for Humans Release v\ |version|. (:ref:`Installation