File: index.rst

package info (click to toggle)
scikit-build 0.18.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,768 kB
  • sloc: python: 5,259; cpp: 284; makefile: 171; f90: 12; sh: 7
file content (36 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Welcome to scikit-build
=======================

.. include:: ../README.rst
   :start-after: .. START-INTRO
   :end-before: .. END-INTRO

.. toctree::
   :maxdepth: 1
   :caption: User guide

   installation
   usage
   generators
   cmake-modules
   contributing
   hacking
   authors
   history

.. toctree::
   :maxdepth: 1
   :caption: For maintainers

   make_a_release

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`


.. include:: ../README.rst
   :start-after: .. INJECT-CHANGELOG