Skip to content

Commit

Permalink
Fix the plugin api docs post-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dralley committed Oct 28, 2019
1 parent 6fd9639 commit f5041b2
Show file tree
Hide file tree
Showing 45 changed files with 39 additions and 355 deletions.
3 changes: 3 additions & 0 deletions .travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ export CMD_STDIN_PREFIX="sudo kubectl exec -i $PULP_API_POD --"
# The alias does not seem to work in Travis / the scripting framework
#alias pytest="$CMD_PREFIX pytest"

cat test_requirements.txt | $CMD_STDIN_PREFIX bash -c "cat > /tmp/test_requirements.txt"
$CMD_PREFIX pip3 install -r /tmp/test_requirements.txt

# Run unit tests.
$CMD_PREFIX bash -c "PULP_DATABASES__default__USER=postgres django-admin test --noinput /usr/local/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/pulpcore/tests/unit/"

Expand Down
1 change: 1 addition & 0 deletions CHANGES/5612.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix plugin API documentation post-merge
2 changes: 1 addition & 1 deletion docs/contributing/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Plugin Development
------------------

Developers interested in writing plugins should reference the `Pulp Plugin API
<../../../pulpcore-plugin/nightly/>`_ documentation.
<../plugins/nightly/>`_ documentation.


Reference
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This documentation is for `pulpcore`, which is used with plugins to fetch, uploa
arbitrary content types.

Anyone interested in writing a plugin should reference the `Pulp Plugin API
<../../pulpcore-plugin/nightly/>`_ documentation.
<plugins/nightly/>`_ documentation.


How to Navigate the pulpcore and plugin docs
Expand Down
4 changes: 1 addition & 3 deletions docs/installation/instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,14 @@ PyPI Installation

4. Install Pulp using pip::

$ pip install pulpcore-plugin pulpcore
$ pip install pulpcore

.. note::

To install from source, clone git repositories and do a local, editable pip installation::

$ git clone https://github.com/pulp/pulpcore.git
$ pip install -e ./pulpcore[postgres]
$ git clone https://github.com/pulp/pulpcore-plugin.git
$ pip install -e ./pulpcore-plugin


5. Follow the :ref:`configuration instructions <configuration>` to set the ``SECRET_KEY``.
Expand Down
139 changes: 0 additions & 139 deletions docs/plugins/CHANGES.rst

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
85 changes: 0 additions & 85 deletions docs/plugins/docs/extensions/napoleon_django/__init__.py

This file was deleted.

116 changes: 0 additions & 116 deletions docs/plugins/docs/extensions/napoleon_django/docstring.py

This file was deleted.

Empty file.
Loading

0 comments on commit f5041b2

Please sign in to comment.