X Tutup
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions doc/api/api_changes/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
For changes which require an entry in `api_changes.rst` please create
a file in this folder with the name :file:`YYYY-MM-DD-[initials].rst`
(ex :file:`2014-07-31-TAC.rst`) with contents following the form: ::

Brief description of change
```````````````````````````

Long description of change, justification, and work-arounds to
maintain old behavior (if any).
16 changes: 16 additions & 0 deletions doc/users/whats_new/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
This folder is for placing new portions of `whats_new.rst`.

When adding an entry please look at the currently existing files to
see if you can extend any of them. If you create a file, name it
something like :file:`cool_new_feature.rst` if you have added a brand new
feature or something like :file:`updated_feature.rst` for extensions of
existing features. Include contents of the form: ::

Section Title for Feature
-------------------------

A bunch of text about how awesome the new feature is and examples of how
to use it.

A sub-section
`````````````
X Tutup