Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
50bcda1f
提交
50bcda1f
authored
11月 03, 2021
作者:
Brandon T. Willard
提交者:
Brandon T. Willard
11月 03, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Remove introductory sentences from dev_start_guide.rst
上级
eedc5e88
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
12 行增加
和
17 行删除
+12
-17
dev_start_guide.rst
doc/dev_start_guide.rst
+12
-17
没有找到文件。
doc/dev_start_guide.rst
浏览文件 @
50bcda1f
...
@@ -4,18 +4,11 @@
...
@@ -4,18 +4,11 @@
Developer Start Guide
Developer Start Guide
=====================
=====================
.. warning::
This document is outdated.
Contributing
Contributing
============
============
You want to contribute to Aesara? That is great! This page explain our
workflow and some resource for doing so.
Looking for an idea for a first contribution? Check the `GitHub issues
Looking for an idea for a first contribution? Check the `GitHub issues
<https://github.com/aesara-devs/aesara/issues>`_.
<https://github.com/aesara-devs/aesara/issues
?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22
>`_.
We recommend creating an issue to discuss proposed changes before making them.
We recommend creating an issue to discuss proposed changes before making them.
This is a good way to make sure that proposed changes will be accepted.
This is a good way to make sure that proposed changes will be accepted.
...
@@ -128,7 +121,7 @@ Installation and configuration
...
@@ -128,7 +121,7 @@ Installation and configuration
To submit PRs, create an account on `GitHub <http://www.github.com/>`_ and fork
To submit PRs, create an account on `GitHub <http://www.github.com/>`_ and fork
`Aesara <http://www.github.com/aesara-devs/aesara>`_.
`Aesara <http://www.github.com/aesara-devs/aesara>`_.
This will create your own clone of the Aesara project on GitHub. It is customary
This will create your own clone of the Aesara project on GitHub
's servers
. It is customary
to assign this Git remote the name "origin", and the official Aesara repository
to assign this Git remote the name "origin", and the official Aesara repository
the name "upstream".
the name "upstream".
...
@@ -147,17 +140,17 @@ For this URL to work, you must set your public SSH keys inside your
...
@@ -147,17 +140,17 @@ For this URL to work, you must set your public SSH keys inside your
From your local repository, your fork on GitHub will be called "origin" by default.
From your local repository, your fork on GitHub will be called "origin" by default.
Next, add a reference to the original ("upstream") Aesara repository with
Next, create a remote entry for the original (i.e. upstream) Aesara repository
with the following:
.. code-block:: bash
.. code-block:: bash
git remote add upstream git://github.com/aesara-devs/aesara.git
git remote add upstream git://github.com/aesara-devs/aesara.git
You can choose a name other than "upstream" to reference the official Aesara
.. note::
repository, but this documentation will stick to "upstream."
You can then test your installation of Aesara by following the steps of :ref:`test_aesara`.
You can choose a name other than "upstream" to reference the official Aesara
repository.
Setting up the your local development environment
Setting up the your local development environment
-------------------------------------------------
-------------------------------------------------
...
@@ -165,14 +158,14 @@ Setting up the your local development environment
...
@@ -165,14 +158,14 @@ Setting up the your local development environment
You will need to create a virtual environment and install the project requirements within it.
You will need to create a virtual environment and install the project requirements within it.
The recommended approach is to install `conda <https://conda.io/projects/conda/en/latest/user-guide/install/index.html>`_ and
The recommended approach is to install `conda <https://conda.io/projects/conda/en/latest/user-guide/install/index.html>`_ and
create a virtual environment in the project directory
with the following
:
create a virtual environment in the project directory:
.. code-block:: bash
.. code-block:: bash
conda env create -n aesara-dev -f environment.yaml
conda env create -n aesara-dev -f environment.yaml
conda activate aesara-dev
conda activate aesara-dev
Afterward, you can install the development dependencies
with the following
:
Afterward, you can install the development dependencies:
.. code-block:: bash
.. code-block:: bash
...
@@ -190,13 +183,15 @@ The virtual environment will need to be activated in any environment
...
@@ -190,13 +183,15 @@ The virtual environment will need to be activated in any environment
(e.g. shells, IDEs, etc.) that plans to run the Aesara tests or add commits to the
(e.g. shells, IDEs, etc.) that plans to run the Aesara tests or add commits to the
project repository.
project repository.
You can now test your environment/code by running ``pytest`` in the project's root
directory. See :ref:`test_aesara` for more information about testing.
For a general guide on how to provide open source contributions see `here
For a general guide on how to provide open source contributions see `here
<https://opensource.guide/how-to-contribute/#how-to-submit-a-contribution>`_.
<https://opensource.guide/how-to-contribute/#how-to-submit-a-contribution>`_.
For a good overview of the development workflow (e.g. relevant ``git`` commands)
For a good overview of the development workflow (e.g. relevant ``git`` commands)
see the `NumPy development guide <https://numpy.org/doc/stable/dev/>`_.
see the `NumPy development guide <https://numpy.org/doc/stable/dev/>`_.
Other tools that might help
Other tools that might help
===========================
===========================
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论