Skip to content

Commit

Permalink
Bring the pandas files into the main dev dir
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Jun 11, 2024
1 parent e32eb09 commit d45455d
Show file tree
Hide file tree
Showing 19 changed files with 80 additions and 98 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def rstjinja(app, docname, source):
# Make sure we're outputting HTML
if app.builder.format != "html":
return
files_to_render = ["index_dev", "install"]
files_to_render = ["development/index", "install"]
if docname in files_to_render:
logger.info("Jinja rendering %s", docname)
rendered = app.builder.templates.render_string(
Expand Down
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.
77 changes: 77 additions & 0 deletions docs/development/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
.. _developer-docs:

***********
Development
***********

The developer documentation contains instructions for how to contribute to
Astropy or affiliated packages, install and test the development version,
as well as coding, documentation, and testing guidelines.

{% if is_development %}

Contributing quickstart
-----------------------

This section provides a quickstart guide to contributing to Astropy. With minor
changes the process will apply to contributing to coordinated and many affiliated
packages.

.. toctree::
:maxdepth: 2

contributing
contributing_environment
contributing_documentation
contributing_codebase
maintaining
internals
copy_on_write
debugging_extensions
extending
developer
policies
community

Legacy documentation
--------------------

.. toctree::
:maxdepth: 2

workflow/development_workflow
workflow/git_edit_workflow_examples
workflow/virtual_pythons
workflow/get_devel_version
codeguide
docguide
style-guide
testguide
scripts
building
ccython

Git resources
-------------
.. toctree::
:maxdepth: 2

workflow/git_resources
workflow/additional_git_topics


Maintaining astropy and affiliated packages
-------------------------------------------

.. toctree::
:maxdepth: 2

maintainers/maintainers-index

{%else%}

To read the developer documentation, you will need to go to the :ref:`latest
developer version of the documentation
<astropy-dev:developer-docs>`.

{%endif%}
File renamed without changes.
File renamed without changes.
24 changes: 0 additions & 24 deletions docs/development/pd/index.rst

This file was deleted.

File renamed without changes.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ processing, and data analysis.

index_getting_started
index_user_docs
index_dev
development/index
index_project_details

.. grid:: 2
Expand Down Expand Up @@ -90,7 +90,7 @@ processing, and data analysis.

+++

.. button-ref:: index_dev
.. button-ref:: development/index
:expand:
:color: primary
:click-parent:
Expand Down
71 changes: 0 additions & 71 deletions docs/index_dev.rst

This file was deleted.

0 comments on commit d45455d

Please sign in to comment.