Bladeren bron

Rename Win/ -> contrib/

Benno Evers 8 jaren geleden
bovenliggende
commit
4f5667882a
4 gewijzigde bestanden met toevoegingen van 19 en 8 verwijderingen
  1. 0 8
      Win/README.md
  2. 0 0
      contrib/CMakeLists.txt
  3. 19 0
      contrib/README.md
  4. 0 0
      contrib/WinBuild.cmd

+ 0 - 8
Win/README.md

@@ -1,8 +0,0 @@
-### Configuring and Building Samples
-
-```cmd
-> cd Win
-> Win\build_win.cmd
-```
-
-The `build_win.cmd` will set up temporal ENV variables and build binaries in (matplotlib root)/examples with the Release configuration.

+ 0 - 0
Win/CMakeLists.txt → contrib/CMakeLists.txt


+ 19 - 0
contrib/README.md

@@ -0,0 +1,19 @@
+# contrib/
+
+This folder contains contributions that may be useful to users of this library, but
+have a too specialized audience to become part of the main tree.
+
+In particular, things in here will have a higher rate of bit-rot, since
+contributors are not required to and may be unable to check whether their
+changes break any of them.
+
+## Windows support
+
+### Configuring and Building Samples
+
+```cmd
+> cd Win
+> Win\build_win.cmd
+```
+
+The `build_win.cmd` will set up temporal ENV variables and build binaries in (matplotlib root)/examples with the Release configuration.

+ 0 - 0
Win/WinBuild.cmd → contrib/WinBuild.cmd